代码更新

This commit is contained in:
2023-02-19 17:31:34 +08:00
parent 47df45110b
commit dd547b846f
6 changed files with 117 additions and 57 deletions

View File

@@ -56,6 +56,7 @@
>
<el-option
v-for="item in dict.ST_INV_IN_TYPE"
:disabled="item.value === '0003'"
:key="item.value"
:label="item.label"
:value="item.value"