|
@@ -33,7 +33,9 @@
|
|
|
<template slot-scope="scope">{{ scope.row.he_tong_id_ | getID(contractList) }}</template>
|
|
<template slot-scope="scope">{{ scope.row.he_tong_id_ | getID(contractList) }}</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column prop="bao_gao_bian_hao_" label="报告编号" width="150"></el-table-column>
|
|
<el-table-column prop="bao_gao_bian_hao_" label="报告编号" width="150"></el-table-column>
|
|
|
- <el-table-column prop="jian_ce_kai_shi_s" label="检测时间" width="100"></el-table-column>
|
|
|
|
|
|
|
+ <el-table-column prop="jian_ce_kai_shi_s" label="检测时间" width="100">
|
|
|
|
|
+ <template slot-scope="scope">{{ scope.row.jian_ce_kai_shi_s.slice(0, 10) }}</template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="wei_tuo_id_" label="检测委托单号" width="150">
|
|
<el-table-column prop="wei_tuo_id_" label="检测委托单号" width="150">
|
|
|
<template slot-scope="scope">{{ scope.row.wei_tuo_id_ | getID(trustList) }}</template>
|
|
<template slot-scope="scope">{{ scope.row.wei_tuo_id_ | getID(trustList) }}</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -191,7 +193,7 @@
|
|
|
{
|
|
{
|
|
|
name: '检测报告',
|
|
name: '检测报告',
|
|
|
key: 'file',
|
|
key: 'file',
|
|
|
- path: '',
|
|
|
|
|
|
|
+ path: '43罗湖/LHXBJY 检测报告',
|
|
|
field: 'bao_gao_pdf_',
|
|
field: 'bao_gao_pdf_',
|
|
|
hasItem: false
|
|
hasItem: false
|
|
|
}
|
|
}
|
|
@@ -225,7 +227,6 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
data () {
|
|
data () {
|
|
|
- reportList[reportList.length - 1].path = this.info.reportPath
|
|
|
|
|
return {
|
|
return {
|
|
|
searchList,
|
|
searchList,
|
|
|
reportList,
|
|
reportList,
|