Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage

This commit is contained in:
岳佳鑫
2022-10-25 15:57:03 +08:00
18 changed files with 1191 additions and 888 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

View File

@@ -505,293 +505,294 @@ export default {
} }
.ant-drawer-body { .ant-drawer-body {
padding: 0; padding: 0;
} .drawerMain {
} min-width: 600px;
.drawerMain { margin: 0px 32px 0px 32px;
min-width: 600px; // overflow-x: scroll;
margin: 0px 32px 0px 32px;
overflow-x: scroll;
display: flex;
flex-direction: column;
.header {
height: 73px;
border-bottom: 1px solid #e8e8e8;
display: flex;
justify-content: space-between;
align-items: center;
// background-color: red;
margin-bottom: 20px;
.headerTitle {
font-size: 18px;
font-weight: 600;
color: #333333;
line-height: 25px;
// margin-left: 24px;
}
}
.main {
width: 100%;
height: 100%;
// background-color: #bfa;
overflow-y: auto;
.titl {
display: flex; display: flex;
.endtime { flex-direction: column;
font-size: 16px; .header {
font-weight: 500; height: 73px;
color: #333333; border-bottom: 1px solid #e8e8e8;
white-space: nowrap;
}
}
.search {
width: 100%;
display: flex;
flex-wrap: wrap;
margin-top: 20px;
justify-content: space-between;
.leftchoose {
display: flex; display: flex;
margin-right: 20px; justify-content: space-between;
flex-wrap: wrap; align-items: center;
.namecon { // background-color: red;
display: flex; margin-bottom: 20px;
flex-wrap: nowrap; flex-shrink: 0;
margin-bottom: 10px; .headerTitle {
.name { font-size: 18px;
margin-top: 8px; font-weight: 600;
white-space: nowrap; color: #333333;
} line-height: 25px;
// .name { // margin-left: 24px;
// margin-top: 8px;
// color: rgba(0, 0, 0, 0.85);
// font-size: 14px;
// font-weight: 400;
// }
} }
} }
.main {
width: 100%;
height: 100%;
background-color: #bfa;
overflow-y: auto;
.btns { .titl {
display: flex; display: flex;
flex-wrap: nowrap; .endtime {
font-size: 16px;
font-weight: 500;
color: #333333;
white-space: nowrap;
}
}
.search {
width: 100%;
display: flex;
flex-wrap: wrap;
margin-top: 20px;
justify-content: space-between;
.leftchoose {
display: flex;
margin-right: 20px;
flex-wrap: wrap;
.namecon {
display: flex;
flex-wrap: nowrap;
margin-bottom: 10px;
.name {
margin-top: 8px;
white-space: nowrap;
}
// .name {
// margin-top: 8px;
.btn { // color: rgba(0, 0, 0, 0.85);
cursor: pointer; // font-size: 14px;
width: 100px; // font-weight: 400;
// }
}
}
.btns {
display: flex;
flex-wrap: nowrap;
.btn {
cursor: pointer;
width: 100px;
height: 40px;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
.img1 {
width: 15px;
height: 17px;
background-image: url(../../assets/images/courseManage/search0.png);
background-size: 100% 100%;
margin-right: 7px;
}
.img2 {
width: 16px;
height: 18px;
background-image: url(../../assets/images/courseManage/reset1.png);
background-size: 100% 100%;
margin-right: 7px;
}
}
.btn1 {
background: #388be1;
color: #ffffff;
}
.btn2 {
background: #ffffff;
color: #388be1;
border: 1px solid #388be1;
}
}
}
.btnss {
display: flex;
flex-wrap: nowrap;
.btn {
cursor: pointer;
width: 130px;
height: 40px;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
.img1 {
width: 15px;
height: 17px;
background-image: url(../../assets/images/courseManage/search0.png);
background-size: 100% 100%;
margin-right: 7px;
}
.img2 {
width: 17px;
height: 16px;
background-image: url(../../assets/images/coursewareManage/export.png);
background-size: 100% 100%;
margin-right: 7px;
}
}
.btn1 {
background: #388be1;
margin-right: 20px;
color: #ffffff;
}
.btn2 {
background: #ffffff;
margin-right: 20px;
color: #388be1;
border: 1px solid #388be1;
}
}
.line {
width: 100%;
height: 40px; height: 40px;
border-radius: 8px; background-color: #e9f6fe;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.img1 { margin-top: 20px;
width: 15px; border: 1px solid #c3e6fc;
height: 17px; .inline {
background-image: url(../../assets/images/courseManage/search0.png); width: 95%;
background-size: 100% 100%; height: 100%;
margin-right: 7px; display: flex;
} justify-content: space-between;
.img2 { // background-color: #bfa;
width: 16px; .left {
height: 18px; height: 100%;
background-image: url(../../assets/images/courseManage/reset1.png); display: flex;
background-size: 100% 100%; align-items: center;
margin-right: 7px; .img {
width: 14px;
height: 15px;
background-image: url(../../assets/images/leveladd/gan.png);
background-size: 100% 100%;
}
.text {
color: #999ba3;
}
.text2 {
color: #4ea6ff;
margin-left: 5px;
margin-right: 5px;
}
.text3 {
color: #999ba3;
margin-left: 20px;
}
}
.right {
font-size: 14px;
font-weight: 400;
color: #387df7;
height: 100%;
display: flex;
align-items: center;
cursor: pointer;
}
} }
} }
.pad {
.btn1 { width: 96%;
background: #388be1; height: 10px;
background-color: #fff;
color: #ffffff; position: absolute;
} }
.btn2 { .tableBox {
background: #ffffff; // margin-bottom: 80px;
color: #388be1; .classify {
border: 1px solid #388be1; // margin-left: 11px !important;
// padding-left: 9px !important;
padding-left: 0px !important;
}
.ant-checkbox-wrapper {
align-items: center;
margin-top: -2px;
}
.ant-table-selection-column {
padding: 0px !important;
// padding-left: 45px !important;
}
.ant-table-thead > tr > th {
background-color: rgba(239, 244, 252, 1);
}
th.h {
background-color: #eff4fc !important;
}
.ant-table-tbody
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
> td {
background: #f6f9fd;
}
.opa {
background-color: #bfa;
}
} }
// .tab {
// .ant-table-thead > tr > th {
// background-color: rgba(239, 244, 252, 1) !important;
// }
// th.h {
// background-color: #eff4fc !important;
// }
// .ant-table-tbody
// > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
// > td {
// background: #f6f9fd;
// }
// }
} }
} }
.btnss { .botm {
width: 100%;
height: 90px;
// background-color: red;
// flex-shrink: 1;
}
.btnn {
height: 72px;
width: 100%;
position: absolute;
background-color: #fff;
bottom: 0;
left: 0;
display: flex; display: flex;
flex-wrap: nowrap; align-items: center;
justify-content: center;
.btn { box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16);
cursor: pointer;
width: 130px;
height: 40px;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
.img1 {
width: 15px;
height: 17px;
background-image: url(../../assets/images/courseManage/search0.png);
background-size: 100% 100%;
margin-right: 7px;
}
.img2 {
width: 17px;
height: 16px;
background-image: url(../../assets/images/coursewareManage/export.png);
background-size: 100% 100%;
margin-right: 7px;
}
}
.btn1 { .btn1 {
background: #388be1; width: 100px;
margin-right: 20px; height: 40px;
color: #ffffff; border: 1px solid #4ea6ff;
border-radius: 8px;
color: #4ea6ff;
background-color: #fff;
cursor: pointer;
} }
.btn2 { .btn2 {
background: #ffffff; cursor: pointer;
margin-right: 20px; width: 100px;
color: #388be1; height: 40px;
border: 1px solid #388be1; background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-left: 15px;
color: #fff;
} }
} }
.line {
width: 100%;
height: 40px;
background-color: #e9f6fe;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
border: 1px solid #c3e6fc;
.inline {
width: 95%;
height: 100%;
display: flex;
justify-content: space-between;
// background-color: #bfa;
.left {
height: 100%;
display: flex;
align-items: center;
.img {
width: 14px;
height: 15px;
background-image: url(../../assets/images/leveladd/gan.png);
background-size: 100% 100%;
}
.text {
color: #999ba3;
}
.text2 {
color: #4ea6ff;
margin-left: 5px;
margin-right: 5px;
}
.text3 {
color: #999ba3;
margin-left: 20px;
}
}
.right {
font-size: 14px;
font-weight: 400;
color: #387df7;
height: 100%;
display: flex;
align-items: center;
cursor: pointer;
}
}
}
.pad {
width: 96%;
height: 10px;
background-color: #fff;
position: absolute;
}
.tableBox {
// margin-bottom: 80px;
.classify {
// margin-left: 11px !important;
// padding-left: 9px !important;
padding-left: 0px !important;
}
.ant-checkbox-wrapper {
align-items: center;
margin-top: -2px;
}
.ant-table-selection-column {
padding: 0px !important;
// padding-left: 45px !important;
}
.ant-table-thead > tr > th {
background-color: rgba(239, 244, 252, 1);
}
th.h {
background-color: #eff4fc !important;
}
.ant-table-tbody
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
> td {
background: #f6f9fd;
}
.opa {
background-color: #bfa;
}
}
// .tab {
// .ant-table-thead > tr > th {
// background-color: rgba(239, 244, 252, 1) !important;
// }
// th.h {
// background-color: #eff4fc !important;
// }
// .ant-table-tbody
// > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
// > td {
// background: #f6f9fd;
// }
// }
}
}
.botm {
width: 100%;
height: 90px;
// background-color: red;
// flex-shrink: 1;
}
.btnn {
height: 72px;
width: 100%;
position: absolute;
background-color: #fff;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16);
.btn1 {
width: 100px;
height: 40px;
border: 1px solid #4ea6ff;
border-radius: 8px;
color: #4ea6ff;
background-color: #fff;
cursor: pointer;
}
.btn2 {
cursor: pointer;
width: 100px;
height: 40px;
background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-left: 15px;
color: #fff;
} }
} }
} }

