|
@@ -101,6 +101,7 @@
|
|
<span class="text-link font-bold" @click="tableRowPdf(row)">{{row?.trialProjectName}}</span>
|
|
<span class="text-link font-bold" @click="tableRowPdf(row)">{{row?.trialProjectName}}</span>
|
|
</template>
|
|
</template>
|
|
<template #taskStatus="{row}">
|
|
<template #taskStatus="{row}">
|
|
|
|
+ <!-- <el-tag :type="`${row.status === 2 ? 'success' : row.status === 0 ? 'warning' : row.status === 1 ? 'danger' : 'info'}`" -->
|
|
<el-tag :type="`${row.status === 2 ? 'success' : row.status === 0 ? 'warning' : row.status === 1 ? 'danger' : 'info'}`"
|
|
<el-tag :type="`${row.status === 2 ? 'success' : row.status === 0 ? 'warning' : row.status === 1 ? 'danger' : 'info'}`"
|
|
class="mx-1" effect="dark" v-if="row['taskStatus']">{{row['taskStatus']}}</el-tag>
|
|
class="mx-1" effect="dark" v-if="row['taskStatus']">{{row['taskStatus']}}</el-tag>
|
|
</template>
|
|
</template>
|
|
@@ -319,6 +320,7 @@ const tableColumn = ref([
|
|
{key:'reportNo', name: '报告编号', width: 220},
|
|
{key:'reportNo', name: '报告编号', width: 220},
|
|
{key:'samplingLocation', name: '取样地点', width: 220},
|
|
{key:'samplingLocation', name: '取样地点', width: 220},
|
|
{key:'trialProjectName', name: '试验项目名称', width: 220},
|
|
{key:'trialProjectName', name: '试验项目名称', width: 220},
|
|
|
|
+ {key:'detectionResult', name: '检测结果', width: 160},
|
|
{key:'taskStatus', name: '任务状态', width: 140},
|
|
{key:'taskStatus', name: '任务状态', width: 140},
|
|
{key:'detectionCategory', name: '检测类别', width: 120},
|
|
{key:'detectionCategory', name: '检测类别', width: 120},
|
|
{key:'isUploadCertificate', name: '是否上传合格证', width: 130},
|
|
{key:'isUploadCertificate', name: '是否上传合格证', width: 130},
|
|
@@ -326,7 +328,7 @@ const tableColumn = ref([
|
|
{key:'company', name: '单位', width: 160},
|
|
{key:'company', name: '单位', width: 160},
|
|
{key:'specificationNumber', name: '样品编号', width: 220},
|
|
{key:'specificationNumber', name: '样品编号', width: 220},
|
|
{key:'specificationModel', name: '规格类型', width: 200},
|
|
{key:'specificationModel', name: '规格类型', width: 200},
|
|
- {key:'detectionResult', name: '检测结果', width: 160},
|
|
|
|
|
|
+
|
|
//{key:'projectPosition', name: '工程部位及用途', width: 160},
|
|
//{key:'projectPosition', name: '工程部位及用途', width: 160},
|
|
{key:'projectPositionName', name: '工程部位及用途', width: 160},
|
|
{key:'projectPositionName', name: '工程部位及用途', width: 160},
|
|
{key:'reportDate', name: '报告日期', width: 170},
|
|
{key:'reportDate', name: '报告日期', width: 170},
|