修改名称

This commit is contained in:
huangdeliang 2020-10-08 22:07:57 +08:00
parent 5522e23de2
commit 2f343601b1

View File

@ -78,7 +78,7 @@
@change="handleStatusChange(scope.row)"></el-switch>
</template>
</el-table-column>
<el-table-column label="创建时间" align="center" prop="createTime" width="160">
<el-table-column label="创建时间" align="center" prop="createTime" width="170">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>