From 81380b5b765cdbfcbf7153378b79a41aab78b735 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 02 八月 2024 16:48:27 +0800 Subject: [PATCH] feat:首页统计图 --- src/views/system/check/rule/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/check/rule/index.vue b/src/views/system/check/rule/index.vue index ca39460..cd07942 100644 --- a/src/views/system/check/rule/index.vue +++ b/src/views/system/check/rule/index.vue @@ -176,8 +176,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> @@ -249,8 +249,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