ysy 2 년 전
부모
커밋
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>