This commit is contained in:
2023-10-13 16:09:30 +08:00
parent 78796203f6
commit d51328c836
49 changed files with 985 additions and 600 deletions

View File

@@ -30,7 +30,8 @@
v-for="item in productArr"
:key="item.id"
:label="item.goodSpecificationName"
:value="item" />
:value="item"
:disabled="!item.deactivate" />
</el-select>
</el-form-item>
</el-form>