ysy 2 лет назад
Родитель
Сommit
76b81de506
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/views/materialPlan/components/plan-edit-dialog.vue

+ 2 - 1
src/views/materialPlan/components/plan-edit-dialog.vue

@@ -138,7 +138,8 @@
 
     <div slot="footer">
       <el-button @click="cancel">取消</el-button>
-      <el-button type="primary" @click="confirm">确定</el-button>
+      <el-button type="primary" @click="confirm">保存</el-button>
+      <el-button type="primary" @click="confirm">提交</el-button>
     </div>