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