From ce7b27842b207f8628181f09e1d3d3ee8f485738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Mon, 23 Dec 2024 10:21:30 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E4=BA=BA=E6=B0=91=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=E5=BE=81=E9=9B=86=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/home/index.vue | 2 +- .../peopleOpinons/cpts/eventDetail.vue | 57 ++++++++++++------- .../peopleOpinons/opinionsDaily.vue | 22 +++---- .../cpts/suggestionList.vue | 14 ++--- .../shequzhili/solicitationSpecial/index.vue | 12 ++-- 5 files changed, 62 insertions(+), 45 deletions(-) diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue index d0b652438..4f29571fc 100644 --- a/src/views/modules/home/index.vue +++ b/src/views/modules/home/index.vue @@ -276,7 +276,7 @@ export default { mounted() { // this.ehso(); //图形 - + this.getApiData(); this.$nextTick(() => { diff --git a/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue b/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue index cac99a957..498e80fde 100644 --- a/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue +++ b/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue @@ -49,33 +49,34 @@ 'm-info-prop', { 'm-info-prop-vis': source === 'visiual' }, ]"> - 意见标题: + 建议主题: {{ info.subjectTitle }}
- 意见内容: + 建议内容: {{ info.eventContent }}
-
- 意见文档: - 下载文件 - - + { 'm-info-prop-vis': source === 'visiual' }, + ]"> + 建议文档: +
+
+ {{ file.name }} + 下载 +
+
- 建议人: + 建议人姓名: {{ info.name }}
+ ]"> 建议人年龄: {{ info.age }}
+ ]"> 建议人身份: {{ ideaIdentityName }}
@@ -143,7 +144,7 @@ { 'm-info-prop-vis': source === 'visiual' }, ]"> 办理前: -
{ - console.log(item,"奥特玛"); - window.open(item, '_blank'); - }); + window.open(data.url, '_blank'); }, async loadGrid() { const url = "/gov/org/customergrid/gridoption"; @@ -440,4 +440,21 @@ export default { margin-right: 10px; } } +.uploadList1{ +// width: 99%; + display: flex; +// justify-content: space-between; + align-items: center; + flex-wrap: wrap; + >div{ + display: flex; + color: #606266; + align-items: center; + justify-content: space-between; + width: 100%; + &:hover{ + background-color: #f5f7fa; + } + } +} \ No newline at end of file diff --git a/src/views/modules/shequzhili/peopleOpinons/opinionsDaily.vue b/src/views/modules/shequzhili/peopleOpinons/opinionsDaily.vue index b264cd25e..c9fc2deba 100644 --- a/src/views/modules/shequzhili/peopleOpinons/opinionsDaily.vue +++ b/src/views/modules/shequzhili/peopleOpinons/opinionsDaily.vue @@ -4,7 +4,7 @@