mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
feat:增加项目及学习路径面授任务学员
This commit is contained in:
@@ -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: "签到时间",
|
||||
|
||||
1085
src/components/drawers/project/ProjectFaceStu.vue
Normal file
1085
src/components/drawers/project/ProjectFaceStu.vue
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@
|
||||
:visible="Fvisible"
|
||||
class="drawerStyle ProjectFaceTaskManage"
|
||||
placement="right"
|
||||
width="60%"
|
||||
width="80%"
|
||||
@after-visible-change="afterVisibleChange"
|
||||
>
|
||||
<div class="drawerMain">
|
||||
@@ -629,8 +629,11 @@ export default {
|
||||
|
||||
<style lang="scss">
|
||||
.ProjectFaceTaskManage {
|
||||
.ant-drawer-content-wrapper {
|
||||
max-width: 1300px;
|
||||
}
|
||||
.drawerMain {
|
||||
min-width: 550px;
|
||||
min-width: 700px;
|
||||
margin: 0px 32px 0px 32px;
|
||||
overflow-x: auto;
|
||||
display: flex;
|
||||
|
||||
1079
src/components/drawers/router/RouterFaceStu.vue
Normal file
1079
src/components/drawers/router/RouterFaceStu.vue
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@
|
||||
:visible="FaceTeachModelVisible"
|
||||
class="drawerStyle ProjectFaceTaskManage"
|
||||
placement="right"
|
||||
width="60%"
|
||||
width="80%"
|
||||
@after-visible-change="afterVisibleChange"
|
||||
>
|
||||
<div class="drawerMain">
|
||||
@@ -643,8 +643,11 @@ export default {
|
||||
|
||||
<style lang="scss">
|
||||
.ProjectFaceTaskManage {
|
||||
.ant-drawer-content-wrapper {
|
||||
max-width: 1300px;
|
||||
}
|
||||
.drawerMain {
|
||||
min-width: 550px;
|
||||
min-width: 700px;
|
||||
margin: 0px 32px 0px 32px;
|
||||
overflow-x: auto;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user