This commit is contained in:
guanj
2025-07-17 13:57:46 +08:00
parent 753d07c7cf
commit c82792114c
2 changed files with 6 additions and 7 deletions

View File

@@ -22,14 +22,14 @@
v-model="tableStore.table.params.manufacturer"
clearable
value-key="id"
placeholder="请选择终端厂家"
>
<el-option
v-for="item in terminaloption"
:key="item.id"
:label="item.name"
:value="item"
:value="item.id"
></el-option>
</el-select>
</el-form-item>