资源池

This commit is contained in:
W23123 2020-03-24 16:55:39 +08:00
parent 3a383bb546
commit 9d2e70bf0e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
@change="changeSwitch(scope.row)"
/>
</template>
</el-table-column>changeSwitch
</el-table-column>
<el-table-column prop="createTime" label="创建时间" width="180">
<template slot-scope="scope">
<span>{{ scope.row.createTime | timestampFormatDate }}</span>