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">