|
@@ -11,7 +11,7 @@
|
|
>
|
|
>
|
|
<el-table-column type='index' label='序号' width='50'></el-table-column>
|
|
<el-table-column type='index' label='序号' width='50'></el-table-column>
|
|
<el-table-column prop :show-overflow-tooltip='true' label='设备简称' resizable>
|
|
<el-table-column prop :show-overflow-tooltip='true' label='设备简称' resizable>
|
|
- <template slot-scope='{row}'>{{row.sbjc||'--'}}</template>
|
|
|
|
|
|
+ <template slot-scope='{row}'>{{row.classqc||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='数量' :show-overflow-tooltip='true'>
|
|
<el-table-column prop label='数量' :show-overflow-tooltip='true'>
|
|
<template slot-scope='{row}'>{{row.sl||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.sl||'--'}}</template>
|
|
@@ -23,7 +23,7 @@
|
|
<template slot-scope='{row}'>{{row.sbxh||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.sbxh||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='楼层' :show-overflow-tooltip='true'>
|
|
<el-table-column prop label='楼层' :show-overflow-tooltip='true'>
|
|
- <template slot-scope='{row}'>{{row.floor||'--'}}</template>
|
|
|
|
|
|
+ <template slot-scope='{row}'>{{row.floorcode||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop :show-overflow-tooltip='true' label='生产厂商'>
|
|
<el-table-column prop :show-overflow-tooltip='true' label='生产厂商'>
|
|
<template slot-scope='{row}'>{{row.manufacturer||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.manufacturer||'--'}}</template>
|