mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
-- 学员审核
This commit is contained in:
@@ -168,7 +168,7 @@ const tablecolumns = ref([
|
||||
width: "8%",
|
||||
align: "left",
|
||||
className: "h",
|
||||
customRender: ({record: {studentName,topFlag}}) => (topFlag?<div
|
||||
customRender: ({record: {studentName, topFlag}}) => (topFlag ? <div
|
||||
style={{
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
@@ -182,7 +182,7 @@ const tablecolumns = ref([
|
||||
/>
|
||||
<span className="studentExcellentT">优秀</span>
|
||||
</div>
|
||||
</div>:<div>{studentName}</div>)
|
||||
</div> : <div>{studentName}</div>)
|
||||
},
|
||||
{
|
||||
title: "工号",
|
||||
@@ -209,7 +209,7 @@ const tablecolumns = ref([
|
||||
width: 100,
|
||||
align: "center",
|
||||
customRender: ({record: {source}}) =>
|
||||
({1: "快速添加", 2: "组织", 3: "受众"}[source]),
|
||||
({1: "快速添加", 2: "组织", 3: "受众", 4: '报名'}[source]),
|
||||
},
|
||||
...props.columns,
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user