mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
-- 受众查询
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
</a-form-item>
|
||||
</div>
|
||||
<div class="chooseLeft" style="display: grid;grid-template-columns: 250px auto">
|
||||
<div :style="{ height: screenHeight - 180 + 'px' ,overflowY:'auto'}" style="border: 1px solid #f0f0f0; ;">
|
||||
<div :style="{ height: screenHeight - 180 + 'px' ,overflowY:'auto'}"
|
||||
style="border: 1px solid #f0f0f0; ;">
|
||||
<div class="tree" style="margin: 10px 4px 220px 10px;">
|
||||
<a-tree
|
||||
allow-clear
|
||||
@@ -176,8 +177,12 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div v-if="!person && selectsData.studentList.length >10" class="ifsw"><div @click="person = !person" class=“sw”>查看更多></div></div>
|
||||
<div v-if="person && selectsData.studentList.length >10" class="ifsw" ><div @click="person = !person" class="sw"> 收起< </div></div>
|
||||
<div v-if="!person && selectsData.studentList.length >10" class="ifsw">
|
||||
<div @click="person = !person" class=“sw”>查看更多></div>
|
||||
</div>
|
||||
<div v-if="person && selectsData.studentList.length >10" class="ifsw">
|
||||
<div @click="person = !person" class="sw"> 收起<</div>
|
||||
</div>
|
||||
|
||||
<!--组织-->
|
||||
<!-- <div class="dept">添加组织</div>-->
|
||||
@@ -223,8 +228,12 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div v-if="!group && selectsData.groupList.length >10" class="ifsw"><div @click="group = !group" class=“sw”>查看更多></div></div>
|
||||
<div v-if="group && selectsData.groupList >10" class="ifsw" ><div @click="group = !group" class="sw"> 收起< </div></div>
|
||||
<div v-if="!group && selectsData.groupList.length >10" class="ifsw">
|
||||
<div @click="group = !group" class=“sw”>查看更多></div>
|
||||
</div>
|
||||
<div v-if="group && selectsData.groupList >10" class="ifsw">
|
||||
<div @click="group = !group" class="sw"> 收起<</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -613,13 +622,16 @@ watch(visiable, () => {
|
||||
orgSelectKeys.value = []
|
||||
auditSelectKeys.value = []
|
||||
stuData.value = []
|
||||
audienceName.value.keyword=''
|
||||
audienceName.value.page=1
|
||||
audienceName.value.pageSize=10
|
||||
selectsData.value = {
|
||||
stageId: '',
|
||||
studentList: [],
|
||||
deptList: [],
|
||||
groupList: []
|
||||
}
|
||||
|
||||
searchAudi()
|
||||
})
|
||||
|
||||
</script>
|
||||
@@ -632,6 +644,7 @@ watch(visiable, () => {
|
||||
height: 40px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.tableBox .ant-table-row .ant-table-cell {
|
||||
height: 48px;
|
||||
font-size: 12px;
|
||||
@@ -640,15 +653,19 @@ watch(visiable, () => {
|
||||
line-height: 29px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.tableBox .ant-table-thead tr th {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.ant-tabs-tabpane {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ant-tabs {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.right1 {
|
||||
border-left: 1px solid #f2f6fe;
|
||||
width: 100%;
|
||||
@@ -662,9 +679,11 @@ watch(visiable, () => {
|
||||
flex-wrap: wrap;
|
||||
|
||||
width: 100%;
|
||||
|
||||
.onleft {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
|
||||
.already {
|
||||
color: rgba(51, 51, 51, 1);
|
||||
font-size: 16px;
|
||||
@@ -673,17 +692,20 @@ watch(visiable, () => {
|
||||
white-space: nowrap;
|
||||
// margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.count {
|
||||
color: #4ea6ff;
|
||||
font-size: 16px;
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.peo {
|
||||
color: rgba(51, 51, 51, 1);
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
.clbox {
|
||||
margin-right: 50px;
|
||||
display: flex;
|
||||
@@ -694,6 +716,7 @@ watch(visiable, () => {
|
||||
height: 32px;
|
||||
border-radius: 4px;
|
||||
background: #4ea6ff;
|
||||
|
||||
.colose {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
@@ -704,21 +727,25 @@ watch(visiable, () => {
|
||||
background-size: 100%;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.allclear {
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.selecteds {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-left: 32px;
|
||||
|
||||
.person {
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
border-top: 1px solid #f2f6fe;
|
||||
}
|
||||
|
||||
.chose {
|
||||
width: 64px;
|
||||
height: 24px;
|
||||
@@ -732,6 +759,7 @@ watch(visiable, () => {
|
||||
color: rgba(56, 139, 225, 1);
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
|
||||
.ch {
|
||||
position: absolute;
|
||||
width: 18px;
|
||||
@@ -741,12 +769,14 @@ watch(visiable, () => {
|
||||
top: -8px;
|
||||
}
|
||||
}
|
||||
|
||||
.ifsw {
|
||||
display: flex;
|
||||
align-items: end;
|
||||
justify-content: center;
|
||||
color: #4ea6ff;
|
||||
}
|
||||
|
||||
.sw {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -756,11 +786,13 @@ watch(visiable, () => {
|
||||
margin-top: 23px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.dept {
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
border-top: 1px solid #f2f6fe;
|
||||
}
|
||||
|
||||
.chose1 {
|
||||
//width: 90px;
|
||||
height: 24px;
|
||||
@@ -774,11 +806,13 @@ watch(visiable, () => {
|
||||
color: rgba(56, 139, 225, 1);
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
|
||||
.span {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ch1 {
|
||||
position: absolute;
|
||||
width: 18px;
|
||||
@@ -789,11 +823,13 @@ watch(visiable, () => {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.group {
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
border-top: 1px solid #f2f6fe;
|
||||
}
|
||||
|
||||
.chose2 {
|
||||
//width: 120px;
|
||||
height: 24px;
|
||||
@@ -807,11 +843,13 @@ watch(visiable, () => {
|
||||
color: rgba(56, 139, 225, 1);
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
|
||||
.span {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ch2 {
|
||||
position: absolute;
|
||||
width: 18px;
|
||||
|
||||
Reference in New Issue
Block a user