From 63499f1fb0266e4b34e63d3c8404e3b9ddfd8fdb Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 22 十二月 2025 09:16:41 +0800
Subject: [PATCH] feat: 修改大屏
---
src/components/page/leaderShow/Dialog/inAndOutForm.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/page/leaderShow/Dialog/inAndOutForm.vue b/src/components/page/leaderShow/Dialog/inAndOutForm.vue
index a9298d6..88cff5d 100644
--- a/src/components/page/leaderShow/Dialog/inAndOutForm.vue
+++ b/src/components/page/leaderShow/Dialog/inAndOutForm.vue
@@ -1,7 +1,7 @@
<template>
<div class="inAndOutForm-wrap">
<el-dialog
- title="鏅烘収娉婂疄鏃跺叆鍦鸿褰�"
+ title="鏅烘収娉婅溅瀹炴椂鍏ュ満璁板綍"
:visible.sync="dialogVisible"
width="40%">
<div class="daibanForm-main">
@@ -18,7 +18,7 @@
</el-table-column>
<el-table-column
show-overflow-tooltip
- align="left"
+ align="center"
header-align="center"
prop="parkName"
label="鍋滆溅鍦�"
@@ -54,7 +54,7 @@
data() {
return {
pageConfig:{
- enterParkUrl:this.$systemconfig.basePath + '/notice/enterPark',
+ enterParkUrl:this.$systemconfig.basePath + '/ffzf/notice/enterPark',
},
pageData: this.$byutil.defaultPageData(),
dialogVisible:false,
--
Gitblit v1.9.1