-- 学员审核

This commit is contained in:
yuping
2022-12-26 23:12:00 +08:00
parent f00b3e945f
commit d090544399
2 changed files with 6279 additions and 6244 deletions

View File

@@ -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