-- 学员审核

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%", width: "8%",
align: "left", align: "left",
className: "h", className: "h",
customRender: ({record: {studentName,topFlag}}) => (topFlag?<div customRender: ({record: {studentName, topFlag}}) => (topFlag ? <div
style={{ style={{
display: "flex", display: "flex",
alignItems: "center", alignItems: "center",
@@ -182,7 +182,7 @@ const tablecolumns = ref([
/> />
<span className="studentExcellentT">优秀</span> <span className="studentExcellentT">优秀</span>
</div> </div>
</div>:<div>{studentName}</div>) </div> : <div>{studentName}</div>)
}, },
{ {
title: "工号", title: "工号",
@@ -209,7 +209,7 @@ const tablecolumns = ref([
width: 100, width: 100,
align: "center", align: "center",
customRender: ({record: {source}}) => customRender: ({record: {source}}) =>
({1: "快速添加", 2: "组织", 3: "受众"}[source]), ({1: "快速添加", 2: "组织", 3: "受众", 4: '报名'}[source]),
}, },
...props.columns, ...props.columns,
{ {

File diff suppressed because it is too large Load Diff