From f5f2d8089ab7d292401af3b76dc27fe7e444d294 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 30 九月 2024 15:21:09 +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