From 9aac41e15d65828bfdc142f42035bc01d28bd009 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 09 八月 2024 16:02:12 +0800 Subject: [PATCH] 点位导入增加标签 --- src/views/system/unit/people/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/unit/people/index.vue b/src/views/system/unit/people/index.vue index 3547321..f9756ba 100644 --- a/src/views/system/unit/people/index.vue +++ b/src/views/system/unit/people/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