|
@@ -11,22 +11,22 @@
|
|
|
:header-cell-style='{background:"rgba(245,246,247,1)",fontFamily:"MicrosoftYaHei",color:"rgba(100,108,115,1)",lineHeight:"16px",fontSize:"12px"}'
|
|
|
>
|
|
|
<el-table-column type='index' label='序号' width='60' :index='indexMethod'></el-table-column>
|
|
|
- <el-table-column prop :show-overflow-tooltip='true' label='设备简称' resizable min-width='150'>
|
|
|
+ <el-table-column prop :show-overflow-tooltip='true' label='设备简称' resizable min-width='300'>
|
|
|
<template slot-scope='{row}'>{{row.type_name||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop label='数量' :show-overflow-tooltip='true' width='80'>
|
|
|
+ <el-table-column prop label='数量' :show-overflow-tooltip='true' width='60'>
|
|
|
<template slot-scope='{row}'>{{row.sl||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop label='品牌' :show-overflow-tooltip='true' width='120'>
|
|
|
+ <el-table-column prop label='品牌' :show-overflow-tooltip='true' min-width='300'>
|
|
|
<template slot-scope='{row}'>{{row.brand||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop label='型号' :show-overflow-tooltip='true' width='174'>
|
|
|
+ <el-table-column prop label='型号' :show-overflow-tooltip='true' min-width='300'>
|
|
|
<template slot-scope='{row}'>{{row.sbxh||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop label='楼层' :show-overflow-tooltip='true' width='100'>
|
|
|
+ <el-table-column prop label='楼层' :show-overflow-tooltip='true' width='60'>
|
|
|
<template slot-scope='{row}'>{{row.floorcode||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop :show-overflow-tooltip='true' label='生产厂商' min-width='150'>
|
|
|
+ <el-table-column prop :show-overflow-tooltip='true' label='生产厂商' min-width='300'>
|
|
|
<template slot-scope='{row}'>{{row.manufacturer||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|