代码优化

This commit is contained in:
BianLzhaoMin 2024-08-09 16:22:41 +08:00
parent 25c436b114
commit 1b71e843bf
1 changed files with 2 additions and 2 deletions

View File

@ -178,8 +178,8 @@
<el-option
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value"
:label="item.iotTypeId + ''"
:value="item.iotTypeName"
/>
</el-select>
</el-form-item>