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