关联装备优化
This commit is contained in:
parent
c37a64e9e7
commit
758e17ea22
|
|
@ -177,11 +177,12 @@
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
placeholder="请选择关联装备"
|
placeholder="请选择关联装备"
|
||||||
v-model="addOrEditForm.maId"
|
v-model="addOrEditForm.maId"
|
||||||
|
filterable
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
:key="item.maId"
|
:key="item.maId"
|
||||||
:value="item.maId * 1"
|
:value="item.maId * 1"
|
||||||
:label="item.deviceName"
|
:label="item.deviceName+' '+ '->' + ' '+item.code"
|
||||||
v-for="item in associationList"
|
v-for="item in associationList"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
|
||||||
|
|
@ -156,11 +156,12 @@
|
||||||
v-model="addOrEditForm.maId"
|
v-model="addOrEditForm.maId"
|
||||||
@change="onMaIdChange"
|
@change="onMaIdChange"
|
||||||
:disabled="dialogTitle != '证书新增'"
|
:disabled="dialogTitle != '证书新增'"
|
||||||
|
filterable
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
:key="item.maId"
|
:key="item.maId"
|
||||||
:value="item.maId * 1"
|
:value="item.maId * 1"
|
||||||
:label="item.deviceName"
|
:label="item.deviceName+' '+ '->' + ' '+item.code"
|
||||||
v-for="item in associationList"
|
v-for="item in associationList"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue