关联装备优化
This commit is contained in:
parent
c37a64e9e7
commit
758e17ea22
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue