代码优化

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 <el-option
v-for="item in options" v-for="item in options"
:key="item.value" :key="item.value"
:label="item.label" :label="item.iotTypeId + ''"
:value="item.value" :value="item.iotTypeName"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>