From 70c12f32f5741af1f4fe6bb2490ebbe2e6ece953 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 31 五月 2024 10:09:59 +0800
Subject: [PATCH] 1.修改工单下达时的bug

---
 src/components/VcronTab/components/Crontab.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/VcronTab/components/Crontab.vue b/src/components/VcronTab/components/Crontab.vue
index 8aedca6..05cb8c1 100644
--- a/src/components/VcronTab/components/Crontab.vue
+++ b/src/components/VcronTab/components/Crontab.vue
@@ -99,8 +99,8 @@
       <CrontabResult :ex="contabValueString" />
 
       <div class="pop_btn">
-        <el-button size="small" type="warning" @click="clearCron">閲嶇疆</el-button>
         <el-button size="small" type="primary" @click="submitFill">纭畾</el-button>
+        <el-button size="small" type="warning" @click="clearCron">閲嶇疆</el-button>
         <el-button size="small" @click="hidePopup">鍙栨秷</el-button>
       </div>
     </div>

--
Gitblit v1.9.3