ysy 2 lat temu
rodzic
commit
76b81de506

+ 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>