fix:coding#604
This commit is contained in:
parent
721ddd7b17
commit
13d0d7d5f7
|
@ -21,9 +21,10 @@
|
||||||
v-model="form.batch"
|
v-model="form.batch"
|
||||||
placeholder="物料批次"
|
placeholder="物料批次"
|
||||||
clearable
|
clearable
|
||||||
|
filterable
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
@change="handleChange"
|
@change="handleChange"
|
||||||
disabled="mode != 'add'"
|
:disabled="mode != 'add'"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in options"
|
v-for="item in options"
|
||||||
|
|
Loading…
Reference in New Issue