This commit is contained in:
helloDy
2024-03-26 16:52:04 +08:00
parent 6a558cbab5
commit a409a22bef
5 changed files with 19 additions and 10 deletions

View File

@@ -46,9 +46,9 @@
<el-table-column
v-if="selectedBox[2]"
label="巡检时间"
prop="planCheckTime">
prop="actualCheckTime">
<template slot-scope="scope">
{{ scope.row.planCheckTime | timeFilter }}
{{ scope.row.actualCheckTime | timeFilter }}
</template>
</el-table-column>
<el-table-column