|
|
@ -162,14 +162,14 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="remarks" label="备注" min-width="120" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="start_time" label="开始时间" width="180"> |
|
|
|
<el-table-column prop="start_time" label="传阅开始时间" width="180"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div>{{ scope.row.start_time | parseTime }}</div> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="latest_time" label="结束时间" width="180"> |
|
|
|
<el-table-column prop="latest_time" label="实际归还时间" width="180"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div>{{ scope.row.latest_time | parseTime }}</div> |
|
|
|
<div>{{ scope.row.actual_return_time | parseTime }}</div> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|