From 414212d6d55f8d3e924787bece138ede7e0ab6af Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 28 十月 2024 12:19:33 +0800 Subject: [PATCH] 数据中心视频优化完 --- src/views/system/post/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index 444bf63..031ec7a 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -149,8 +149,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