|
|
|
@ -108,13 +108,13 @@ |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
/> |
|
|
|
/> |
|
|
|
<el-table-column |
|
|
|
<el-table-column |
|
|
|
label="创建时间" |
|
|
|
label="更新时间" |
|
|
|
align="left" |
|
|
|
align="left" |
|
|
|
prop="create_time" |
|
|
|
prop="update_time" |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
> |
|
|
|
> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ parseTime(scope.row.create_time) }}上传</span> |
|
|
|
<span>{{ parseTime(scope.row.update_time) }} 上传</span> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
<el-table-column |
|
|
|
|