From 84e1b8a265c7edd6e9be65415ecb510da817a8bb Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 28 四月 2026 17:52:33 +0800
Subject: [PATCH] 报工增加动态参数输入

---
 src/views/safeProduction/safetyTrainingAssessment/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/safeProduction/safetyTrainingAssessment/index.vue b/src/views/safeProduction/safetyTrainingAssessment/index.vue
index 547a97a..b595bf6 100644
--- a/src/views/safeProduction/safetyTrainingAssessment/index.vue
+++ b/src/views/safeProduction/safetyTrainingAssessment/index.vue
@@ -181,9 +181,9 @@
       </el-form>
       <template #footer>
         <span class="dialog-footer">
-          <el-button @click="dialogVisible = false">鍙栨秷</el-button>
           <el-button type="primary"
                      @click="submitForm">纭畾</el-button>
+          <el-button @click="dialogVisible = false">鍙栨秷</el-button>
         </span>
       </template>
     </el-dialog>
@@ -358,7 +358,7 @@
         </span>
       </template>
     </el-dialog>
-    <!-- 闄勪欢鍒楄〃寮圭獥 -->
+    <!--  todo 闄勪欢棰勮鐩稿叧 -->
     <FileListDialog ref="fileListRef"
                     v-model="fileListDialogVisible"
                     :show-upload-button="true"

--
Gitblit v1.9.3