From 8527e27c33e1006186a365fbf0eb9074ff952b22 Mon Sep 17 00:00:00 2001
From: lohir <3399054449@qq.com>
Date: 星期三, 23 十月 2024 11:23:53 +0800
Subject: [PATCH] 完成运维考核-工单白名单-新增、删除
---
src/views/system/config/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue
index 2a019bf..f31290e 100644
--- a/src/views/system/config/index.vue
+++ b/src/views/system/config/index.vue
@@ -173,8 +173,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