diff --git a/src/utils/index.js b/src/utils/index.js index ec577e6cb..0b5a858b0 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -46,7 +46,6 @@ export function clearLoginInfo() { console.log('==========clearLoginInfo') store.commit("resetStore"); localStorage.removeItem("token"); - localStorage.setItem('thePageAtExit', location.href); window.SITE_CONFIG["dynamicMenuRoutesHasAdded"] = false; } 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/portrayal/jumin/index.vue b/src/views/modules/portrayal/jumin/index.vue index 06f0f69d2..c13f6ba77 100644 --- a/src/views/modules/portrayal/jumin/index.vue +++ b/src/views/modules/portrayal/jumin/index.vue @@ -990,6 +990,7 @@ export default { { id: "volunteerDto", title: "志愿者信息", + scrollId: "volunteer", children: [ { label: "志愿者类别", @@ -1280,6 +1281,7 @@ export default { chronic_disease: "慢病信息", base: "基本信息", business_record:'业务记录', + volunteer:'志愿者信息', update_record:'更新记录' }; const keysWithValueOne = []; @@ -1340,7 +1342,6 @@ export default { sortedData.push(item); } }); - console.log(sortedData); // 将 data 中剩余的项放入 sortedData this.menuList.forEach(item => { if (!orderIds.includes(item.id)) { diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue index 30c0d1fe0..710213304 100644 --- a/src/views/modules/shequzhili/event/cpts/event-detail.vue +++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue @@ -13,14 +13,14 @@
-
受理员编号
+
工单编号
{{ info.clerkNumber }}
办结时限
{{ info.timeLimit }}
-
工单编号
-
{{ info.workOrderNum }}
+
接收时间
+
{{ info.happenTime }}
紧急程度
{{ info.exigency }}
diff --git a/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue b/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue index cac99a957..2db7d7ea1 100644 --- a/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue +++ b/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue @@ -49,33 +49,35 @@ '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 +145,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 +444,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 @@