|
@@ -72,7 +72,7 @@
|
|
|
<el-table-column prop='sbglgs' label='管理归属' show-overflow-tooltip resizable>
|
|
|
<template slot-scope='{row}'>{{row.sbglgs || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='sb_status' label='设备状态' width='80'>
|
|
|
+ <el-table-column prop='sb_status' label='设备状态' width='80' show-overflow-tooltip resizable>
|
|
|
<template slot-scope='{row}'>{{row.sb_status || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='brand' label='品牌' show-overflow-tooltip resizable width='80'>
|
|
@@ -81,7 +81,7 @@
|
|
|
<el-table-column prop='sbxh' label='型号' show-overflow-tooltip resizable width='80'>
|
|
|
<template slot-scope='{row}'>{{row.sbxh || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='floor' sortable label='楼层' width='80'>
|
|
|
+ <el-table-column prop='floor' sortable label='楼层' width='80' show-overflow-tooltip resizable>
|
|
|
<template slot-scope='{row}'>{{row.floorcode || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='wzjc' label='安装位置' show-overflow-tooltip resizable min-width='150'>
|