From 44920f344fbebaccf84a8e9f9607738e39da5bd4 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 07 八月 2024 15:38:33 +0800
Subject: [PATCH] feat:考核预警
---
src/views/system/point/region/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/system/point/region/index.vue b/src/views/system/point/region/index.vue
index 1320f13..d12face 100644
--- a/src/views/system/point/region/index.vue
+++ b/src/views/system/point/region/index.vue
@@ -147,8 +147,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