Ver código fonte

问题录入保存修改为提交

csg6 6 meses atrás
pai
commit
194aaac05f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/postImplementation/problemEntry.vue

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

@@ -355,7 +355,7 @@
355 355
         >添加问题</el-button
356 356
       >
357 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 359
         <el-button @click="cancelEstablish">取消</el-button>
360 360
       </div>
361 361
     </el-dialog>