|
@ -55,7 +55,7 @@ |
|
|
<span>{{scope.row.startUserName}}</span> |
|
|
<span>{{scope.row.startUserName}}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column width="100px" label="发起日期" align="center"> |
|
|
<el-table-column width="100px" label="审批日期" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{scope.row.createTime|formatTimer}}</span> |
|
|
<span>{{scope.row.createTime|formatTimer}}</span> |
|
|
</template> |
|
|
</template> |
|
|