Commit 7a619618 by 曾经

需求变更-默认最小值更改

parent 90d832e3
......@@ -187,8 +187,8 @@ export default {
},
orderCount: {
key: "orderCount",
value: 5,
min: 5,
value: 1,
min: 1,
max: 9999,
step: 1,
precision: 0
......
......@@ -86,7 +86,7 @@ export default {
this.$refs.selectedForm.resetFields();
this.$refs.multipleTable.clearSelection();
},
submitForm(formName) {
submitForm() {
this.$confirm("是否冻结所选会员?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment