-- 受众查询

This commit is contained in:
yuping
2022-12-20 18:56:33 +08:00
parent 127039cc61
commit 389d0ac4a5

View File

@@ -1,7 +1,7 @@
<!-- eslint-disable vue/no-parsing-error -->
<!-- eslint-disable vue/require-v-for-key -->
<template>
<div>
<div class="CommonStudent">
<a-drawer
:visible="visiable"
class="drawerStyle ProjCheckship"
@@ -415,14 +415,7 @@ const stuColumns = ref([
ellipsis: true,
},
])
const audiColums = ref([{
title: "id",
dataIndex: "id",
key: "id",
width: 35,
align: "center",
className: "h",
},
const audiColums = ref([
{
title: "受众名称",
dataIndex: "audienceName",
@@ -622,9 +615,9 @@ watch(visiable, () => {
orgSelectKeys.value = []
auditSelectKeys.value = []
stuData.value = []
audienceName.value.keyword=''
audienceName.value.page=1
audienceName.value.pageSize=10
audienceName.value.keyword = ''
audienceName.value.page = 1
audienceName.value.pageSize = 10
selectsData.value = {
stageId: '',
studentList: [],
@@ -636,37 +629,38 @@ watch(visiable, () => {
</script>
<style lang="scss">
.ant-btn-primary {
.CommonStudent {
.ant-btn-primary {
background-color: #4ea6ff !important;
}
}
.cus-select {
.cus-select {
height: 40px;
border-radius: 8px;
}
}
.tableBox .ant-table-row .ant-table-cell {
.tableBox .ant-table-row .ant-table-cell {
height: 48px;
font-size: 12px;
font-size: 14px;
font-weight: 400;
color: #4F5156;
color: #4f5156;
line-height: 29px;
padding: 0px;
}
}
.tableBox .ant-table-thead tr th {
font-size: 12px;
}
.tableBox .ant-table-thead tr th {
font-size: 14px;
}
.ant-tabs-tabpane {
.ant-tabs-tabpane {
height: 100%;
}
}
.ant-tabs {
.ant-tabs {
overflow: visible;
}
}
.right1 {
.right1 {
border-left: 1px solid #f2f6fe;
width: 100%;
margin-left: 20px;
@@ -821,7 +815,6 @@ watch(visiable, () => {
right: -8px;
top: -8px;
}
}
.group {
@@ -858,7 +851,7 @@ watch(visiable, () => {
right: -8px;
top: -8px;
}
}
}
}
}