撤回代码
This commit is contained in:
parent
e0c281481a
commit
ff64027083
@ -77,7 +77,7 @@
|
||||
<el-form-item label="单据状态" prop="status">
|
||||
<el-select v-model="queryParams.status" placeholder="下拉选择" clearable class="!w-240px">
|
||||
<el-option
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.HELI_STORAGE_STATUS)"
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.HELI_STORAGE_STATUS).filter(item => item.value != 2)"
|
||||
:key="dict.value"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user