|
@@ -23,13 +23,17 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='更换配件信息' align='center' show-overflow-tooltip resizable>
|
|
<el-table-column prop label='更换配件信息' align='center' show-overflow-tooltip resizable>
|
|
<el-table-column prop label='是/否更换' show-overflow-tooltip resizable>
|
|
<el-table-column prop label='是/否更换' show-overflow-tooltip resizable>
|
|
- <template slot-scope='{row}'>{{row.ismodel||'--'}}</template>
|
|
|
|
|
|
+ <template slot-scope='{row}'>
|
|
|
|
+ <div v-if='row.ismodel==0'>否</div>
|
|
|
|
+ <div v-else-if='row.ismodel==1'>是</div>
|
|
|
|
+ <div v-else>'--'</div>
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='配件名称型号' width='130' min-width='110' show-overflow-tooltip resizable>
|
|
<el-table-column prop label='配件名称型号' width='130' min-width='110' 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 label='数量' show-overflow-tooltip resizable>
|
|
<el-table-column prop label='数量' show-overflow-tooltip resizable>
|
|
- <template slot-scope='{row}'>{{row.cost!=0?row.cost:'--'}}</template>
|
|
|
|
|
|
+ <template slot-scope='{row}'>{{row.sl>=0?row.sl:'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='费用(万元)' min-width='100' show-overflow-tooltip resizable>
|
|
<el-table-column prop label='费用(万元)' min-width='100' show-overflow-tooltip resizable>
|
|
<template slot-scope='{row}'>{{row.cost||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.cost||'--'}}</template>
|
|
@@ -42,7 +46,7 @@
|
|
<template slot-scope='{row}'>{{row.pics || '--'}}</template>
|
|
<template slot-scope='{row}'>{{row.pics || '--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='填报时间' show-overflow-tooltip resizable width='130'>
|
|
<el-table-column prop label='填报时间' show-overflow-tooltip resizable width='130'>
|
|
- <template slot-scope='{row}'>{{row.reportedby?formatter(row.reportedby):'--'}}</template>
|
|
|
|
|
|
+ <template slot-scope='{row}'>{{row.reportdate?formatter(row.reportdate):'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='验收时间' show-overflow-tooltip width='130' resizable>
|
|
<el-table-column prop label='验收时间' show-overflow-tooltip width='130' resizable>
|
|
<template slot-scope='{row}'>{{row.sjjssj?formatter(row.sjjssj):'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.sjjssj?formatter(row.sjjssj):'--'}}</template>
|