From 76239bde9b61dde775aa66a75aeb7c1560ae7fb2 Mon Sep 17 00:00:00 2001
From: 1012414140@qq.com <1012414140@qq.com>
Date: 星期三, 24 十二月 2025 15:38:30 +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