mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 22:06:43 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dda692a542 |
@@ -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 时不展示操作按钮-->
|
||||||
|
|||||||
Reference in New Issue
Block a user