|
@@ -125,7 +125,7 @@
|
|
|
<template slot-scope='{row}'>{{row.sbglgs||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='sbstatus' label='设备状态' :show-overflow-tooltip='true'>
|
|
|
- <template slot-scope='{row}'>{{row.sbstatus||'--'}}</template>
|
|
|
+ <template slot-scope='{row}'>{{row.sb_status||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='brand' label='品牌' :show-overflow-tooltip='true'>
|
|
|
<template slot-scope='{row}'>{{row.brand||'--'}}</template>
|
|
@@ -134,10 +134,10 @@
|
|
|
<template slot-scope='{row}'>{{row.sbxh||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='floor' label='楼层' width='70' :show-overflow-tooltip='true'>
|
|
|
- <template slot-scope='{row}'>{{row.floor||'--'}}</template>
|
|
|
+ <template slot-scope='{row}'>{{row.floorcode||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='wzqy' label='安装位置' min-width='150' :show-overflow-tooltip='true'>
|
|
|
- <template slot-scope='{row}'>{{row.wzqy||'--'}}</template>
|
|
|
+ <el-table-column prop='wzjc' label='安装位置' min-width='150' :show-overflow-tooltip='true'>
|
|
|
+ <template slot-scope='{row}'>{{row.wzjc||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='manufacturer' label='生产厂商' min-width='150' :show-overflow-tooltip='true'>
|
|
|
<template slot-scope='{row}'>{{row.manufacturer||'--'}}</template>
|