Compare commits

..

1 Commits

Author SHA1 Message Date
lwj
dda692a542 fix:在线课程管理列表中添加审核人审核时间 2025-12-12 15:07:35 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -106,8 +106,7 @@
>贡献者大会</span
>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item command="four">2025</el-dropdown-item>
<el-dropdown-item command="three" divided>2024</el-dropdown-item>
<el-dropdown-item command="three">2024</el-dropdown-item>
<el-dropdown-item command="one" divided>2023</el-dropdown-item>
<el-dropdown-item command="two" divided>2022</el-dropdown-item>
</el-dropdown-menu>
@@ -422,7 +421,6 @@ export default {
one: urlPre + "/web/contributornew/index",
two: urlPre + "/web/contributor/index",
three: urlPre + "/web/contributor_2024/index",
four: urlPre + "/web/contributor_2025/index",
};
window.open(obj[val]);
},

View File

@@ -133,6 +133,8 @@
{{ scope.row.isTop == true ? '置顶' : '未置顶' }}
</template>
</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">
<template slot-scope="scope" class="btn-gl">
<!-- 20240621 修改scope.row.isPermission = fasle 时不展示操作按钮-->