diff --git a/src/api/data/supervisionNotify.ts b/src/api/data/supervisionNotify.ts index bffbf35..7372e83 100644 --- a/src/api/data/supervisionNotify.ts +++ b/src/api/data/supervisionNotify.ts @@ -1,17 +1,5 @@ import request from "@/api/request"; -export function importCaseVerif(body) { - return request.post({ - url: '/data/caseVerif/import', - body - }); -} -export function listCaseVerif(query) { - return request.get({ - url: '/data/caseVerif', - query - }); -} export function getAllSupervisionNotifyCount(times) { @@ -19,3 +7,11 @@ export function getAllSupervisionNotifyCount(times) { url: `/datav/supervisonNotify?beginTime=${times[0]}&endTime=${times[1]}` }); } + + + +export function getChangedRank(times, groupType) { + return request.get({ + url: `/datav/supervisonNotify/rank?beginTime=${times[0]}&endTime=${times[1]}&groupType=${groupType}` + }); +} \ No newline at end of file diff --git a/src/components/datav/chart-bar-pro.vue b/src/components/datav/chart-bar-pro.vue index d085a34..e7b77bf 100644 --- a/src/components/datav/chart-bar-pro.vue +++ b/src/components/datav/chart-bar-pro.vue @@ -1,180 +1,194 @@ \ No newline at end of file diff --git a/src/components/datav/tabs.vue b/src/components/datav/tabs.vue index c2f64b8..d46367a 100644 --- a/src/components/datav/tabs.vue +++ b/src/components/datav/tabs.vue @@ -8,7 +8,7 @@ :key="item.props.name" :active="item.props.name === activeTab" @click="handleChangeActiveTab(item.props.name)" - + > {{ item.props.label }} @@ -86,10 +86,10 @@ function handleChangeActiveTab(name) { &[size=small] { gap: 12px; .tab-title-item { - + font-size: 19px; } - + } } .tab-title { diff --git a/src/views/datav/SceneInsp.vue b/src/views/datav/SceneInsp.vue index 0ba0825..d9618a4 100644 --- a/src/views/datav/SceneInsp.vue +++ b/src/views/datav/SceneInsp.vue @@ -4,13 +4,14 @@
+
- 56 + {{rankOverview.proTotal}}
问题数 @@ -20,7 +21,7 @@
- 0 + {{rankOverview.changing}}
整改中 @@ -30,7 +31,7 @@
- 56 + {{ rankOverview.changed }}
已整改 @@ -40,7 +41,7 @@
- 100% + {{ rankOverview.correctionRate }}%
整改率 @@ -53,18 +54,17 @@ type="bottom-button" v-model="activeTabLeft" > - + - + + +
@@ -135,10 +137,10 @@ /> + - - +