mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-12 05:23:43 +00:00
【功能完善】IOT: ThingModel 表单编辑回显
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
@change="unitChange"
|
||||
>
|
||||
<el-option
|
||||
v-for="(item, index) in getStrDictOptions(DICT_TYPE.IOT_PRODUCT_THING_MODEL_UNIT)"
|
||||
v-for="(item, index) in getStrDictOptions(DICT_TYPE.IOT_THING_MODEL_UNIT)"
|
||||
:key="index"
|
||||
:label="item.label + '-' + item.value"
|
||||
:value="item.label + '-' + item.value"
|
||||
|
||||
Reference in New Issue
Block a user