未符合项整改bug
This commit is contained in:
@@ -135,7 +135,6 @@
|
|||||||
prop="actualCloseTime"
|
prop="actualCloseTime"
|
||||||
width="130"
|
width="130"
|
||||||
align="center"
|
align="center"
|
||||||
sortable
|
|
||||||
label="实际关闭时间">
|
label="实际关闭时间">
|
||||||
<template slot-scope="scope">{{(scope.row.actualCloseTime ? scope.row.actualCloseTime.substring(0, 11): '')}}</template>
|
<template slot-scope="scope">{{(scope.row.actualCloseTime ? scope.row.actualCloseTime.substring(0, 11): '')}}</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
@@ -185,7 +185,6 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="planCloseTime"
|
prop="planCloseTime"
|
||||||
width="150"
|
width="150"
|
||||||
sortable="custom"
|
|
||||||
label="计划关闭时间">
|
label="计划关闭时间">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ (scope.row.planCloseTime ? scope.row.planCloseTime.substring(0, 11) : "") }}
|
{{ (scope.row.planCloseTime ? scope.row.planCloseTime.substring(0, 11) : "") }}
|
||||||
|
|||||||
Reference in New Issue
Block a user