|
|
@ -37,7 +37,7 @@ |
|
|
<el-table-column prop="remark" label="备注" width="360"> |
|
|
<el-table-column prop="remark" label="备注" width="360"> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="创建者" prop="creatorName"></el-table-column> |
|
|
<el-table-column label="创建者" prop="creatorName"></el-table-column> |
|
|
<el-table-column label="创建时间"> |
|
|
|
|
|
|
|
|
<el-table-column label="创建时间" width="200"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
{{ scope.row.creationTime | dateFormat }} |
|
|
{{ scope.row.creationTime | dateFormat }} |
|
|
</template> |
|
|
</template> |
|
|
|