Parcourir la source

锅炉检验检测录入隐藏检验性质列

liyuhui_ex il y a 3 semaines
Parent
commit
117637d153

+ 5 - 5
yudao-ui-admin-vue3/src/views/pressure2/boilerchecker/myTask.vue

@@ -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) }}