调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user