关联装备优化

This commit is contained in:
hongchao 2024-12-19 10:49:19 +08:00
parent c37a64e9e7
commit 758e17ea22
2 changed files with 4 additions and 2 deletions

View File

@ -177,11 +177,12 @@
style="width: 100%"
placeholder="请选择关联装备"
v-model="addOrEditForm.maId"
filterable
>
<el-option
:key="item.maId"
:value="item.maId * 1"
:label="item.deviceName"
:label="item.deviceName+' '+ '->' + ' '+item.code"
v-for="item in associationList"
/>
</el-select>

View File

@ -156,11 +156,12 @@
v-model="addOrEditForm.maId"
@change="onMaIdChange"
:disabled="dialogTitle != '证书新增'"
filterable
>
<el-option
:key="item.maId"
:value="item.maId * 1"
:label="item.deviceName"
:label="item.deviceName+' '+ '->' + ' '+item.code"
v-for="item in associationList"
/>
</el-select>