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"
placeholder="物料批次"
clearable
filterable
style="width: 100%"
@change="handleChange"
disabled="mode != 'add'"
:disabled="mode != 'add'"
>
<el-option
v-for="item in options"