|
@@ -15,7 +15,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<span style="margin-left: 10px">
|
|
|
<el-tooltip :content="scope.row.infos.EquipName" placement="top">
|
|
|
- <span>{{scope.row.infos.EquipName | cutString(15)}}</span>
|
|
|
+ <span>{{scope.row.infos.EquipLocalName || scope.row.infos.EquipName | cutString(15)}}</span>
|
|
|
</el-tooltip>
|
|
|
</span>
|
|
|
</template>
|