修改操作时间

This commit is contained in:
liuxi 2025-02-19 15:05:15 +08:00
parent 7a40e5b270
commit ebf93f93ef

View File

@ -79,9 +79,9 @@
<el-table-column prop="invitee" label="受邀人" show-overflow-tooltip></el-table-column> <el-table-column prop="invitee" label="受邀人" show-overflow-tooltip></el-table-column>
<!-- <el-table-column prop="createByName" label="操作人" show-overflow-tooltip></el-table-column> --> <!-- <el-table-column prop="createByName" label="操作人" show-overflow-tooltip></el-table-column> -->
<el-table-column prop="createAt" label="操作时间" show-overflow-tooltip> <el-table-column label="操作时间" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.createAt | formaDate("yyyy-MM-dd hh:mm:ss") }}</span> <span>{{ scope.row.updateAt | formaDate("yyyy-MM-dd hh:mm:ss") }}</span>
</template> </template>
</el-table-column> </el-table-column>