提交 a1f1e2bb 编写于 作者: qian.jie's avatar qian.jie

数量设置

上级 3ee9c1f0
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<div class="num-input-show"> <div class="num-input-show">
<el-input-number <el-input-number
v-model="maxNumValue" v-model="maxNumValue"
:min="10" :min="0"
:max="20" :max="20"
@change="getMaxNumValue" @change="getMaxNumValue"
/> />
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
getEveryDay: '', getEveryDay: '',
copyArr: [], copyArr: [],
centerDialogVisible: false, centerDialogVisible: false,
maxNumValue: '', maxNumValue: '10',
}; };
}, },
computed: {}, computed: {},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册