From e499960a4f186f1a526899ee985ce0b48ba69fac Mon Sep 17 00:00:00 2001 From: lohir <3399054449@qq.com> Date: 星期二, 22 十月 2024 17:33:40 +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