mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
Merge branch 'fix_1155' into master-20251210
# Conflicts: # src/views/course/ManageList.vue
This commit is contained in:
@@ -138,6 +138,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 时不展示操作按钮-->
|
||||||
|
|||||||
Reference in New Issue
Block a user