feat(waterPv): 注水业绩至少选择一个注水
This commit is contained in:
parent
af8ea2b77b
commit
d6b95e3575
|
@ -323,7 +323,7 @@
|
||||||
|
|
||||||
<div class="tableBox" style="padding: 0">
|
<div class="tableBox" style="padding: 0">
|
||||||
<el-form-item :label="'业务类型'">
|
<el-form-item :label="'业务类型'">
|
||||||
<el-checkbox-group v-model="form.waterTypeList">
|
<el-checkbox-group v-model="form.waterTypeList" :min="1">
|
||||||
<el-checkbox
|
<el-checkbox
|
||||||
v-for="item in waterTypeList"
|
v-for="item in waterTypeList"
|
||||||
:key="item.value"
|
:key="item.value"
|
||||||
|
|
Loading…
Reference in New Issue