From 56a6c8683611bac39db65d178e66b7b7e81efe0a Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Wed, 5 Jul 2023 15:08:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/huizhou.ts | 16 +- .../components/RigthBottRigthView.vue | 26 +- .../panoramicPlan/index.scss | 2 + .../panoramicPlan/index.vue | 322 ++++++++++++------ .../components/auditDialog.vue | 171 ++++++++++ .../projectApproval/index.scss | 50 +++ .../projectApproval/index.vue | 122 ++++++- .../globalPlanManagement/index.vue | 62 +++- 8 files changed, 639 insertions(+), 132 deletions(-) create mode 100644 src/views/goverment/huizhou/projectMonitoring/projectApproval/components/auditDialog.vue create mode 100644 src/views/goverment/huizhou/projectMonitoring/projectApproval/index.scss diff --git a/src/api/modules/huizhou.ts b/src/api/modules/huizhou.ts index f2270fe..dad882f 100644 --- a/src/api/modules/huizhou.ts +++ b/src/api/modules/huizhou.ts @@ -81,7 +81,7 @@ export const subGovermentItemDetailList = (params: any) => { return http.post(BASEURL + `/gov/investmentPaymentDetail/list`, params); }; -// 全景计划------------ +// 全景计划(项目端)------------ // 全景计划分页列表 export const globalPlanList = (params: any) => { return http.post(BASEURL + `/project/projectNodePlan/page`, params); @@ -94,3 +94,17 @@ export const globalPlanAdd = (params: any) => { export const globalPlanEdit = (params: any) => { return http.post(BASEURL + `/project/projectNodePlan/edit`, params); }; + +// 全景计划(政务端)------------ +// 全景计划分页列表 +export const globalPlanGovermentList = (params: any) => { + return http.post(BASEURL + `/gov/projectNodePlan/page`, params); +}; +// 全景计划项目分页列表 +export const globalPlanProList = (params: any) => { + return http.post(BASEURL + `/gov/projectNodePlan/projectPage`, params); +}; +// 全景计划工程分页列表 +export const globalPlanEngList = (params: any) => { + return http.post(BASEURL + `/gov/projectNodePlan/engineeringPage`, params); +}; diff --git a/src/views/goverment/huizhou/largeScreen/largeScreenTwo/components/RigthBottRigthView.vue b/src/views/goverment/huizhou/largeScreen/largeScreenTwo/components/RigthBottRigthView.vue index 0266e2e..8a42da2 100644 --- a/src/views/goverment/huizhou/largeScreen/largeScreenTwo/components/RigthBottRigthView.vue +++ b/src/views/goverment/huizhou/largeScreen/largeScreenTwo/components/RigthBottRigthView.vue @@ -24,7 +24,15 @@
- 影像视频树:{{ data.deviceNum }}
+
+ {{ data.projectAddress || data.address }}