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

This commit is contained in:
dongwug
2022-10-24 18:33:19 +08:00
2 changed files with 883 additions and 241 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -372,9 +372,10 @@
? 'flex' ? 'flex'
: 'none', : 'none',
}" }"
@click=" @click="
item.course === '面授' ? showCopyModal(item.course) : null item.course === '面授'
? showCopyModal(item.course)
: null
" "
> >
二维码 二维码
@@ -788,13 +789,12 @@
</div> </div>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="4" tab="公告"> <a-tab-pane key="4" tab="公告">
<NoticePub></NoticePub> <NoticePub></NoticePub>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="5" tab="项目积分"> <a-tab-pane key="5" tab="项目积分">
<ProjectScore></ProjectScore> <ProjectScore></ProjectScore>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="6" tab="排行榜"> <a-tab-pane key="6" tab="排行榜">
<div class="content6"> <div class="content6">
<div class="title">排行榜</div> <div class="title">排行榜</div>
@@ -1488,7 +1488,7 @@
<div class="close_exit" @click="closeCopyModal"></div> <div class="close_exit" @click="closeCopyModal"></div>
</div> </div>
<div class="body"> <div class="body">
<div><img src="../../assets/images/taskpage/erweima.png"/></div> <div><img src="../../assets/images/taskpage/erweima.png" /></div>
</div> </div>
<div class="footerr"> <div class="footerr">
<div class="onload">下载二维码</div> <div class="onload">下载二维码</div>
@@ -1538,7 +1538,6 @@ export default {
NoticePub, NoticePub,
ProjectScore, ProjectScore,
TaskImpStu, TaskImpStu,
}, },
setup() { setup() {
const state = reactive({ const state = reactive({
@@ -2298,19 +2297,27 @@ export default {
justifyContent: "center", justifyContent: "center",
}} }}
> >
<div class="studentopea1" onClick={() => { <div
if(value.excellent === false){ class="studentopea1"
state.canclestu = true; onClick={() => {
}else if(value.excellent === true){ if (value.excellent === false) {
state.canclestu = false; state.canclestu = true;
} } else if (value.excellent === true) {
}}> state.canclestu = false;
}
}}
>
{value.excellent ? "取消优秀" : "优秀学员"} {value.excellent ? "取消优秀" : "优秀学员"}
</div> </div>
<div class="studentopea2" onClick={() => { <div
state.Seevisible = true; class="studentopea2"
}}>查看</div> onClick={() => {
state.Seevisible = true;
}}
>
查看
</div>
<div class="studentSelect"> <div class="studentSelect">
<a-select <a-select
style="width: 50px" style="width: 50px"
@@ -2319,9 +2326,13 @@ export default {
dropdownClassName="tabledropdown" dropdownClassName="tabledropdown"
> >
<a-select-option value="换组" label="换组"> <a-select-option value="换组" label="换组">
<div onClick={() => { <div
onClick={() => {
state.Changevisible = true; state.Changevisible = true;
}}>换组</div> }}
>
换组
</div>
</a-select-option> </a-select-option>
<a-select-option value="删除" label="删除"> <a-select-option value="删除" label="删除">
<div <div
@@ -3560,7 +3571,6 @@ export default {
} }
} }
} }
} }
.content3 { .content3 {
margin-top: 20px; margin-top: 20px;