fix:增加已审核课程列表审核日志显示,已审核项目审核状态及页面样式调整

This commit is contained in:
wyx
2022-12-06 16:54:30 +08:00
parent d2ee1c2bf0
commit ca07742dda
3 changed files with 71 additions and 11 deletions

View File

@@ -201,7 +201,7 @@ export default {
dataIndex: "status",
key: "status",
align: "center",
customRender: ({record: {status}}) => <div>{{2: '审核通过', 3: '审核拒绝'}[status]}</div>,
customRender: ({record: {status}}) => <div>{status==-2?'未通过':'已通过'}</div>,
},
{
title: "创建人",
@@ -531,7 +531,7 @@ export default {
.tmplh_btn {
display: flex;
// margin-left: 38px;
margin-top: 32px;
margin-top: 52px;
.btn {
padding: 0px 26px 0px 26px;