-- 受众查询

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/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,37 +629,38 @@ watch(visiable, () => {
</script> </script>
<style lang="scss"> <style lang="scss">
.ant-btn-primary { .CommonStudent {
.ant-btn-primary {
background-color: #4ea6ff !important; background-color: #4ea6ff !important;
} }
.cus-select { .cus-select {
height: 40px; height: 40px;
border-radius: 8px; border-radius: 8px;
} }
.tableBox .ant-table-row .ant-table-cell { .tableBox .ant-table-row .ant-table-cell {
height: 48px; height: 48px;
font-size: 12px; font-size: 14px;
font-weight: 400; font-weight: 400;
color: #4F5156; color: #4f5156;
line-height: 29px; line-height: 29px;
padding: 0px; padding: 0px;
} }
.tableBox .ant-table-thead tr th { .tableBox .ant-table-thead tr th {
font-size: 12px; font-size: 14px;
} }
.ant-tabs-tabpane { .ant-tabs-tabpane {
height: 100%; height: 100%;
} }
.ant-tabs { .ant-tabs {
overflow: visible; overflow: visible;
} }
.right1 { .right1 {
border-left: 1px solid #f2f6fe; border-left: 1px solid #f2f6fe;
width: 100%; width: 100%;
margin-left: 20px; margin-left: 20px;
@@ -821,7 +815,6 @@ watch(visiable, () => {
right: -8px; right: -8px;
top: -8px; top: -8px;
} }
} }
.group { .group {
@@ -858,7 +851,7 @@ watch(visiable, () => {
right: -8px; right: -8px;
top: -8px; top: -8px;
} }
}
} }
} }
} }