Browse Source

问题录入保存修改为提交

csg6 6 months ago
parent
commit
194aaac05f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/postImplementation/problemEntry.vue

+ 1 - 1
src/views/postImplementation/problemEntry.vue

@@ -355,7 +355,7 @@
355
         >添加问题</el-button
355
         >添加问题</el-button
356
       >
356
       >
357
       <div slot="footer" class="dialog-footer" v-if="this.title !== '查看'">
357
       <div slot="footer" class="dialog-footer" v-if="this.title !== '查看'">
358
-        <el-button type="primary" @click="submitForm">保存</el-button>
358
+        <el-button type="primary" @click="submitForm">提交</el-button>
359
         <el-button @click="cancelEstablish">取消</el-button>
359
         <el-button @click="cancelEstablish">取消</el-button>
360
       </div>
360
       </div>
361
     </el-dialog>
361
     </el-dialog>