feat:增加项目及学习路径面授任务学员

This commit is contained in:
lixg
2023-01-05 20:48:09 +08:00
parent 55e7eb85e3
commit d5f34009df
8 changed files with 2235 additions and 26 deletions

View File

@@ -37,7 +37,7 @@
placeholder="请输入姓名"
/>
</div>
<div class="namecon" style="margin-right: 30px">
<!-- <div class="namecon" style="margin-right: 30px">
<div class="name">考勤</div>
<div class="select">
<a-select
@@ -50,7 +50,7 @@
showSearch
></a-select>
</div>
</div>
</div> -->
<div class="namecon">
<div class="name">签到状态</div>
<div class="select">
@@ -146,7 +146,7 @@
</div>
</div>
<div class="botm"></div>
<div class="botm" style="height: 100px"></div>
<div class="btnn">
<button class="btn1">取消</button>
<button class="btn2">确定</button>
@@ -414,20 +414,42 @@ export default {
},
{
title: "所在部门",
dataIndex: "com",
dataIndex: "studentDepartName",
// width: "30%",
key: "com",
key: "studentDepartName",
width: 50,
align: "center",
className: "h",
customRender: (text) => {
return (
<div class="racona">
<span>
{text.record.studentDepartName
? text.record.studentDepartName
: "-"}
</span>
</div>
);
},
},
{
title: "所在岗位",
dataIndex: "gang",
key: "gang",
dataIndex: "studentJobName",
key: "studentJobName",
width: 50,
align: "center",
className: "h",
customRender: (text) => {
return (
<div class="racona">
<span>
{text.record.studentJobName
? text.record.studentJobName
: "-"}
</span>
</div>
);
},
},
{
title: "签到时间",