From 50c88323724d77f463af6653041382959a128923 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 30 八月 2024 17:40:28 +0800 Subject: [PATCH] feat:更新图像资源到index表并展示 --- src/views/system/score/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/score/index.vue b/src/views/system/score/index.vue index 45602dc..0f1f8d1 100644 --- a/src/views/system/score/index.vue +++ b/src/views/system/score/index.vue @@ -151,8 +151,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