View File

@@ -79,11 +79,11 @@
const columns1 = [ const columns1 = [
{ {
title: "案例标题", title: "案例标题",
width: "35%", width: "40%",
dataIndex: "title", dataIndex: "title",
key: "num", key: "num",
align: "center", align: "center",
ellipsis: true, ellipsis: true,
}, },
{ {
title: "作者", title: "作者",
@@ -94,7 +94,7 @@
}, },
{ {
title: "导入时间", title: "导入时间",
width: "40%", width: "35%",
dataIndex: "time", dataIndex: "time",
key: "time", key: "time",
align: "center", align: "center",

View File

@@ -3,7 +3,7 @@
:visible="AddImpStuvisible" :visible="AddImpStuvisible"
class="drawerStyle AddLevelImpStu" class="drawerStyle AddLevelImpStu"
placement="right" placement="right"
width="40%" width="800px"
@after-visible-change="afterVisibleChange" @after-visible-change="afterVisibleChange"
> >
<div class="drawerMain"> <div class="drawerMain">
@@ -63,12 +63,18 @@
</div> </div>
<div class="curloading"> <div class="curloading">
<div class="cur">55%</div> <div class="cur">55%</div>
<div class="cancel" style="margin-left: 20px">暂停</div> <div class="cancel" style="margin-left: 20px">重传</div>
<div class="cancel" style="margin-left: 15px">取消</div> <div class="cancel" style="margin-left: 15px">取消</div>
</div> </div>
<div class="defeat">下载失败数据</div> <div class="defeat">
<div class="detext">下载失败数据</div>
</div>
</div> </div>
</div> </div>
<div class="defeatbox">
<div class="lefimg"></div>
<div class="tacl">20条数据导入成功5条数据导入失败</div>
</div>
<div class="loadborder"> <div class="loadborder">
<div class="content"> <div class="content">
<div class="img"></div> <div class="img"></div>
@@ -87,6 +93,10 @@
</div> </div>
</div> </div>
</div> </div>
<div class="succebox">
<div class="lefimg"></div>
<div class="tacl">20条数据导入成功5条数据导入失败</div>
</div>
</div> </div>
</div> </div>
</div> </div>
@@ -132,9 +142,8 @@ export default {
<style lang="scss" > <style lang="scss" >
.AddLevelImpStu { .AddLevelImpStu {
.drawerMain { .drawerMain {
min-width: 600px; min-width: 450px;
margin: 0px 32px 0px 32px; margin: 0px 32px 0px 32px;
overflow-x: scroll;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.header { .header {
@@ -143,6 +152,7 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
flex-shrink: 0;
// background-color: red; // background-color: red;
margin-bottom: 20px; margin-bottom: 20px;
.headerTitle { .headerTitle {
@@ -154,6 +164,7 @@ export default {
} }
} }
.main { .main {
overflow: scroll;
.minatitl { .minatitl {
display: flex; display: flex;
.up1 { .up1 {
@@ -175,6 +186,7 @@ export default {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
color: #333333; color: #333333;
white-space: nowrap;
} }
.right { .right {
margin-left: 6px; margin-left: 6px;
@@ -218,7 +230,8 @@ export default {
height: 173px; height: 173px;
border-radius: 4px; border-radius: 4px;
border: 1px dashed #eaeaea; border: 1px dashed #eaeaea;
margin-bottom: 30px; margin-bottom: 10px;
margin-top: 10px;
display: flex; display: flex;
align-items: center; align-items: center;
.content { .content {
@@ -228,10 +241,22 @@ export default {
.defeat { .defeat {
position: absolute; position: absolute;
left: 46px; left: 46px;
top: 38px; top: 42px;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
color: #ff7474; width: 120px;
height: 32px;
border-radius: 2px;
border: 1px solid #387df7;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
.detext {
font-size: 14px;
font-weight: 400;
color: #387df7;
}
} }
.img { .img {
width: 30px; width: 30px;
@@ -314,6 +339,49 @@ export default {
} }
} }
} }
.defeatbox {
width: 500px;
height: 40px;
background: rgba(255, 116, 116, 0.1);
border: 1px solid #ff7474;
display: flex;
align-items: center;
.lefimg {
width: 14px;
height: 14px;
margin-left: 17px;
margin-right: 8px;
background-image: url(../../assets/images/leveladd/nodone.png);
background-size: 100%;
}
.tacl {
font-size: 14px;
font-weight: 400;
color: #ff7474;
}
}
.succebox {
width: 500px;
height: 40px;
background: rgba(53, 174, 105, 0.1);
border: 1px solid #35ae69;
display: flex;
align-items: center;
.lefimg {
width: 14px;
height: 14px;
margin-left: 17px;
margin-right: 8px;
background-image: url(../../assets/images/leveladd/done.png);
background-size: 100%;
}
.tacl {
font-size: 14px;
font-weight: 400;
color: rgba(0, 0, 0, 0.65);
}
}
} }
} }
} }

View File

@@ -66,155 +66,6 @@ export default {
const state = reactive({ const state = reactive({
value: 1, //成绩是否合格的单选 value: 1, //成绩是否合格的单选
score: null, //录入的成绩 score: null, //录入的成绩
pageSize: 10,
currentPage: 1,
tableDataTotal: 100,
projectNameList: [
{
id: 1,
value: "项目一",
label: "项目一",
},
{
id: 2,
value: "项目二",
label: "项目二",
},
{
id: 3,
value: "项目三",
label: "项目三",
},
{
id: 4,
value: "项目四",
label: "项目四",
},
],
tabledata: [
{
key: 1,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "-",
state: "未完成",
},
{
key: 2,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "2022-10-31 23:12:00",
state: "未完成",
},
{
key: 3,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "2022-10-31 23:12:00",
state: "未完成",
},
{
key: 4,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "2022-10-31 23:12:00",
state: "未完成",
},
{
key: 5,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "2022-10-31 23:12:00",
state: "未完成",
},
{
key: 6,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "2022-10-31 23:12:00",
state: "未完成",
},
{
key: 7,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "2022-10-31 23:12:00",
state: "未完成",
},
{
key: 8,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "2022-10-31 23:12:00",
state: "未完成",
},
{
key: 9,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "2022-10-31 23:12:00",
state: "未完成",
},
{
key: 10,
name: "哈哈",
bum: "产品部",
gangw: "产品经理",
time: "2022-10-31 23:12:00",
state: "未完成",
},
],
tablecolumns: [
{
title: "姓名",
dataIndex: "name",
key: "name",
width: 50,
align: "center",
className: "h",
},
{
title: "所在部门",
dataIndex: "bum",
key: "bum",
width: 50,
align: "center",
className: "h",
},
{
title: "所在岗位",
dataIndex: "gangw",
key: "gangw",
width: 50,
align: "center",
className: "h",
},
{
title: "完成时间",
dataIndex: "time",
key: "time",
width: 50,
align: "center",
className: "h",
},
{
title: "任务状态",
dataIndex: "state",
key: "state",
width: 50,
align: "center",
className: "h",
},
],
}); });
const selectProjectName = (value, index) => { const selectProjectName = (value, index) => {
console.log("value", value, index); console.log("value", value, index);
@@ -246,9 +97,9 @@ export default {
// } // }
.EntryScores { .EntryScores {
.drawerMain { .drawerMain {
min-width: 600px; min-width: 400px;
margin: 0px 32px 0px 32px; margin: 0px 32px 0px 32px;
overflow-x: scroll; // overflow-x: scroll;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.header { .header {
@@ -269,7 +120,9 @@ export default {
} }
.main { .main {
width: 100%; width: 100%;
height: 100%; // height: 100%;
overflow-y: auto;
margin-bottom: 70px;
.sta { .sta {
width: 10px; width: 10px;
height: 10px; height: 10px;
@@ -309,6 +162,7 @@ export default {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
background-color: #fff;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@@ -87,7 +87,7 @@
:data-source="tabledata" :data-source="tabledata"
:loading="tableDataTotal === -1 ? true : false" :loading="tableDataTotal === -1 ? true : false"
expandRowByClick="true" expandRowByClick="true"
:scroll="{ x: 900, y: 350 }" :scroll="{ x: 900 }"
@expand="expandTable" @expand="expandTable"
:pagination="false" :pagination="false"
:row-selection="{ :row-selection="{
@@ -514,6 +514,7 @@ export default {
// background-color: #bfa; // background-color: #bfa;
overflow: auto; overflow: auto;
padding-right: 10px;
.endtime { .endtime {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;

View File

@@ -145,6 +145,7 @@ export default {
align-items: center; align-items: center;
// background-color: red; // background-color: red;
margin-bottom: 20px; margin-bottom: 20px;
flex-shrink: 0;
.headerTitle { .headerTitle {
font-size: 18px; font-size: 18px;
font-weight: 600; font-weight: 600;

View File

@@ -129,26 +129,43 @@
<a-tab-pane key="3" tab="获取规则"> <a-tab-pane key="3" tab="获取规则">
<div class="projectscore"> <div class="projectscore">
<div class="pjc_body"> <div class="pjc_body">
<div class="pjcb_header"> <div class="groupright">
<span>规则</span> <div class="spandiv"><span class="spantext">规则</span></div>
<div class="btns"> <div v-if="edit" class="btns">
<div class="edit_btn1"> <div class="btn1" @click="edit=!edit">
<div class="btnText">取消</div> <img src="../../assets/images/projectadd/edit1.png" />
</div> <span class="btn1text">编辑</span>
<div class="edit_btn2"> </div>
<div class="btnText">确定</div>
</div> </div>
<div v-else class="btns">
<div class="btn1" @click="edit=!edit">
<span class="btn1text">保存</span>
</div>
</div> </div>
</div> </div>
<div class="pjcb_content">
<div v-if="edit" class="pjcb_content">
<div class="content content1"> <div class="content content1">
<span>当前设计下学员可以获得 10 积分</span> <span>当前设计下学员可以获得 </span><span class="scoretext">{{scoresum}}</span><span>积分</span>
</div> </div>
<div class="content content2"> <div class="content content2">
<span>完成必修/选修获得 5 积分</span> <span>完成必修/选修获得 </span><span class="scoretext">{{score1}} </span><span>积分</span>
</div> </div>
<div class="content content3"> <div class="content content3">
<span>优秀学员可获得 5 积分</span> <span>优秀学员可获得 </span><span class="scoretext">{{score2}}</span><span>积分</span>
</div>
</div>
<div v-else class="pjcb_content">
<div class="content content1">
<span>当前设计下学员可以获得 </span><span class="scoretext">{{scoresum}}</span><span>积分</span>
</div>
<div class="content content2">
<span>完成必修/选修获得 </span><span ><a-input v-model:value="score1" :bordered="false" @change="getScore"/> </span><span>积分</span>
</div>
<div class="content content3">
<span>优秀学员可获得 </span><span ><a-input v-model:value="score2" :bordered="false" /></span><span>积分</span>
</div> </div>
</div> </div>
</div> </div>
@@ -326,6 +343,10 @@ export default {
tableDataTotal: 30, tableDataTotal: 30,
stuValue: false, stuValue: false,
Svisible:false, Svisible:false,
score1:5,
score2:5,
edit:true,
}); });
@@ -351,12 +372,18 @@ export default {
state.tabledataStu = datas; state.tabledataStu = datas;
}; };
getTableData(); getTableData();
return { return {
...toRefs(state), ...toRefs(state),
}; };
}, },
computed: {
// 计算属性的 getter
scoresum: function () {
return Number(this.score1)+Number(this.score2);
}
}
}; };
</script> </script>
<style lang="scss"> <style lang="scss">
@@ -569,65 +596,77 @@ export default {
.pjc_body { .pjc_body {
margin-left: 34px; margin-left: 34px;
margin-right: 34px; margin-right: 34px;
.pjcb_header { .spandiv{
display: flex; position: relative;
justify-content: space-between; /* height: 100%; */
align-items: center; width: 40px;
margin: 24px auto; .spantext{
.btns { position: absolute;
left: 0;
bottom: 0px;
}
}
.groupright {
display: flex; display: flex;
.edit_btn1 { justify-content: space-between;
.btn1 {
width: 100px; width: 100px;
// padding: 0px 26px 0px 26px; height: 40px;
height: 38px;
margin-left: 15px;
border-radius: 8px;
border: 1px solid rgba(64, 158, 255, 1);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-shrink: 0; margin-right: 16px;
border: 1px solid #409eff;
border-radius: 8px;
background: #409eff;
cursor: pointer; cursor: pointer;
background-color: rgb(255, 255, 255); .btn1text {
.btnText { color: #ffffff;
font-size: 14px;
font-weight: 400;
color: rgb(64, 158, 255);
line-height: 36px;
margin-left: 5px; margin-left: 5px;
font-size: 14px;
} }
} }
.edit_btn2 { .btn2 {
width: 100px; width: 100px;
// padding: 0px 26px 0px 26px; height: 40px;
height: 38px;
margin-left: 15px;
border-radius: 8px;
border: 1px solid rgba(64, 158, 255, 1);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-shrink: 0; margin-right: 32px;
border: 1px solid #409eff;
border-radius: 8px;
cursor: pointer; cursor: pointer;
background-color: rgb(64, 158, 255); background: #ffffff;
.btnText { .btn2text {
font-size: 14px; color: #409eff;
font-weight: 400;
color: rgb(255, 255, 255);
line-height: 36px;
margin-left: 5px; margin-left: 5px;
font-size: 14px;
} }
} }
} }
}
.pjcb_content { .pjcb_content {
border: 1px solid #409eff; border: 1px solid #409eff;
padding: 32px; padding: 20px;
margin-top: 10px;
.ant-input{
width: 46px;
font-size: 16px;
color: #409eff;
}
.scoretext{
color: #409eff;
font-size: 16px;
margin-left: 3px;
margin-right: 4px;
}
.pjcb_content :last-child { .pjcb_content :last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
.content { .content {
margin-bottom: 24px; align-items: center;
height: 50px;
display: flex;
} }
margin-bottom: 130px; margin-bottom: 130px;
} }

View File

@@ -54,7 +54,11 @@
</div> </div>
</div> </div>
<div class="btnss" style="margin-top: 20px"> <div class="btnss" style="margin-top: 20px">
<div class="btn btn1" @click="showopen" style="margin-right: 20px; cursor: pointer"> <div
class="btn btn1"
@click="showopen"
style="margin-right: 20px; cursor: pointer"
>
<div class="img2"></div> <div class="img2"></div>
<div class="wz">催促考试</div> <div class="wz">催促考试</div>
</div> </div>
@@ -70,10 +74,22 @@
:data-source="tabledata" :data-source="tabledata"
:loading="tableDataTotal === -1 ? true : false" :loading="tableDataTotal === -1 ? true : false"
expandRowByClick="true" expandRowByClick="true"
:scroll="{ x: 900, y: 500 }" :scroll="{ x: 900 }"
@expand="expandTable" @expand="expandTable"
:pagination="false" :pagination="false"
/> />
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize"
:current="currentPage"
:total="tableDataTotal"
class="pagination"
@change="onChange"
/>
</div>
</div> </div>
</div> </div>
<div class="btnn"> <div class="btnn">
@@ -81,16 +97,15 @@
<button class="btn2">确定</button> <button class="btn2">确定</button>
</div> </div>
<div class="noticebox" v-show="open"> <div class="noticebox" v-show="open">
<div><img src="../../assets/images/taskpage/check.png"/></div> <div><img src="../../assets/images/taskpage/check.png" /></div>
<div class="notext">催促学员成功</div> <div class="notext">催促学员成功</div>
</div> </div>
</div> </div>
</a-drawer> </a-drawer>
</template> </template>
<script> <script>
import { toRefs, reactive, onMounted, onUnmounted} from "vue"; import { toRefs, reactive, onMounted, onUnmounted } from "vue";
export default { export default {
name: "TestManage", name: "TestManage",
props: { props: {
@@ -108,6 +123,9 @@ export default {
const state = reactive({ const state = reactive({
name: null, name: null,
open: false, open: false,
pageSize: 10,
currentPage: 1,
tableDataTotal: 100,
projectNameList: [ projectNameList: [
{ {
id: 1, id: 1,
@@ -297,16 +315,19 @@ export default {
const closeDrawer = () => { const closeDrawer = () => {
ctx.emit("update:TMvisible", false); ctx.emit("update:TMvisible", false);
}; };
const showopen=()=>{ const showopen = () => {
state.open = true; state.open = true;
};
const onChange = (pageNumber) => {
console.log("Page: ", pageNumber);
}; };
let timer; let timer;
onMounted(()=> { onMounted(() => {
timer = setInterval(()=>{ timer = setInterval(() => {
state.open = false; state.open = false;
},3000); }, 3000);
}); });
onUnmounted(()=>{ onUnmounted(() => {
clearInterval(timer); clearInterval(timer);
}); });
return { return {
@@ -316,6 +337,7 @@ export default {
showopen, showopen,
onMounted, onMounted,
onUnmounted, onUnmounted,
onChange,
}; };
}, },
}; };
@@ -339,9 +361,9 @@ export default {
//作业管理弹窗 //作业管理弹窗
.TestManage { .TestManage {
.drawerMain { .drawerMain {
min-width: 600px; min-width: 520px;
margin: 0px 32px 0px 32px; margin: 0px 32px 0px 32px;
overflow-x: scroll; // overflow-x: scroll;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
@@ -382,7 +404,8 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
// background-color: #bfa; // background-color: #bfa;
// overflow-y: auto; overflow-y: auto;
padding-right: 10px;
.endtime { .endtime {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
@@ -397,12 +420,14 @@ export default {
.sealeft { .sealeft {
display: flex; display: flex;
flex-wrap: wrap;
.namecon { .namecon {
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
margin-bottom: 10px; margin-bottom: 10px;
.name { .name {
margin-top: 8px; margin-top: 8px;
white-space: nowrap;
} }
} }
} }
@@ -497,6 +522,23 @@ export default {
> td { > td {
background: #f6f9fd; background: #f6f9fd;
} }
.pa {
// left: 0;
margin-top: 15px;
width: 100%;
// height: 20px;
// background-color: red;
display: flex;
justify-content: center;
// position: absolute;
// bottom: 20px;
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-item,
.ant-pagination-options {
margin-bottom: 10px;
}
}
} }
} }
@@ -509,6 +551,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: #fff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16); box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16);
.btn1 { .btn1 {
width: 100px; width: 100px;

View File

@@ -83,6 +83,7 @@
:current="currentPage" :current="currentPage"
:total="tableDataTotal" :total="tableDataTotal"
class="pagination" class="pagination"
@change="onChange"
/> />
</div> </div>
</div> </div>
@@ -277,6 +278,9 @@ export default {
const showopen = () => { const showopen = () => {
state.open = true; state.open = true;
}; };
const onChange = (pageNumber) => {
console.log("Page: ", pageNumber);
};
let timer; let timer;
onMounted(() => { onMounted(() => {
timer = setInterval(() => { timer = setInterval(() => {
@@ -293,6 +297,7 @@ export default {
showopen, showopen,
onMounted, onMounted,
onUnmounted, onUnmounted,
onChange,
}; };
}, },
}; };
@@ -313,7 +318,7 @@ export default {
.TimeManage { .TimeManage {
// overflow-x: scroll; // overflow-x: scroll;
.drawerMain { .drawerMain {
min-width: 600px; min-width: 550px;
margin: 0px 32px 0px 32px; margin: 0px 32px 0px 32px;
overflow-x: scroll; overflow-x: scroll;
display: flex; display: flex;
@@ -356,7 +361,8 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
// background-color: #bfa; // background-color: #bfa;
overflow: auto; overflow-y: auto;
padding-right: 10px;
.endtime { .endtime {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
@@ -371,6 +377,7 @@ export default {
.sealeft { .sealeft {
display: flex; display: flex;
flex-wrap: wrap;
.namecon { .namecon {
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
@@ -482,6 +489,12 @@ export default {
justify-content: center; justify-content: center;
// position: absolute; // position: absolute;
// bottom: 20px; // bottom: 20px;
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-item,
.ant-pagination-options {
margin-bottom: 10px;
}
} }
} }
} }

View File

@@ -29,8 +29,26 @@
<div class="workInfo"> <div class="workInfo">
<div class="infotit">作业信息</div> <div class="infotit">作业信息</div>
<div class="workImgCon"> <div class="workImgCon">
<!-- <a-image-preview-group>
<a-image
style="margin-right: 40px"
:height="240"
:width="240"
:src="item"
></a-image>
<a-image :height="240" :width="240" :src="item" />
<a-image :height="240" :width="240" :src="item" />
</a-image-preview-group> -->
<div class="img">
<div class="download"></div>
</div>
<div class="img">
<div class="download"></div>
</div>
<div class="img">
<div class="download"></div>
</div>
<div class="img"> <div class="img">
<div class="see"></div>
<div class="download"></div> <div class="download"></div>
</div> </div>
</div> </div>
@@ -57,9 +75,7 @@ export default {
setup(props, ctx) { setup(props, ctx) {
const state = reactive({ const state = reactive({
pageSize: 10, item: require("../../assets/px.jpg"),
currentPage: 1,
tableDataTotal: 100,
}); });
const closeDrawer = () => { const closeDrawer = () => {
@@ -88,7 +104,7 @@ export default {
// } // }
.WorkDetail { .WorkDetail {
.drawerMain { .drawerMain {
min-width: 600px; min-width: 450px;
margin: 0px 32px 0px 32px; margin: 0px 32px 0px 32px;
overflow-x: scroll; overflow-x: scroll;
display: flex; display: flex;
@@ -101,6 +117,7 @@ export default {
align-items: center; align-items: center;
// background-color: red; // background-color: red;
margin-bottom: 20px; margin-bottom: 20px;
flex-shrink: 0;
.headerTitle { .headerTitle {
font-size: 18px; font-size: 18px;
font-weight: 600; font-weight: 600;
@@ -111,8 +128,9 @@ export default {
} }
.main { .main {
width: 100%; width: 100%;
height: 100%; // height: 100%;
overflow-y: auto;
margin-bottom: 40px;
.cj { .cj {
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
@@ -149,6 +167,9 @@ export default {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 16px; margin-top: 16px;
.it {
margin-right: 40px;
}
.img { .img {
width: 240px; width: 240px;
height: 240px; height: 240px;
@@ -157,6 +178,10 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-right: 40px;
margin-bottom: 40px;
position: relative;
cursor: pointer;
.see { .see {
width: 50px; width: 50px;
height: 50px; height: 50px;
@@ -169,8 +194,11 @@ export default {
height: 50px; height: 50px;
background-image: url(../../assets/images/basicinfo/download.png); background-image: url(../../assets/images/basicinfo/download.png);
background-size: 100% 100%; background-size: 100% 100%;
margin-left: 40px; // margin-left: 40px;
cursor: pointer; cursor: pointer;
position: absolute;
right: 10px;
bottom: 10px;
} }
} }
} }
@@ -184,6 +212,7 @@ export default {
bottom: 0; bottom: 0;
left: 0; left: 0;
display: flex; display: flex;
background-color: #fff;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16); box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16);

View File

@@ -54,15 +54,11 @@
</div> </div>
</div> </div>
<div class="btnss" style="margin-top: 20px"> <div class="btnss" style="margin-top: 20px">
<div <div class="btn btn1" style="margin-right: 20px; cursor: pointer">
class="btn btn1"
style="margin-right: 20px; cursor: pointer"
@click="showModal"
>
<div class="img1"></div> <div class="img1"></div>
<div class="wz">导出数据</div> <div class="wz">导出数据</div>
</div> </div>
<div class="btn btn2"> <div class="btn btn2" @click="showModal">
<div class="wz">导出作业</div> <div class="wz">导出作业</div>
</div> </div>
</div> </div>
@@ -73,10 +69,22 @@
:data-source="tabledata" :data-source="tabledata"
:loading="tableDataTotal === -1 ? true : false" :loading="tableDataTotal === -1 ? true : false"
expandRowByClick="true" expandRowByClick="true"
:scroll="{ x: 900, y: 500 }" :scroll="{ x: 900 }"
@expand="expandTable" @expand="expandTable"
:pagination="false" :pagination="false"
/> />
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize"
:current="currentPage"
:total="tableDataTotal"
class="pagination"
@change="onChange"
/>
</div>
</div> </div>
</div> </div>
<div class="btnn"> <div class="btnn">
@@ -131,6 +139,9 @@ export default {
visible: false, //导出数据弹窗 visible: false, //导出数据弹窗
close: false, //导出弹窗的关闭按钮 close: false, //导出弹窗的关闭按钮
WDvisible: false, //作业详情 WDvisible: false, //作业详情
pageSize: 10,
currentPage: 1,
tableDataTotal: 100,
projectNameList: [ projectNameList: [
{ {
id: 1, id: 1,
@@ -336,6 +347,9 @@ export default {
const showWorkDetail = () => { const showWorkDetail = () => {
state.WDvisible = true; state.WDvisible = true;
}; };
const onChange = (pageNumber) => {
console.log("Page: ", pageNumber);
};
return { return {
...toRefs(state), ...toRefs(state),
selectProjectName, selectProjectName,
@@ -343,6 +357,7 @@ export default {
showModal, showModal,
closeModal, closeModal,
showWorkDetail, showWorkDetail,
onChange,
}; };
}, },
}; };
@@ -418,7 +433,8 @@ export default {
flex-direction: column; flex-direction: column;
// justify-content: center; // justify-content: center;
align-items: center; align-items: center;
overflow: auto; overflow-y: auto;
padding-right: 10px;
.check { .check {
width: 40px; width: 40px;
height: 40px; height: 40px;
@@ -601,6 +617,23 @@ export default {
> td { > td {
background: #f6f9fd; background: #f6f9fd;
} }
.pa {
// left: 0;
margin-top: 15px;
width: 100%;
// height: 20px;
// background-color: red;
display: flex;
justify-content: center;
// position: absolute;
// bottom: 20px;
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-item,
.ant-pagination-options {
margin-bottom: 10px;
}
}
} }
} }

View File

@@ -208,7 +208,7 @@
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="2" tab="路径管理"> <a-tab-pane key="2" tab="路径管理">
<div class="split"></div> <div class="split"></div>
<div class="cont"> <!-- <div class="cont">
<div class="pad"></div> <div class="pad"></div>
<div class="sametab"> <div class="sametab">
<div class="Lhead"> <div class="Lhead">
@@ -236,50 +236,50 @@
</div> </div>
<div class="Lbom"> <div class="Lbom">
<div> <div>
<div class="create"> <div class="create"></div>
<div
class="taskbox"
style="
background: linear-gradient(180deg, #e5f6ec, #eef9f3);
"
>
<div class="leftt">
<img src="../../assets/images/taskpage/left3.png" />
</div>
<div class="photo">
<img src="../../assets/images/taskpage/picture3.png" />
</div>
<div class="rightt">
<img src="../../assets/images/taskpage/right3.png" />
</div>
<div
class="centerbox"
style="color: rgba(93, 201, 136, 1)"
>
创建关卡
</div>
<div class="centermain">点击创建关卡任务</div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
<div class="pad"></div> <div class="pad"></div>
</div> </div> -->
<!-- 有数据时的路径管理 --> <!-- 路径管理 -->
<div style="flex: 1"> <div style="flex: 1">
<div class="onerow"> <div class="onerow">
<div class="taskmain">任务大纲</div> <div class="taskmain">任务大纲</div>
<router-link to="/leveladddetail" class="edit"> <router-link to="/leveladddetail" class="editright">
<img <img
class="editimg" class="editimg"
src="../../assets/images/projectadd/edit.png" src="../../assets/images/leveladd/edit.png"
/> />
<span class="editext">编辑</span> <span class="editextb">编辑</span>
</router-link> </router-link>
</div> </div>
<!-- 无数据显示快速创建 -->
<router-link to="/leveladddetail">
<div
class="taskbox"
style="background: linear-gradient(180deg, #fef3dd, #fffaf0)"
>
<div class="leftt">
<img src="../../assets/images/taskpage/left1.png" />
</div>
<div class="photo">
<img src="../../assets/images/taskpage/picture1.png" />
</div>
<div class="rightt">
<img src="../../assets/images/taskpage/right1.png" />
</div>
<div class="centerbox" style="color: rgba(255, 182, 78, 1)">
添加关卡
</div>
<div class="centermain">快速创建关卡任务</div>
</div>
</router-link>
<!-- 无数据显示快速创建 -->
<!-- 有数据-->
<div class="taskSyllabus"> <div class="taskSyllabus">
<a-collapse v-model:activeKey="taskSyllabusActive" accordion> <a-collapse v-model:activeKey="taskSyllabusActive" accordion>
<template #expandIcon="{ isActive }"> <template #expandIcon="{ isActive }">
@@ -457,6 +457,7 @@
</a-collapse-panel> </a-collapse-panel>
</a-collapse> </a-collapse>
</div> </div>
<!-- 有数据-->
<div style="display: flex; height: 20px"></div> <div style="display: flex; height: 20px"></div>
</div> </div>
</a-tab-pane> </a-tab-pane>
@@ -699,7 +700,7 @@
</div> </div>
<div class="mid"> <div class="mid">
<div class="inher"> <div class="inher">
<div class="cur">当前关卡</div> <div class="cur">当前关卡关卡2</div>
<div class="select"> <div class="select">
<a-select <a-select
v-model:value="curLevel" v-model:value="curLevel"
@@ -901,16 +902,11 @@ export default {
projectNameList4: [ projectNameList4: [
{ {
id: 1, id: 1,
value: "请选择关卡",
label: "请选择关卡",
},
{
id: 2,
value: "关卡1", value: "关卡1",
label: "关卡1", label: "关卡1",
}, },
{ {
id: 3, id: 2,
value: "关卡2", value: "关卡2",
label: "关卡2", label: "关卡2",
}, },
@@ -918,7 +914,7 @@ export default {
//任务大纲列表 //任务大纲列表
taskSyllabus: [ taskSyllabus: [
{ {
text: "阶段1腾飞班阶段1", text: "关卡1 初级产品经理",
children: [ children: [
{ {
course: "在线", course: "在线",
@@ -977,7 +973,7 @@ export default {
], ],
}, },
{ {
text: "阶段2腾飞班阶段2", text: "关卡2 中级产品经理",
children: [ children: [
{ {
course: "讨论", course: "讨论",
@@ -1251,7 +1247,7 @@ export default {
</span> </span>
<span <span
onClick={() => { onClick={() => {
state.visible = true; state.visiblene = true;
console.log(text.record.cur); console.log(text.record.cur);
}} }}
style="color:#4EA6FF;margin-right:25px;cursor:pointer" style="color:#4EA6FF;margin-right:25px;cursor:pointer"
@@ -1281,7 +1277,7 @@ export default {
state.visible = true; state.visible = true;
}; };
const closeChangeModal = () => { const closeChangeModal = () => {
state.visible = false; state.visiblene = false;
}; };
const showAddStu = () => { const showAddStu = () => {
state.AddSvisible = true; state.AddSvisible = true;
@@ -1874,34 +1870,35 @@ export default {
color: #ffffff; color: #ffffff;
cursor: pointer; cursor: pointer;
} }
.edit { .editright {
position: absolute; position: absolute;
right: 38px; right: 38px;
top: 0; top: 0;
color: #409eff; width: 110px;
width: 100px;
height: 40px; height: 40px;
border: 1px solid #409eff; background: #409eff;
border-radius: 8px; border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
.editimg { .editimg {
width: 15px; width: 15px;
height: 15px; height: 15px;
margin-top: -2px;
margin-left: 25px;
margin-right: 5px;
} }
.editext { .editextb {
line-height: 40px; color: #fff;
} margin-left: 10px;
}
.edit:hover {
color: #ffffff;
background-color: #409eff;
cursor: pointer;
.editimg {
background-image: url("../../assets/images/projectadd/edit1.png");
} }
} }
// .edit:hover {
// color: #ffffff;
// background-color: #409eff;
// cursor: pointer;
// .editimg {
// background-image: url("../../assets/images/projectadd/edit1.png");
// }
// }
} }
.second { .second {
display: flex; display: flex;
@@ -2398,6 +2395,46 @@ export default {
} }
} }
} }
.taskbox {
width: 412px;
height: 160px;
border-radius: 10px;
position: relative;
margin-left: 40px;
margin-bottom: 10px;
margin-top: 10px;
cursor: pointer;
.leftt {
position: absolute;
top: 18px;
left: 0;
}
.photo {
position: absolute;
top: 42px;
left: 37px;
}
.rightt {
position: absolute;
top: 69px;
right: 26px;
}
.centerbox {
position: absolute;
top: 52px;
left: 145px;
font-size: 20px;
font-weight: 700;
//line-height: 36px;
}
.centermain {
color: rgba(135, 139, 146, 1);
font-size: 14px;
position: absolute;
left: 144px;
bottom: 49px;
}
}
.taskSyllabus { .taskSyllabus {
// flex: 1; // flex: 1;
overflow-x: auto; overflow-x: auto;

View File

@@ -9,25 +9,25 @@
</div> </div>
<div class="maincon" style="background-color: #fff"> <div class="maincon" style="background-color: #fff">
<div <div
class="item" class="items"
:class="{ active: isActive == true }" :class="{ active: isActive == true }"
@click="changebgc" @click="changebgc"
v-for="item in level" v-for="item in level"
:key="item.id" :key="item.id"
> >
<div class="items1"> <div class="items1">
<div class="box_left"> <div class="boxs_left">
<div class="script"> <div class="script">
<span style="font-size: 12px; color: #ffffff">说明</span> <span style="font-size: 12px; color: #ffffff">说明</span>
</div> </div>
<div class="imgIcon"></div> <div class="imgIcon"></div>
</div> </div>
<div class="box_right"> <div class="boxs_right">
<div class="imgIcon"></div> <div class="imgIcon"></div>
</div> </div>
</div> </div>
<div class="items2"> <div class="items2">
<div class="name">{{ item.name }}</div> <div class="nname">{{ item.name }}</div>
</div> </div>
<!-- <div class="itemle"> <!-- <div class="itemle">
<div class="tit">{{ item.tit }}</div> <div class="tit">{{ item.tit }}</div>
@@ -247,7 +247,7 @@
</div> </div>
<div class="btn btn2"> <div class="btn btn2">
<div class="imgIcon"></div> <div class="imgIcon"></div>
<div class="btnText">批量删除</div> <div class="btnText" @click="showDeleteALLModal">批量删除</div>
</div> </div>
</div> </div>
</div> </div>
@@ -368,80 +368,80 @@
</div> </div>
<div class="boom"> <div class="boom">
<div class="boomcen"> <div class="boomcen">
<div class="xwid"> <div class="xwid">
<div class="xin"> <div class="xin">
<div class="xheadb"> <div class="xheadb">
<button class="addx">添加学员</button> <button class="addx" @click="showAddStu">添加学员</button>
<!-- 点击抽屉组件在LevelAdd此处没添加showAddStushowImpStu --> <!-- 点击抽屉组件在LevelAdd此处没添加showAddStushowImpStu -->
<button class="addd">导入学员</button> <button class="addd" @click="showImpStu">导入学员</button>
<button class="addd">批量删除</button> <button class="addd" @click="showDeleteALLModal">批量删除</button>
</div>
<div class="talk">
<img class="im" src="../../assets/images/leveladd/gan.png" />
<div class="xu">
<span class="yi">已选择</span>
<div style="width: 5px; display: inline-block"></div>
<span class="th">3</span>
<div style="width: 5px; display: inline-block"></div>
<span class="yi"></span>
<span class="zon">列表选项总数</span>
<span class="yi">5</span>
<span class="yi"></span>
</div> </div>
</div> <div class="talk">
<div class="tableBox" style="margin-top: 30px"> <img class="im" src="../../assets/images/leveladd/gan.png" />
<a-table <div class="xu">
style="border: 1px solid #f2f6fe" <span class="yi">已选择</span>
:columns="tableDataFunc2()" <div style="width: 5px; display: inline-block"></div>
:scroll="{ y: 235 }" <span class="th">3</span>
:data-source="tableData2" <div style="width: 5px; display: inline-block"></div>
:loading="tableDataTotal === -1 ? true : false" <span class="yi"></span>
expandRowByClick="true" <span class="zon">列表选项总数</span>
@expand="expandTable" <span class="yi">5</span>
:pagination="false" <span class="yi"></span>
:row-selection="{
columnWidth: 30,
selectedRowKeys: selectedRowKeys,
onChange: onSelectChange,
}"
/>
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize"
:current="currentPage"
:total="tableDataTotal"
class="pagination"
/>
</div>
<!-- 无数据样式 -->
<div
class="notable"
:style="{ display: stm_hs ? 'block' : 'none' }"
>
<div class="notablebox">
<div class="boxbody">
<div class="boximg"></div>
<div class="boxtitle">
<span style="color: #ffb64e; font-size: 20px"
>无学员</span
>
</div>
<div class="boxtitle2">
<span style="color: #878b92">请添加学员或导入学员</span>
</div>
</div>
<div class="smallleft"></div>
<div class="smallright"></div>
</div> </div>
</div> </div>
<!-- 无数据样式 --> <div class="tableBox" style="margin-top: 30px">
<a-table
style="border: 1px solid #f2f6fe"
:columns="tableDataFunc2()"
:scroll="{ y: 235 }"
:data-source="tableData2"
:loading="tableDataTotal === -1 ? true : false"
expandRowByClick="true"
@expand="expandTable"
:pagination="false"
:row-selection="{
columnWidth: 30,
selectedRowKeys: selectedRowKeys,
onChange: onSelectChange,
}"
/>
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize"
:current="currentPage"
:total="tableDataTotal"
class="pagination"
/>
</div>
<!-- 无数据样式 -->
<div
class="notable"
:style="{ display: stm_hs ? 'block' : 'none' }"
>
<div class="notablebox">
<div class="boxbody">
<div class="boximg"></div>
<div class="boxtitle">
<span style="color: #ffb64e; font-size: 20px"
>无学员</span
>
</div>
<div class="boxtitle2">
<span style="color: #878b92">请添加学员或导入学员</span>
</div>
</div>
<div class="smallleft"></div>
<div class="smallright"></div>
</div>
</div>
<!-- 无数据样式 -->
</div>
</div> </div>
<div class="pad"></div>
</div> </div>
<div class="pad"></div>
</div>
</div> </div>
</div> </div>
<div class="footbtn"> <div class="footbtn">
@@ -455,11 +455,47 @@
</div> </div>
</div> </div>
</div> </div>
<!-- 添加学员抽屉 -->
<add-stu v-model:AddSvisible="AddSvisible" />
<!-- 导入学员抽屉 -->
<imp-stu v-model:AddImpStuvisible="AddImpStuvisible" />
<!-- 批量删除学员弹窗 -->
<a-modal
v-model:visible="deleteAll"
:footer="null"
:closable="closeDeleteAll"
wrapClassName="CopyModal"
centered="true"
>
<div class="delete">
<div class="del_header"></div>
<div class="del_main">
<div class="header">
<div class="icon"></div>
<span>提示</span>
<div class="close_exit" @click="delete_exit"></div>
</div>
<div class="body">
<span>请确认是否批量删除学员</span>
</div>
<div class="del_btnbox">
<div class="del_btn btn1">
<div class="btnText" @click="delete_exit">取消</div>
</div>
<div class="del_btn btn2">
<div class="btnText" @click="delete_exit">确定</div>
</div>
</div>
</div>
</div>
</a-modal>
</div> </div>
</template> </template>
<script> <script>
import { reactive, toRefs, onMounted, onUnmounted } from "vue"; import { reactive, toRefs, onMounted, onUnmounted } from "vue";
import AddStu from "../../components/drawers/AddLevelAddStu";
import ImpStu from "../../components/drawers/AddLevelImportStu";
const drawercolumns = [ const drawercolumns = [
{ {
title: "项目名称", title: "项目名称",
@@ -500,6 +536,10 @@ const drawercolumns = [
]; ];
export default { export default {
name: "LevelAddDetail", name: "LevelAddDetail",
components: {
AddStu,
ImpStu,
},
setup() { setup() {
const state = reactive({ const state = reactive({
level: [ level: [
@@ -784,9 +824,13 @@ export default {
tableDataTotal: 100, tableDataTotal: 100,
pageSize: 10, pageSize: 10,
visible: false, visible: false,
AddSvisible: false, //添加学员抽屉
AddImpStuvisible: false, //导入学员抽屉
modal: false, modal: false,
clos: false, clos: false,
stm_hs: false, stm_hs: false,
deleteAll: false,
closeDeleteAll: false,
value1: "", value1: "",
value2: "", value2: "",
selectedRowKeys: [], selectedRowKeys: [],
@@ -808,6 +852,12 @@ export default {
const afterVisibleChange = (bool) => { const afterVisibleChange = (bool) => {
console.log("visible", bool); console.log("visible", bool);
}; };
const showAddStu = () => {
state.AddSvisible = true;
};
const showImpStu = () => {
state.AddImpStuvisible = true;
};
const tableDataFunc = () => { const tableDataFunc = () => {
const columns = [ const columns = [
{ {
@@ -1042,6 +1092,12 @@ export default {
const gqxy_hShow = () => { const gqxy_hShow = () => {
state.gqxy_hs = !state.gqxy_hs; state.gqxy_hs = !state.gqxy_hs;
}; };
const showDeleteALLModal = () => {
state.deleteAll = true;
};
const delete_exit = () => {
state.deleteAll = false
}
return { return {
...toRefs(state), ...toRefs(state),
tableDataFunc, tableDataFunc,
@@ -1051,10 +1107,14 @@ export default {
showModal, showModal,
closeModal, closeModal,
afterVisibleChange, afterVisibleChange,
showAddStu,
showImpStu,
drawercolumns, drawercolumns,
onSelectChange, onSelectChange,
changebgc, changebgc,
gqxy_hShow, gqxy_hShow,
showDeleteALLModal,
delete_exit,
}; };
}, },
}; };
@@ -1339,9 +1399,9 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
.item { .items {
width: 171px; width: 171px;
height: 83px; // height: 83px;
background: rgba(255, 182, 78, 0.1); background: rgba(255, 182, 78, 0.1);
border: 1px solid #ffb64e; border: 1px solid #ffb64e;
opacity: 0.45; opacity: 0.45;
@@ -1354,9 +1414,9 @@ export default {
.items1 { .items1 {
margin-bottom: 12px; margin-bottom: 12px;
display: flex; display: flex;
justify-content: space-between;
align-items: center; align-items: center;
.box_left { .boxs_left {
width: 140px;
display: flex; display: flex;
align-items: center; align-items: center;
.script { .script {
@@ -1377,7 +1437,7 @@ export default {
background-size: 100% 100%; background-size: 100% 100%;
} }
} }
.box_right { .boxs_right {
.imgIcon { .imgIcon {
width: 14px; width: 14px;
height: 14px; height: 14px;
@@ -1387,7 +1447,7 @@ export default {
} }
} }
.items2 { .items2 {
.name { .nname {
width: 100px; width: 100px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@@ -1648,275 +1708,275 @@ export default {
} }
} }
.xwid { .xwid {
position: relative; position: relative;
margin-top: 30px; margin-top: 30px;
display: flex; display: flex;
margin-bottom: 20px; margin-bottom: 20px;
.xin { .xin {
width: 100%; width: 100%;
.xheadb { .xheadb {
display: flex; display: flex;
.addx { .addx {
width: 130px; width: 130px;
height: 40px; height: 40px;
background: #4ea6ff; background: #4ea6ff;
border-radius: 8px; border-radius: 8px;
color: #fff; color: #fff;
border: 0; border: 0;
cursor: pointer; cursor: pointer;
margin-right: 20px; margin-right: 20px;
} }
.addd { .addd {
width: 130px; width: 130px;
height: 40px; height: 40px;
background: #fff; background: #fff;
border-radius: 8px; border-radius: 8px;
border: 1px solid #4ea6ff; border: 1px solid #4ea6ff;
color: #4ea6ff; color: #4ea6ff;
cursor: pointer; cursor: pointer;
margin-right: 20px; margin-right: 20px;
} }
.select { .select {
.ant-select { .ant-select {
// //
// border: 0 !important; // border: 0 !important;
border-radius: 11px; border-radius: 11px;
.ant-select-selector { .ant-select-selector {
border: 1px solid #4ea6ff !important; border: 1px solid #4ea6ff !important;
.ant-select-selection-placeholder { .ant-select-selection-placeholder {
padding-left: 15px; padding-left: 15px;
color: #4ea6ff; color: #4ea6ff;
}
} }
} }
} }
} }
} .talk {
.talk { margin-top: 24px;
margin-top: 24px; margin-bottom: 11px;
margin-bottom: 11px;
width: 100%;
height: 50px;
background: #f5faff;
border: 1px solid #4ea6ff;
// opacity: 0.22;
display: flex;
align-items: center;
.im {
width: 14px;
height: 15px;
margin-left: 27px;
margin-top: -3px;
}
.xu {
height: 100%;
line-height: 50px;
margin-left: 13px;
.yi {
color: #4f5156;
font-size: 14px;
}
.zon {
color: #999ba3;
font-size: 14px;
margin-left: 34px;
}
.th {
color: #4ea6ff;
}
}
}
.tableBox {
margin-bottom: 80px;
.classify {
margin-left: 11px !important;
padding-left: 9px !important;
}
.ant-checkbox-wrapper {
align-items: center;
margin-top: -2px;
}
.ant-table-selection-column {
padding: 0px !important;
padding-left: 38px !important;
}
.ant-table-thead > tr > th {
background-color: rgba(239, 244, 252, 1);
}
th.h {
background-color: #eff4fc !important;
}
.ant-table-tbody
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
> td {
background: #f6f9fd;
}
.pa {
left: 0;
width: 100%; width: 100%;
// height: 20px; height: 50px;
// background-color: red; background: #f5faff;
border: 1px solid #4ea6ff;
// opacity: 0.22;
display: flex; display: flex;
justify-content: center; align-items: center;
position: absolute; .im {
bottom: 0px; width: 14px;
} height: 15px;
} margin-left: 27px;
} margin-top: -3px;
}
.Gcon {
display: flex;
.pad {
height: 100%;
width: 40px;
}
.Gin {
// background-color: #bfa;
margin-top: 30px;
.headone {
// background-color: red;
display: flex;
text-align: center;
.box {
width: 4px;
height: 20px;
background-color: #4ea6ff;
border-radius: 2px;
}
.onetitle {
margin-left: 15px;
color: #333333;
font-size: 14px;
}
.oneedi {
margin-left: 15px;
color: #4ea6ff;
cursor: pointer;
}
.twobtn {
display: flex;
.btnone {
width: 42px;
height: 24px;
border: 1px solid rgba(64, 158, 255, 1);
border-radius: 4px;
color: rgba(64, 158, 255, 1);
margin-left: 20px;
cursor: pointer;
} }
.btntwo { .xu {
width: 42px; height: 100%;
height: 24px; line-height: 50px;
border: 1px solid rgba(64, 158, 255, 1); margin-left: 13px;
border-radius: 4px; .yi {
color: #ffffff; color: #4f5156;
margin-left: 20px;
background: #409eff;
cursor: pointer;
}
}
}
.onemain {
margin-top: 20px;
margin-left: 55px;
color: #6f6f6f;
font-size: 14px;
.checkcon {
position: relative;
.in {
position: absolute;
// margin-top: 10px;
left: 0;
top: 3px;
}
.yulan {
// color: yellow;
margin-left: 22px;
// display: inline-block;
}
.yulan2 {
margin-left: 22px;
}
.ant-input-number {
height: 24px;
width: 24px;
margin: 10px;
border-radius: 4px;
border: 1px solid #6d7584;
.ant-input-number-input {
width: 100%;
height: 100%;
font-size: 14px; font-size: 14px;
padding: 0; }
color: #409eff; .zon {
text-align: center; color: #999ba3;
font-size: 14px;
margin-left: 34px;
}
.th {
color: #4ea6ff;
} }
} }
} }
} .tableBox {
.twomain { margin-bottom: 80px;
margin-left: 20px;
margin-top: 20px; .classify {
.ant-switch-checked { margin-left: 11px !important;
background-color: #5dc988; padding-left: 9px !important;
}
.ant-checkbox-wrapper {
align-items: center;
margin-top: -2px;
}
.ant-table-selection-column {
padding: 0px !important;
padding-left: 38px !important;
}
.ant-table-thead > tr > th {
background-color: rgba(239, 244, 252, 1);
}
th.h {
background-color: #eff4fc !important;
}
.ant-table-tbody
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
> td {
background: #f6f9fd;
}
.pa {
left: 0;
width: 100%;
// height: 20px;
// background-color: red;
display: flex;
justify-content: center;
position: absolute;
bottom: 0px;
}
} }
.info { }
margin-left: 10px; }
.Gcon {
display: flex;
.pad {
height: 100%;
width: 40px;
}
.Gin {
// background-color: #bfa;
margin-top: 30px;
.headone {
// background-color: red;
display: flex;
text-align: center;
.box {
width: 4px;
height: 20px;
background-color: #4ea6ff;
border-radius: 2px;
}
.onetitle {
margin-left: 15px;
color: #333333;
font-size: 14px;
}
.oneedi {
margin-left: 15px;
color: #4ea6ff;
cursor: pointer;
}
.twobtn {
display: flex;
.btnone {
width: 42px;
height: 24px;
border: 1px solid rgba(64, 158, 255, 1);
border-radius: 4px;
color: rgba(64, 158, 255, 1);
margin-left: 20px;
cursor: pointer;
}
.btntwo {
width: 42px;
height: 24px;
border: 1px solid rgba(64, 158, 255, 1);
border-radius: 4px;
color: #ffffff;
margin-left: 20px;
background: #409eff;
cursor: pointer;
}
}
}
.onemain {
margin-top: 20px;
margin-left: 55px;
color: #6f6f6f; color: #6f6f6f;
font-size: 14px; font-size: 14px;
// margin-top: 10px; .checkcon {
} position: relative;
.infor { .in {
margin-left: 38px; position: absolute;
margin-top: 10px; // margin-top: 10px;
color: #c7cbd2; left: 0;
font-size: 14px; top: 3px;
} }
.chooseshow { .yulan {
// background-color: red; // color: yellow;
margin-left: 38px; margin-left: 22px;
margin-top: 12px; // display: inline-block;
.fane { }
color: #6f6f6f; .yulan2 {
font-size: 14px; margin-left: 22px;
}
.ant-input-number {
height: 24px;
width: 24px;
margin: 10px;
border-radius: 4px;
border: 1px solid #6d7584;
.ant-input-number-input {
width: 100%;
height: 100%;
font-size: 14px;
padding: 0;
color: #409eff;
text-align: center;
}
}
} }
} }
.choo { .twomain {
display: none; margin-left: 20px;
}
.btm {
margin-left: 38px;
margin-top: 20px; margin-top: 20px;
.bmo { .ant-switch-checked {
background-color: #5dc988;
}
.info {
margin-left: 10px;
color: #6f6f6f; color: #6f6f6f;
font-size: 14px; font-size: 14px;
// margin-top: 10px;
} }
.bmt { .infor {
margin-left: 38px;
margin-top: 10px;
color: #c7cbd2; color: #c7cbd2;
font-size: 14px; font-size: 14px;
margin-top: 3px;
} }
.chosecon { .chooseshow {
display: flex; // background-color: red;
margin-top: 6px; margin-left: 38px;
margin-bottom: 20px; margin-top: 12px;
.chose { .fane {
position: relative; color: #6f6f6f;
.inl { font-size: 14px;
position: absolute; }
top: 2px; }
} .choo {
.sh { display: none;
margin-left: 23px; }
color: #6f6f6f; .btm {
margin-left: 38px;
margin-top: 20px;
.bmo {
color: #6f6f6f;
font-size: 14px;
}
.bmt {
color: #c7cbd2;
font-size: 14px;
margin-top: 3px;
}
.chosecon {
display: flex;
margin-top: 6px;
margin-bottom: 20px;
.chose {
position: relative;
.inl {
position: absolute;
top: 2px;
}
.sh {
margin-left: 23px;
color: #6f6f6f;
}
} }
} }
} }
} }
} }
} }
}
.notable { .notable {
width: 100%; width: 100%;
height: 100%; height: 100%;
@@ -2068,4 +2128,115 @@ export default {
} }
} }
} }
.CopyModal {
.ant-modal {
width: 424px !important;
height: 258px !important;
.ant-modal-content {
width: 424px !important;
height: 258px !important;
.ant-modal-body {
width: 424px !important;
height: 258px !important;
padding: 0 !important;
.delete {
z-index: 999;
width: 424px;
height: 258px;
background: #ffffff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
border-radius: 4px;
// position: absolute;
// left: 50%;
// top: 10%;
// transform: translate(-50%, -50%);
.del_header {
position: absolute;
width: calc(100%);
height: 40px;
background: linear-gradient(
rgba(78, 166, 255, 0.2) 0%,
rgba(78, 166, 255, 0) 100%
);
}
.del_main {
width: 100%;
position: relative;
.header {
display: flex;
align-items: center;
padding-top: 20px;
padding-left: 26px;
font-size: 16px;
.icon {
width: 16px;
height: 16px;
margin-right: 10px;
background-image: url(@/assets/images/coursewareManage/QR.png);
background-size: 100% 100%;
}
.close_exit {
position: absolute;
right: 42px;
cursor: pointer;
width: 20px;
height: 20px;
background-image: url(@/assets/images/coursewareManage/close.png);
background-size: 100% 100%;
}
}
.body {
width: 100%;
margin: 34px auto 56px auto;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
// background-color: red;
position: relative;
.back {
position: absolute;
top: 30px;
font-size: 12px;
font-weight: 400;
color: #666666;
}
}
.del_btnbox {
display: flex;
margin: 30px auto;
justify-content: center;
.del_btn {
width: 100px;
height: 40px;
background: rgba(64, 158, 255, 0);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
cursor: pointer;
.btnText {
font-size: 14px;
font-weight: 400;
line-height: 40px;
}
}
.btn1 {
border: 1px solid rgba(64, 158, 255, 1);
color: #4ea6ff;
margin-right: 14px;
}
.btn2 {
background-color: #4ea6ff;
color: #ffffff;
}
}
}
}
}
}
}
}
</style> </style>

View File

@@ -838,6 +838,7 @@
<div class="rankhead"> <div class="rankhead">
<div class="inhead"> <div class="inhead">
<div class="left">进度排行 Top10</div> <div class="left">进度排行 Top10</div>
<div class="icon"></div>
<div class="right"> <div class="right">
<a-select <a-select
v-model:value="valuestu1" v-model:value="valuestu1"
@@ -4161,6 +4162,9 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.ant-select-selector {
color: #388be1 !important;
}
.inhead { .inhead {
width: 374px; width: 374px;
// background-color: lightblue; // background-color: lightblue;
@@ -4168,6 +4172,15 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-top: 10px; margin-top: 10px;
position: relative;
.icon {
position: absolute;
width: 14px;
height: 14px;
background-image: url(../../assets/images/leveladd/info.png);
background-size: 100%;
left: 120px;
}
.left { .left {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;