mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
-- 受众查询
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<!-- eslint-disable vue/no-parsing-error -->
|
<!-- eslint-disable vue/no-parsing-error -->
|
||||||
<!-- eslint-disable vue/require-v-for-key -->
|
<!-- eslint-disable vue/require-v-for-key -->
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="CommonStudent">
|
||||||
<a-drawer
|
<a-drawer
|
||||||
:visible="visiable"
|
:visible="visiable"
|
||||||
class="drawerStyle ProjCheckship"
|
class="drawerStyle ProjCheckship"
|
||||||
@@ -415,14 +415,7 @@ const stuColumns = ref([
|
|||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
const audiColums = ref([{
|
const audiColums = ref([
|
||||||
title: "id",
|
|
||||||
dataIndex: "id",
|
|
||||||
key: "id",
|
|
||||||
width: 35,
|
|
||||||
align: "center",
|
|
||||||
className: "h",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "受众名称",
|
title: "受众名称",
|
||||||
dataIndex: "audienceName",
|
dataIndex: "audienceName",
|
||||||
@@ -622,9 +615,9 @@ watch(visiable, () => {
|
|||||||
orgSelectKeys.value = []
|
orgSelectKeys.value = []
|
||||||
auditSelectKeys.value = []
|
auditSelectKeys.value = []
|
||||||
stuData.value = []
|
stuData.value = []
|
||||||
audienceName.value.keyword=''
|
audienceName.value.keyword = ''
|
||||||
audienceName.value.page=1
|
audienceName.value.page = 1
|
||||||
audienceName.value.pageSize=10
|
audienceName.value.pageSize = 10
|
||||||
selectsData.value = {
|
selectsData.value = {
|
||||||
stageId: '',
|
stageId: '',
|
||||||
studentList: [],
|
studentList: [],
|
||||||
@@ -636,229 +629,229 @@ watch(visiable, () => {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.ant-btn-primary {
|
.CommonStudent {
|
||||||
background-color: #4ea6ff !important;
|
.ant-btn-primary {
|
||||||
}
|
background-color: #4ea6ff !important;
|
||||||
|
|
||||||
.cus-select {
|
|
||||||
height: 40px;
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tableBox .ant-table-row .ant-table-cell {
|
|
||||||
height: 48px;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #4F5156;
|
|
||||||
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%;
|
|
||||||
margin-left: 20px;
|
|
||||||
|
|
||||||
.onerow {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
margin-right: 40px;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
.onleft {
|
|
||||||
display: flex;
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
.already {
|
|
||||||
color: rgba(51, 51, 51, 1);
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 500;
|
|
||||||
margin-left: 32px;
|
|
||||||
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;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
cursor: pointer;
|
|
||||||
width: 104px;
|
|
||||||
height: 32px;
|
|
||||||
border-radius: 4px;
|
|
||||||
background: #4ea6ff;
|
|
||||||
|
|
||||||
.colose {
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
// border-radius: 8px;
|
|
||||||
// background: #ffffff;
|
|
||||||
// position: relative;
|
|
||||||
background-image: url(../../assets/images/basicinfo/ch.png);
|
|
||||||
background-size: 100%;
|
|
||||||
margin-right: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.allclear {
|
|
||||||
color: rgba(255, 255, 255, 1);
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.selecteds {
|
.cus-select {
|
||||||
display: flex;
|
height: 40px;
|
||||||
flex-wrap: wrap;
|
border-radius: 8px;
|
||||||
margin-left: 32px;
|
}
|
||||||
|
|
||||||
|
.tableBox .ant-table-row .ant-table-cell {
|
||||||
|
height: 48px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #4f5156;
|
||||||
|
line-height: 29px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tableBox .ant-table-thead tr th {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-tabs-tabpane {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-tabs {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right1 {
|
||||||
|
border-left: 1px solid #f2f6fe;
|
||||||
|
width: 100%;
|
||||||
|
margin-left: 20px;
|
||||||
|
|
||||||
|
.onerow {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
margin-right: 40px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.person {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 20px;
|
|
||||||
border-top: 1px solid #f2f6fe;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chose {
|
.onleft {
|
||||||
width: 64px;
|
display: flex;
|
||||||
height: 24px;
|
text-align: center;
|
||||||
margin-top: 25px;
|
|
||||||
margin-right: 25px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
border-radius: 2px;
|
|
||||||
border: 1px solid rgba(56, 139, 225, 1);
|
|
||||||
color: rgba(56, 139, 225, 1);
|
|
||||||
font-size: 12px;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
.ch {
|
.already {
|
||||||
position: absolute;
|
color: rgba(51, 51, 51, 1);
|
||||||
width: 18px;
|
font-size: 16px;
|
||||||
height: 18px;
|
font-weight: 500;
|
||||||
background-image: url(../../assets/images/basicinfo/ch.png);
|
margin-left: 32px;
|
||||||
right: -8px;
|
white-space: nowrap;
|
||||||
top: -8px;
|
// 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;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
cursor: pointer;
|
||||||
|
width: 104px;
|
||||||
|
height: 32px;
|
||||||
|
border-radius: 4px;
|
||||||
|
background: #4ea6ff;
|
||||||
|
|
||||||
|
.colose {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
// border-radius: 8px;
|
||||||
|
// background: #ffffff;
|
||||||
|
// position: relative;
|
||||||
|
background-image: url(../../assets/images/basicinfo/ch.png);
|
||||||
|
background-size: 100%;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.allclear {
|
||||||
|
color: rgba(255, 255, 255, 1);
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ifsw {
|
.selecteds {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: end;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
margin-left: 32px;
|
||||||
color: #4ea6ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sw {
|
.person {
|
||||||
display: flex;
|
width: 100%;
|
||||||
align-items: center;
|
margin-top: 20px;
|
||||||
justify-content: center;
|
border-top: 1px solid #f2f6fe;
|
||||||
text-align: justify;
|
|
||||||
color: #4ea6ff;
|
|
||||||
margin-top: 23px;
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dept {
|
|
||||||
width: 100%;
|
|
||||||
margin-top: 30px;
|
|
||||||
border-top: 1px solid #f2f6fe;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chose1 {
|
|
||||||
//width: 90px;
|
|
||||||
height: 24px;
|
|
||||||
margin-top: 25px;
|
|
||||||
margin-right: 25px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
border-radius: 2px;
|
|
||||||
border: 1px solid rgba(56, 139, 225, 1);
|
|
||||||
color: rgba(56, 139, 225, 1);
|
|
||||||
font-size: 12px;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
.span {
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ch1 {
|
.chose {
|
||||||
position: absolute;
|
width: 64px;
|
||||||
width: 18px;
|
height: 24px;
|
||||||
height: 18px;
|
margin-top: 25px;
|
||||||
background-image: url(../../assets/images/basicinfo/ch.png);
|
margin-right: 25px;
|
||||||
right: -8px;
|
display: flex;
|
||||||
top: -8px;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid rgba(56, 139, 225, 1);
|
||||||
|
color: rgba(56, 139, 225, 1);
|
||||||
|
font-size: 12px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.ch {
|
||||||
|
position: absolute;
|
||||||
|
width: 18px;
|
||||||
|
height: 18px;
|
||||||
|
background-image: url(../../assets/images/basicinfo/ch.png);
|
||||||
|
right: -8px;
|
||||||
|
top: -8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
.ifsw {
|
||||||
|
display: flex;
|
||||||
.group {
|
align-items: end;
|
||||||
width: 100%;
|
justify-content: center;
|
||||||
margin-top: 30px;
|
color: #4ea6ff;
|
||||||
border-top: 1px solid #f2f6fe;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chose2 {
|
|
||||||
//width: 120px;
|
|
||||||
height: 24px;
|
|
||||||
margin-top: 25px;
|
|
||||||
margin-right: 25px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
border-radius: 2px;
|
|
||||||
border: 1px solid rgba(56, 139, 225, 1);
|
|
||||||
color: rgba(56, 139, 225, 1);
|
|
||||||
font-size: 12px;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
.span {
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ch2 {
|
.sw {
|
||||||
position: absolute;
|
display: flex;
|
||||||
width: 18px;
|
align-items: center;
|
||||||
height: 18px;
|
justify-content: center;
|
||||||
background-image: url(../../assets/images/basicinfo/ch.png);
|
text-align: justify;
|
||||||
right: -8px;
|
color: #4ea6ff;
|
||||||
top: -8px;
|
margin-top: 23px;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dept {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 30px;
|
||||||
|
border-top: 1px solid #f2f6fe;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chose1 {
|
||||||
|
//width: 90px;
|
||||||
|
height: 24px;
|
||||||
|
margin-top: 25px;
|
||||||
|
margin-right: 25px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid rgba(56, 139, 225, 1);
|
||||||
|
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;
|
||||||
|
height: 18px;
|
||||||
|
background-image: url(../../assets/images/basicinfo/ch.png);
|
||||||
|
right: -8px;
|
||||||
|
top: -8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.group {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 30px;
|
||||||
|
border-top: 1px solid #f2f6fe;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chose2 {
|
||||||
|
//width: 120px;
|
||||||
|
height: 24px;
|
||||||
|
margin-top: 25px;
|
||||||
|
margin-right: 25px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid rgba(56, 139, 225, 1);
|
||||||
|
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;
|
||||||
|
height: 18px;
|
||||||
|
background-image: url(../../assets/images/basicinfo/ch.png);
|
||||||
|
right: -8px;
|
||||||
|
top: -8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user