mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
fix:增加已审核课程列表审核日志显示,已审核项目审核状态及页面样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user