|
@@ -172,16 +172,16 @@
|
|
{{ scope.row.conclusionStatus | conclusionStatus}}
|
|
{{ scope.row.conclusionStatus | conclusionStatus}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="center" prop="subject" label="巡查时间">
|
|
|
|
|
|
+ <el-table-column align="center" prop="subject" label="巡查时间" width="103px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ dayjs(scope.row.planStart).format("YYYY-MM-DD HH:mm") }}~
|
|
|
|
- {{ dayjs(scope.row.planEnd).format("HH:mm") }}
|
|
|
|
|
|
+ {{ dayjs(scope.row.planStart).format("YYYY-MM-DD HH:mm") }}~{{ dayjs(scope.row.planEnd).format("HH:mm") }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="center"
|
|
align="center"
|
|
prop="submitedTime"
|
|
prop="submitedTime"
|
|
label="提交时间"
|
|
label="提交时间"
|
|
|
|
+ width="103px"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column align="center" prop="status" label="提交状态">
|
|
<el-table-column align="center" prop="status" label="提交状态">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|