fix:coding#604

This commit is contained in:
shijing 2024-11-29 14:16:50 +08:00
parent 721ddd7b17
commit 13d0d7d5f7
1 changed files with 2 additions and 1 deletions

View File

@ -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"