From a5d65abb92023ac9222731778a8568875f4a700c Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Wed, 5 Jul 2023 15:57:21 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E5=8F=97=E4=BC=97=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E3=80=81=E5=A4=8D=E5=88=B6=E3=80=81=E5=8F=91=E5=B8=83=E3=80=81?= =?UTF-8?q?=E5=90=AF=E7=94=A8=E3=80=81=E5=81=9C=E7=94=A8=E3=80=81=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexAudience.js | 72 ++ src/views/audience/audienceManage.vue | 1202 +++++++++++++++++++++++++ 2 files changed, 1274 insertions(+) create mode 100644 src/api/indexAudience.js create mode 100644 src/views/audience/audienceManage.vue diff --git a/src/api/indexAudience.js b/src/api/indexAudience.js new file mode 100644 index 00000000..8b952fa7 --- /dev/null +++ b/src/api/indexAudience.js @@ -0,0 +1,72 @@ +import http from "./confign"; + + +//评估问题创建接口 +export const createResearch = (obj) => + http.post("/assessment/createAssessment", obj); +//删除评估基础信息 +export const deleteResearch = (obj) => + http.post("/assessment/deleteAssessment", obj, { + headers: { "Content-Type": "application/x-www-form-urlencoded" }, + }); +//选择题删除题干或选项接口-修改时删除 +export const deleteChoiceQuestion = (obj) => + http.post("/assessment/deleteChoiceQuestion", obj); +//问答题或评分题删除题干-修改时删除 +export const deleteQuestionScAndQa = (obj) => + http.post("/assessment/deleteQuestionScAndQa", obj); +//修改评估问题的接口 +export const editResearchMessage = (obj) => + http.post("/assessment/editAssessmentMessage", obj); +//评估信息编辑修改评估名称 +export const editAssessmentName = (obj) => + http.post("/assessment/editAssessmentName", obj); +//评估信息发布状态的接口 +export const editReleaseStatus = (obj) => + http.post("/assessment/editReleaseStatus", obj); +//根据ID查询评估基础信息详情 +export const queryResearchDetailById = (obj) => + http.post("/assessment/queryAssessmentDetailById", obj, { + headers: { "Content-Type": "application/x-www-form-urlencoded" }, + }); +//获取全部评估信息接口 +export const queryResearchDetailList = (obj) => + http.post("/assessment/queryAssessmentDetailList", obj); +//评估管理-管理-获取评估部分信息 +export const queryAssessmentDetailList = (obj) => + http.post("/assessment/queryAssessmentPartDetail", obj, { + headers: { "Content-Type": "application/x-www-form-urlencoded" }, + }); + + // 请求组织接口 +export const userGetUserOrg = (obj) => http.post('/user/getUserOrg', obj) + +// 概览页面 tab头数据 +export const boeuAllTotal = (obj) => http.get('/boeu/all/total', obj) + + +// 获取受众列表 +export const getAudienceList = (obj) => + http.post("/audience/list", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 停用受众 +export const stopAudience = (obj) => + http.post("/audience/stop", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 复制受众 +export const copyAudience = (obj) => + http.post("/audience/copy", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 删除受众 +export const deleteAudience = (obj) => + http.post("/audience/delete", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 发布、启用受众 +export const publishAudience = (obj) => + http.post("/audience/publish", obj, { + headers: { 'Content-Type':'application/json', }, +}); \ No newline at end of file diff --git a/src/views/audience/audienceManage.vue b/src/views/audience/audienceManage.vue new file mode 100644 index 00000000..81a41e69 --- /dev/null +++ b/src/views/audience/audienceManage.vue @@ -0,0 +1,1202 @@ + + + + From ada1498eafeadcd4e88ad0ada1312871ebbdb9e4 Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Fri, 28 Jul 2023 13:46:47 +0800 Subject: [PATCH 02/11] =?UTF-8?q?=E5=8F=97=E4=BC=97=E6=88=90=E5=91=98?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E3=80=81=E5=88=A0=E9=99=A4=E3=80=81=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E5=88=A0=E9=99=A4=E5=8F=97=E4=BC=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audience/audienceManage.vue | 344 +++++++++++++++++++++++++- 1 file changed, 340 insertions(+), 4 deletions(-) diff --git a/src/views/audience/audienceManage.vue b/src/views/audience/audienceManage.vue index 81a41e69..93bca272 100644 --- a/src/views/audience/audienceManage.vue +++ b/src/views/audience/audienceManage.vue @@ -34,7 +34,7 @@
-
+
添加受众
@@ -250,9 +250,133 @@
--> - +
您确定要删除此受众吗?
+ +
您确定要删除此受众成员吗?
+
+ +
您确定要批量删除所选数据吗?
+
+ +
+ + + + + + + + + +
+
+ +
+ +
+
+
+ +
+ +
+
+ +
搜索
+
+
+ +
重置
+
+
+
+
+
+ +
添加
+
+
+ +
导入
+
+
+ +
批量删除
+
+
+
+ + +
+ + + +
+
+ +
+
+ 底部按键区 +
+
+
From 1cef1f4fa325c764336ec7cbed7332c425fe2615 Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Sun, 30 Jul 2023 14:40:51 +0800 Subject: [PATCH 03/11] =?UTF-8?q?=E5=8F=97=E4=BC=97=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=88=90=E5=91=98=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexAudience.js | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/api/indexAudience.js b/src/api/indexAudience.js index 8b952fa7..487aedca 100644 --- a/src/api/indexAudience.js +++ b/src/api/indexAudience.js @@ -69,4 +69,44 @@ export const deleteAudience = (obj) => export const publishAudience = (obj) => http.post("/audience/publish", obj, { headers: { 'Content-Type':'application/json', }, +}); +// 添加受众 +export const createAudience = (obj) => + http.post("/audience/create", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 受众详情 +export const getAudienceDetail = (obj) => + http.post("/audience/info", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 添加受众成员 +export const addAudienceMember = (obj) => + http.post("/audience/addMember", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 删除受众成员 +export const deleteAudienceMember = (obj) => + http.post("/audience/deleteMember", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 批量删除受众成员 +export const deleteBatchAudienceMember = (obj) => + http.post("/audience/deleteBatchMember", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 导入受众成员 +export const importAudienceMember = (obj) => + http.post("/audience/importMember", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 受众成员列表 +export const getAudienceMemberList = (obj) => + http.post("/audience/memberList", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 受众成员列表 +export const updateAudienceMember = (obj) => + http.post("/audience/update", obj, { + headers: { 'Content-Type':'application/json', }, }); \ No newline at end of file From f903590f549e37078652a9324ca058d5e4d11b6c Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Sun, 30 Jul 2023 19:39:20 +0800 Subject: [PATCH 04/11] =?UTF-8?q?=E5=8F=97=E4=BC=97=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=88=90=E5=91=98=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexAudience.js | 16 + src/views/audience/audienceManage.vue | 480 +++++++++++++++++++++++++- 2 files changed, 495 insertions(+), 1 deletion(-) diff --git a/src/api/indexAudience.js b/src/api/indexAudience.js index 487aedca..ddfc655a 100644 --- a/src/api/indexAudience.js +++ b/src/api/indexAudience.js @@ -109,4 +109,20 @@ export const getAudienceMemberList = (obj) => export const updateAudienceMember = (obj) => http.post("/audience/update", obj, { headers: { 'Content-Type':'application/json', }, +}); + +// 受众成员组织列表 +export const getAudienceOrgList = (obj) => + http.post("/org/list", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 受众成员组织列表 +export const getAudienceOrgInfo = (obj) => + http.post("/org/info", obj, { + headers: { 'Content-Type':'application/json', }, +}); +// 受众成员可选列表 +export const getAudienceUserList = (obj) => + http.post("/user/list", obj, { + headers: { 'Content-Type':'application/json', }, }); \ No newline at end of file diff --git a/src/views/audience/audienceManage.vue b/src/views/audience/audienceManage.vue index 93bca272..d60681c2 100644 --- a/src/views/audience/audienceManage.vue +++ b/src/views/audience/audienceManage.vue @@ -377,6 +377,105 @@
+ +
+
+ 左边 +
+
+ + + + + 搜索 + + 重置 + + +
+
+
+
+ + +
+
+
+
+ + +
+
+ +
+
+
+
+
+
+ 右边 +
+
+
已选
+
+
+
+
+
+
+ {{ item.realName }} +
+
+
+
+
+
+
+
@@ -1535,4 +1826,191 @@ const handleExportAudienceMemberClick = () => { } } } +.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 { + display: flex; + flex-wrap: wrap; + margin-left: 32px; + + .person { + width: 100%; + margin-top: 20px; + border-top: 1px solid #f2f6fe; + } + + .chose { + width: 64px; + 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; + + .ch { + position: absolute; + width: 18px; + height: 18px; + background-image: url(../../assets/images/basicinfo/ch.png); + right: -8px; + top: -8px; + } + } + + .ifsw { + display: flex; + align-items: end; + justify-content: center; + color: #4ea6ff; + } + + .sw { + display: flex; + align-items: center; + justify-content: center; + 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 { + 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; + } + } +} From f65c10e51ce470ad7e4186eb8c253cef45424fee Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Mon, 31 Jul 2023 14:12:08 +0800 Subject: [PATCH 05/11] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=97=E4=BC=97?= =?UTF-8?q?=E6=88=90=E5=91=98=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audience/audienceManage.vue | 58 +++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/src/views/audience/audienceManage.vue b/src/views/audience/audienceManage.vue index d60681c2..b733c331 100644 --- a/src/views/audience/audienceManage.vue +++ b/src/views/audience/audienceManage.vue @@ -385,7 +385,6 @@ okText="确认">
- 左边
@@ -457,7 +456,6 @@
- 右边
已选
@@ -776,8 +774,11 @@ const ruleForm = ref({ description: "", }); const selectedRowKeys = ref([]); +// const selectedRowKeysUser = ref(['1012311820121276416', '1035585259372150784','7003708665773555718', '7003708665777750025']); const selectedRowKeysUser = ref([]); const selectedRowUser = ref([]); +const temSelectedRowKeysUser = ref([]); +const temSelectedRowUser = ref([]); const selectedRowKeysUserTotal = ref([]); const selectedRowUserTotal = ref([]); const userTableRef = ref(); @@ -1202,8 +1203,46 @@ const onSelectChangeUser = (keys, rows) => { console.log('selectedRowKeysUser changed: ', keys,"rows:",rows); console.log('selectedRowKeysUser rows1: ', rows[0]); // console.log('selectedRowKeysUser rows2: ', rows[0].id); - selectedRowKeysUser.value = keys; - selectedRowUser.value = rows; + for(let i=0;i { @@ -1261,13 +1300,24 @@ const getAudienceUserListFun = async () => { console.log("getAudienceUserList res:",res); if(res&&res.data.status==200){ let dataList=[]; + var selectedRowUserTemp = []; res.data.result.list.forEach(item=>{ let oneItem = { ...item, key:item.id, } dataList.push(oneItem); + + // 本页已选择项 + selectedRowUser.value.forEach(item1=>{ + if(item.id==item1.id){ + selectedRowUserTemp.push(item1); + return + } + }) }); + console.log("getAudienceUserList selectedRowUserTemp:",selectedRowUserTemp); + temSelectedRowUser.value = selectedRowUserTemp; tableDataUser.value = dataList; tableTotalUser.value = res.data.result.total; } From afc9bd3b8676ebce89d5f34e051e2fddd0a9228e Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Mon, 31 Jul 2023 15:46:08 +0800 Subject: [PATCH 06/11] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=97=E4=BC=97?= =?UTF-8?q?=E6=88=90=E5=91=98=E6=A0=B7=E5=BC=8F=E5=8F=8A=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audience/audienceManage.vue | 530 +++++++++++++++++++++----- 1 file changed, 445 insertions(+), 85 deletions(-) diff --git a/src/views/audience/audienceManage.vue b/src/views/audience/audienceManage.vue index b733c331..9c58abeb 100644 --- a/src/views/audience/audienceManage.vue +++ b/src/views/audience/audienceManage.vue @@ -377,103 +377,122 @@
- -
-
-
-
- - - - - 搜索 - - 重置 - - -
-
-
-
- - + okText="确认"> --> + +
+
+
+ {{"添加学员"}} +
+ +
+
+
+
+
+ + + + + 搜索 + + 重置 + + +
+
+
+
+ + +
+
+
+
+ + +
+
+ +
-
-
- - -
-
- +
+
+
+
+
+
已选
+
+
+
+
+
+
+ {{ item.realName }} +
+
-
-
-
-
已选
-
-
-
-
-
-
- {{ item.realName }} -
-
-
-
-
+
+ +
- + +
@@ -2063,4 +2091,336 @@ const handleAddAudienceMember = async () => { } } } +.CommonStudent > .ant-drawer-content-wrapper { + min-width: 1200px !important; + width: 1200px !important; +} + +.CommonStudent { + .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: 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; + 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 { + display: flex; + flex-wrap: wrap; + margin-left: 32px; + + .person { + width: 100%; + margin-top: 20px; + border-top: 1px solid #f2f6fe; + } + + .chose { + width: 64px; + 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; + + .ch { + position: absolute; + width: 18px; + height: 18px; + background-image: url(../../assets/images/basicinfo/ch.png); + right: -8px; + top: -8px; + } + } + + .ifsw { + display: flex; + align-items: end; + justify-content: center; + color: #4ea6ff; + } + + .sw { + display: flex; + align-items: center; + justify-content: center; + 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 { + 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; + } + } + } + } +} +.drawerStyle { + .drawerMain { + .header { + height: 73px; + border-bottom: 1px solid #e8e8e8; + display: flex; + justify-content: space-between; + align-items: center; + .headerTitle { + font-size: 18px; + font-weight: 600; + color: #333333; + line-height: 25px; + margin-left: 24px; + } + } + .contentMain { + .vote { + display: flex; + align-items: center; + margin-top: 32px; + margin-left: 20px; + .votebox { + width: 100px; + display: flex; + align-items: center; + justify-content: flex-end; + // background-color: pink; + .voteimg { + width: 10px; + height: 10px; + margin-right: 5px; + } + .votename { + font-size: 14px; + font-weight: 400; + color: #333333; + line-height: 20px; + } + } + + .votebtn { + width: 130px; + height: 40px; + background: #4ea6ff; + border-radius: 8px; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + font-size: 14px; + font-weight: 400; + color: #ffffff; + line-height: 20px; + } + .voteclassify { + font-size: 14px; + font-weight: 400; + color: #999999; + line-height: 20px; + margin-top: 16px; + } + .ant-picker { + width: 424px; + } + } + } + .btnn { + height: 72px; + width: 100%; + position: absolute; + background-color: #fff; + bottom: 0; + left: 0; + display: flex; + align-items: center; + justify-content: center; + box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16); + + .btn1 { + width: 100px; + height: 40px; + border: 1px solid #4ea6ff; + border-radius: 8px; + color: #4ea6ff; + background-color: #fff; + cursor: pointer; + } + + .btn2 { + cursor: pointer; + width: 100px; + height: 40px; + background: #4ea6ff; + border-radius: 8px; + border: 0; + margin-left: 15px; + color: #fff; + } + } + } +} From 83518f04a028e3ee8aa6851e7a97ae1e9527238b Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Mon, 31 Jul 2023 17:26:37 +0800 Subject: [PATCH 07/11] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=8F=97=E4=BC=97=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audience/audienceManage.vue | 88 ++++++++++++++++++++++----- 1 file changed, 72 insertions(+), 16 deletions(-) diff --git a/src/views/audience/audienceManage.vue b/src/views/audience/audienceManage.vue index 9c58abeb..7b2ffbdd 100644 --- a/src/views/audience/audienceManage.vue +++ b/src/views/audience/audienceManage.vue @@ -54,7 +54,7 @@