From 00987e3b70d594edd22831c7c7cbed886679c2f4 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 24 七月 2024 09:49:41 +0800 Subject: [PATCH] 弹窗按钮位置交换 --- src/views/system/point/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/point/index.vue b/src/views/system/point/index.vue index 671d55c..903556a 100644 --- a/src/views/system/point/index.vue +++ b/src/views/system/point/index.vue @@ -122,8 +122,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> @@ -147,8 +147,8 @@ </el-form-item> </el-form> <div slot="footer" class="dialog-footer"> - <el-button type="primary" @click="submitBatchEdit">纭� 瀹�</el-button> <el-button @click="cancelBatchEdit">鍙� 娑�</el-button> + <el-button type="primary" @click="submitBatchEdit">纭� 瀹�</el-button> </div> </el-dialog> -- Gitblit v1.8.0