|
@@ -130,7 +130,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="整改期限" prop="rectifyDeadline" width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ parseTime(scope.row.rectifyDeadline,"{y}-{m}-{d} {h}:{i}") }}</span>
|
|
|
+ <span>{{ parseTime(scope.row.rectifyDeadline,"{y}-{m}-{d}") }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="整改状态" prop="state" width="100" show-overflow-tooltip>
|