|
@@ -63,24 +63,24 @@
|
|
<input-dialog :type='3' @confirm='confirm'></input-dialog>
|
|
<input-dialog :type='3' @confirm='confirm'></input-dialog>
|
|
</div>
|
|
</div>
|
|
<el-table :data='tableData' :border='true' style='width: 100%'>
|
|
<el-table :data='tableData' :border='true' style='width: 100%'>
|
|
- <el-table-column type='index' label='序号' width='60' :index="indexMethod"></el-table-column>
|
|
|
|
- <el-table-column prop='sbmc' label='设备名称' show-overflow-tooltip resizable min-width='150'>
|
|
|
|
|
|
+ <el-table-column type='index' label='序号' width='60' :index='indexMethod'></el-table-column>
|
|
|
|
+ <el-table-column prop='sbmc' label='设备名称' show-overflow-tooltip resizable min-width='460'>
|
|
<template slot-scope='{row}'>{{row.sbmc || '--'}}</template>
|
|
<template slot-scope='{row}'>{{row.sbmc || '--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop='assetnum' label='设备编码' show-overflow-tooltip resizable width='80'>
|
|
<el-table-column prop='assetnum' label='设备编码' show-overflow-tooltip resizable width='80'>
|
|
<template slot-scope='{row}'>{{row.assetnum || '--'}}</template>
|
|
<template slot-scope='{row}'>{{row.assetnum || '--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop='matters' label='重要事项记录' width='130' show-overflow-tooltip resizable>
|
|
|
|
|
|
+ <el-table-column prop='matters' label='重要事项记录' width='180' show-overflow-tooltip resizable>
|
|
<template slot-scope='{row}'>{{row.matters || '--'}}</template>
|
|
<template slot-scope='{row}'>{{row.matters || '--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop='description' label='描述' show-overflow-tooltip resizable min-width='150'>
|
|
|
|
|
|
+ <el-table-column prop='description' label='描述' show-overflow-tooltip resizable min-width='340'>
|
|
<template slot-scope='{row}'>{{row.description || '--'}}</template>
|
|
<template slot-scope='{row}'>{{row.description || '--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label='更换配件信息' align='center'>
|
|
<el-table-column label='更换配件信息' align='center'>
|
|
<el-table-column prop='ischangepj' label='是/否更换' width='80'>
|
|
<el-table-column prop='ischangepj' label='是/否更换' width='80'>
|
|
<template slot-scope='{row}'>{{row.ismodel==1?'是':(row.ismodel==0?"否" :'--')}}</template>
|
|
<template slot-scope='{row}'>{{row.ismodel==1?'是':(row.ismodel==0?"否" :'--')}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop='model' label='配件名称型号' width='100' show-overflow-tooltip resizable>
|
|
|
|
|
|
+ <el-table-column prop='model' label='配件名称型号' width='140' show-overflow-tooltip resizable>
|
|
<template slot-scope='{row}'>{{row.model || '--'}}</template>
|
|
<template slot-scope='{row}'>{{row.model || '--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop='sl' label='数量' width='80'>
|
|
<el-table-column prop='sl' label='数量' width='80'>
|
|
@@ -89,7 +89,7 @@
|
|
<el-table-column prop='cost' label='费用(万元)' width='80'>
|
|
<el-table-column prop='cost' label='费用(万元)' width='80'>
|
|
<template slot-scope='{row}'>{{number_format(row.cost,2) || '--'}}</template>
|
|
<template slot-scope='{row}'>{{number_format(row.cost,2) || '--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop='source' label='费用出处' show-overflow-tooltip resizable>
|
|
|
|
|
|
+ <el-table-column prop='source' label='费用出处' show-overflow-tooltip resizable width="100">
|
|
<template slot-scope='{row}'>{{row.source || '--'}}</template>
|
|
<template slot-scope='{row}'>{{row.source || '--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|