|
@@ -60,7 +60,7 @@
|
|
|
</div>
|
|
|
<el-table @row-click='innerTable' :data='tableData' :border='true' style='width: 100%;amrgin-bottom:30px'>
|
|
|
<el-table-column type='index' label='序号' width='60' :index='indexMethod'></el-table-column>
|
|
|
- <el-table-column prop='sbjc' label='设备名称' show-overflow-tooltip resizable min-width='150'>
|
|
|
+ <el-table-column prop='sbjc' label='设备名称' show-overflow-tooltip resizable min-width='300'>
|
|
|
<template slot-scope='{row}'>{{row.sbjc || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='assetnum' label='设备内码' show-overflow-tooltip resizable width='80'>
|
|
@@ -75,25 +75,25 @@
|
|
|
<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'>
|
|
|
+ <el-table-column prop='brand' label='品牌' show-overflow-tooltip resizable width='250'>
|
|
|
<template slot-scope='{row}'>{{row.brand || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='sbxh' label='型号' show-overflow-tooltip resizable width='80'>
|
|
|
+ <el-table-column prop='sbxh' label='型号' show-overflow-tooltip resizable width='160'>
|
|
|
<template slot-scope='{row}'>{{row.sbxh || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='floor' sortable label='楼层' width='70' 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'>
|
|
|
+ <el-table-column prop='wzjc' label='安装位置' show-overflow-tooltip resizable min-width='170'>
|
|
|
<template slot-scope='{row}'>{{row.wzjc || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='manufacturer' label='生产厂商' show-overflow-tooltip resizable min-width='150'>
|
|
|
+ <el-table-column prop='manufacturer' label='生产厂商' show-overflow-tooltip resizable min-width='250'>
|
|
|
<template slot-scope='{row}'>{{row.manufacturer || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='fws' label='服务商' show-overflow-tooltip resizable min-width='150'>
|
|
|
+ <el-table-column prop='fws' label='服务商' show-overflow-tooltip resizable min-width='250'>
|
|
|
<template slot-scope='{row}'>{{row.fws || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop label='相关资料' show-overflow-tooltip resizable min-width='150'>
|
|
|
+ <el-table-column prop label='相关资料' show-overflow-tooltip resizable min-width='250'>
|
|
|
<template slot-scope='{row}'>{{'--'}}</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -102,7 +102,7 @@
|
|
|
background
|
|
|
layout='prev, pager, next'
|
|
|
:total='total'
|
|
|
- :current-page.sync="sonpage"
|
|
|
+ :current-page.sync='sonpage'
|
|
|
:page-size='size'
|
|
|
@prev-click='pageChanged'
|
|
|
@next-click='pageChanged'
|