From 89373b8431f8bf4b88288b1dd9de342aab8c468f Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 12 十二月 2024 00:13:52 +0800 Subject: [PATCH] 首页抓拍量按钮 --- src/views/system/dept/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 6394ca8..5ec92d8 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -150,8 +150,8 @@ </el-row> </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