|
@@ -38,7 +38,7 @@
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
<el-table-column width="180" label="设备名称">
|
|
<el-table-column width="180" label="设备名称">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span style="margin-left: 10px">
|
|
|
|
|
|
+ <span>
|
|
<el-tooltip
|
|
<el-tooltip
|
|
:content="scope.row.infos.EquipLocalName ||scope.row.infos.EquipName"
|
|
:content="scope.row.infos.EquipLocalName ||scope.row.infos.EquipName"
|
|
placement="top"
|
|
placement="top"
|
|
@@ -50,7 +50,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column width="180" label="设备本地编码">
|
|
<el-table-column width="180" label="设备本地编码">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span style="margin-left: 10px">
|
|
|
|
|
|
+ <span>
|
|
<el-tooltip :content="scope.row.infos.EquipLocalID || '--'" placement="top">
|
|
<el-tooltip :content="scope.row.infos.EquipLocalID || '--'" placement="top">
|
|
<span>{{scope.row.infos.EquipLocalID || "--" | cutString(15)}}</span>
|
|
<span>{{scope.row.infos.EquipLocalID || "--" | cutString(15)}}</span>
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
@@ -59,14 +59,14 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column width="160" label="设备类">
|
|
<el-table-column width="160" label="设备类">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span style="margin-left: 10px">
|
|
|
|
|
|
+ <span>
|
|
<span>{{getName(scope.row.category)}}</span>
|
|
<span>{{getName(scope.row.category)}}</span>
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column width="160" label="已关联其他业务空间">
|
|
<el-table-column width="160" label="已关联其他业务空间">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span style="margin-left: 10px">
|
|
|
|
|
|
+ <span>
|
|
<el-tooltip :content="changeArray(scope.row.spaceName)" placement="top">
|
|
<el-tooltip :content="changeArray(scope.row.spaceName)" placement="top">
|
|
<span>{{changeArray(scope.row.spaceName) | cutString(6)}}</span>
|
|
<span>{{changeArray(scope.row.spaceName) | cutString(6)}}</span>
|
|
</el-tooltip>
|
|
</el-tooltip>
|