未符合项整改bug

This commit is contained in:
宋伟佳
2022-02-24 17:48:47 +08:00
parent af9403b176
commit ecf9512f58
2 changed files with 0 additions and 2 deletions
@@ -135,7 +135,6 @@
prop="actualCloseTime"
width="130"
align="center"
sortable
label="实际关闭时间">
<template slot-scope="scope">{{(scope.row.actualCloseTime ? scope.row.actualCloseTime.substring(0, 11): '')}}</template>
</el-table-column>
@@ -185,7 +185,6 @@
<el-table-column
prop="planCloseTime"
width="150"
sortable="custom"
label="计划关闭时间">
<template slot-scope="scope">
{{ (scope.row.planCloseTime ? scope.row.planCloseTime.substring(0, 11) : "") }}