From 00e99028a381a8d15e0b24e6a778fd16a74ce4aa Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 05 十二月 2024 16:16:05 +0800
Subject: [PATCH] 地图
---
src/views/system/score/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/system/score/city/index.vue b/src/views/system/score/index.vue
similarity index 99%
rename from src/views/system/score/city/index.vue
rename to src/views/system/score/index.vue
index 45602dc..0f1f8d1 100644
--- a/src/views/system/score/city/index.vue
+++ b/src/views/system/score/index.vue
@@ -151,8 +151,8 @@
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
<el-button @click="cancel">鍙� 娑�</el-button>
+ <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
</div>
</el-dialog>
</div>
--
Gitblit v1.8.0