|
|
@@ -13,7 +13,7 @@
|
|
|
class="serch-input"
|
|
|
>
|
|
|
</el-input>
|
|
|
- <div class="title">检测时间:</div>
|
|
|
+ <!-- <div class="title">检测时间:</div>
|
|
|
<div class="sampleTime">
|
|
|
<el-row style="display: flex; justify-content: center; align-items: center">
|
|
|
<el-col :span="11">
|
|
|
@@ -40,7 +40,7 @@
|
|
|
></el-date-picker>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="title">结构性缺陷等级:</div>
|
|
|
<el-select clearable v-model="searchValue.structClass" placeholder="全部">
|
|
|
<el-option v-for="(item, i) in gradeArr" :key="i" :label="item" :value="item"></el-option>
|
|
|
@@ -100,8 +100,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column fixed="right" header-align="center" label="操作" align="center" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button type="text" size="small" @click.stop="toVideo(scope.row)">视频</el-button>
|
|
|
- <el-button type="text" size="small" @click.stop="toPdfPage(scope.row.pdfFilePath)">报告</el-button>
|
|
|
+ <el-button type="text" size="small" :disabled="!scope.row.videopath" @click.stop="toVideo(scope.row)">视频</el-button>
|
|
|
+ <!-- <el-button type="text" size="small" @click.stop="toPdfPage(scope.row.pdfFilePath)">报告</el-button> -->
|
|
|
<el-button type="text" size="small" @click.stop="openDetails(scope.row)">详情</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -256,7 +256,7 @@ export default {
|
|
|
'检测照片': 'picnum',
|
|
|
'检测视频': 'videoFileName',
|
|
|
'检测地点': 'checkAddress',
|
|
|
- '检测日期': 'sampleTime',
|
|
|
+ // '检测日期': 'sampleTime',
|
|
|
'结构性缺陷等级': 'structClass',
|
|
|
'功能性缺陷等级': 'funcClass'
|
|
|
},
|
|
|
@@ -309,7 +309,7 @@ export default {
|
|
|
{ width: '150', sortable: true, label: '功能性缺陷等级', name: 'funcClass' },
|
|
|
{ width: '200', sortable: false, label: '结构性缺陷评价', name: 'structEstimate' },
|
|
|
{ width: '200', sortable: false, label: '功能性缺陷评价', name: 'funcEstimate' },
|
|
|
- { width: '100', sortable: true, label: '检测日期', name: 'sampleTime' },
|
|
|
+ // { width: '100', sortable: true, label: '检测日期', name: 'sampleTime' },
|
|
|
{ width: '200', sortable: false, label: '工程名称', name: 'prjName' },
|
|
|
],
|
|
|
gradeArr: ['Ⅰ', 'Ⅱ', 'Ⅲ', 'Ⅳ'], // 缺陷等级
|
|
|
@@ -504,9 +504,9 @@ export default {
|
|
|
})
|
|
|
return false
|
|
|
} else {
|
|
|
+ // url = '/wordInfoDoc/153/202208251654400591.docx'
|
|
|
window.open(baseAddress + '/psjc/file' + url, '_blank')
|
|
|
}
|
|
|
- console.log('url', !url)
|
|
|
},
|
|
|
clearAll() {
|
|
|
this.vectorLayer && this.map.removeLayer(this.vectorLayer)
|