fix:在线课程管理列表中添加审核人审核时间

This commit is contained in:
lwj
2025-12-11 15:59:09 +08:00
parent 3cfd025858
commit 99760c9940

View File

@@ -133,6 +133,8 @@
{{ scope.row.isTop == true ? '置顶' : '未置顶' }} {{ scope.row.isTop == true ? '置顶' : '未置顶' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="审核人" prop="auditUser"></el-table-column>
<el-table-column label="审核时间" prop="auditTime" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" width="180px" fixed="right"> <el-table-column label="操作" width="180px" fixed="right">
<template slot-scope="scope" class="btn-gl"> <template slot-scope="scope" class="btn-gl">
<!-- 20240621 修改scope.row.isPermission = fasle 时不展示操作按钮--> <!-- 20240621 修改scope.row.isPermission = fasle 时不展示操作按钮-->