|
|
@@ -299,11 +299,11 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="检验部门" align="center" prop="deptName" min-width="120px" />
|
|
|
- <el-table-column label="检验性质" align="center" prop="checkType" min-width="120px">
|
|
|
- <template #default="scope">
|
|
|
- {{ PressureBoilerCheckTypeMap[scope.row.checkType] }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column label="检验性质" align="center" prop="checkType" min-width="120px">-->
|
|
|
+<!-- <template #default="scope">-->
|
|
|
+<!-- {{ PressureBoilerCheckTypeMap[scope.row.checkType] }}-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
<el-table-column label="检验时间" align="center" prop="checkDate" min-width="120px">
|
|
|
<template #default="scope">
|
|
|
{{ formatArrayDate(scope.row.checkDate) }}
|