From 370803bd0c995a7a9d4b54c4a0fe5c9cbf928b17 Mon Sep 17 00:00:00 2001 From: 黄何裕 <1053952480@qq.com> Date: 星期二, 30 七月 2024 16:17:02 +0800 Subject: [PATCH] ?? --- src/views/system/report/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/report/index.vue b/src/views/system/report/index.vue index 5d0906c..bc1fd23 100644 --- a/src/views/system/report/index.vue +++ b/src/views/system/report/index.vue @@ -143,8 +143,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> @@ -222,8 +222,8 @@ </el-form-item> </el-form> <div slot="footer" class="dialog-footer"> - <el-button type="primary" @click="auditingSubmit">纭� 瀹�</el-button> <el-button @click="auditingCancel">鍙� 娑�</el-button> + <el-button type="primary" @click="auditingSubmit">纭� 瀹�</el-button> </div> </el-dialog> -- Gitblit v1.8.0