feat:合并

This commit is contained in:
lixg
2022-12-03 08:30:43 +08:00
parent 20d58c0ee4
commit ce4cc38247
5 changed files with 57 additions and 35 deletions

View File

@@ -93,7 +93,7 @@
<a-tab-pane key="1" tab="概览">
<div class="split"></div>
<!-- 概览无数据 -->
<div :style="{ display: nodata ? 'block' : 'none' }">
<div :style="{ display: 'block' }">
<div class="onerow">
<div class="taskmain">快速创建项目详情</div>
</div>
@@ -137,7 +137,8 @@
</div>
<div class="centermain">快速添加学员</div>
</div>
<div
<!-- 2022-12-2注释 后面放开 -->
<!-- <div
class="taskbox"
@click="showPub"
style="background: linear-gradient(180deg, #e5f6ec, #eef9f3)"
@@ -155,11 +156,11 @@
发布
</div>
<div class="centermain">快速发布项目</div>
</div>
</div> -->
</div>
</div>
<!-- 概览有数据 -->
<div :style="{ display: nodata ? 'none' : 'block' }">
<div :style="{ display: 'none' }">
<div class="onerow">
<div class="taskmain">关卡概览</div>
</div>
@@ -476,7 +477,7 @@
</div>
</div>
<div class="operations">
<div
<!-- <div
class="operation"
style="cursor: pointer"
:style="{
@@ -485,8 +486,8 @@
@click="showFS"
>
学员
</div>
<div
</div> -->
<!-- <div
class="operation"
style="cursor: pointer"
@click="showAA(item.type, item.name)"
@@ -498,18 +499,10 @@
}"
>
考勤
</div>
</div> -->
<div
class="operation"
style="cursor: pointer"
:style="{
display:
item.type === 6 ||
item.type === 9 ||
item.type === 2
? 'flex'
: 'none',
}"
@click="
item.type === 2
? showCopyModal(item.type)
@@ -522,7 +515,7 @@
>
二维码
</div>
<div
<!-- <div
class="operation"
style="cursor: pointer; margin-right: 35px"
@click="
@@ -545,7 +538,7 @@
"
>
管理
</div>
</div> -->
</div>
</div>
</a-collapse-panel>
@@ -599,13 +592,30 @@
<!-- 2022-11-30注释 后面放开 -->
<!-- <button class="addd" @click="showImpStu">导入学员</button> -->
<div class="select">
<a-select
<a-button
style="
border: 1px solid rgba(64, 158, 255, 1);
background: none;
width: 130px;
height: 40px;
font-size: 14px;
font-weight: 400;
color: rgba(64, 158, 255, 1);
margin-left: 5px;
border-radius: 8px;
cursor: pointer;
"
class="btnText"
@click="deleteStu()"
>批量删除</a-button
>
<!-- <a-select
style="width: 130px"
value="更多操作"
@change="handleStuChange"
:options="projectNameList"
>
</a-select>
</a-select> -->
</div>
</div>
<div class="talk">
@@ -2150,6 +2160,7 @@ export default {
pageChange,
setconfig,
deFile,
deleteStu,
};
},
};