ezhizao_zx 10 달 전
부모
커밋
67147b0103
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/business/outsourceInspectionVerify/index.vue

+ 5 - 0
src/views/business/outsourceInspectionVerify/index.vue

@@ -66,6 +66,11 @@
               <dict-tag :options="outsource_before_checkout_verify_status" :value="scope.row.auditStatus" />
             </template>
           </el-table-column>
+          <el-table-column label="检查日期" align="center" prop="startTime" width="120">
+            <template #default="scope">
+              {{ parseTime(scope.row.startTime, "{y}-{m}-{d}") }}
+            </template>
+          </el-table-column>
           <el-table-column label="备注" align="center" prop="remark" />
           <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200">
             <template #default="scope">