修改
This commit is contained in:
parent
0d6659f9e8
commit
acef37a5ca
@ -730,6 +730,7 @@
|
||||
v-model="openlist.suitRange"
|
||||
@change="changeoptions"
|
||||
style="width: 200px"
|
||||
disabled
|
||||
>
|
||||
<el-option
|
||||
v-for="item in options"
|
||||
|
||||
@ -12,8 +12,11 @@
|
||||
v-model="updata.suitRange"
|
||||
placeholder="请选择"
|
||||
@change="changeoptions"
|
||||
disabled
|
||||
|
||||
>
|
||||
<el-option
|
||||
|
||||
v-for="item in options"
|
||||
:key="item.dictValue"
|
||||
:label="item.dictLabel"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user