更新仓库bug

This commit is contained in:
2023-11-20 16:09:42 +08:00
parent 27f4e034be
commit 685a3308db
26 changed files with 131 additions and 162 deletions

View File

@@ -29,6 +29,7 @@
<el-option
v-for="item in productArr"
:key="item.id"
:disabled="!item.enabled"
:label="item.name"
:value="item" />
</el-select>