diff --git a/src/api/device-boot/panorama.ts b/src/api/device-boot/panorama.ts index 2ec497ef..5323d1e6 100644 --- a/src/api/device-boot/panorama.ts +++ b/src/api/device-boot/panorama.ts @@ -172,5 +172,13 @@ export function getAreaPollution(data: any) { } //场站级评估 export function downPollutionSubCalc(data: any) { - return request({ url: 'harmonic-boot/PollutionSubstation/downPollutionSubCalc', method: 'post', data }) -} \ No newline at end of file + return request({ url: '/harmonic-boot/PollutionSubstation/downPollutionSubCalc', method: 'post', data }) +} +//监测点评价 +export function limitTableDetail(data: any) { + return request({ url: '/device-boot/dataVerify/limitTableDetail', method: 'post', data }) +} +//重要及敏感用户详情 +export function downPollutionSensitiveUser(data: any) { + return request({ url: '/harmonic-boot/PollutionSubstation/downPollutionSensitiveUser', method: 'post', data }) +} diff --git a/src/assets/font/demo_index.html b/src/assets/font/demo_index.html index f542b12c..ec7ca66e 100644 --- a/src/assets/font/demo_index.html +++ b/src/assets/font/demo_index.html @@ -54,6 +54,36 @@
- +
监测运行统计 +
+ ( 合格: + + {{ linList[0].lineNumOne || 0 }} + + 告警: + + {{ linList[0].lineNumTwo || 0 }} + + ) +
-
-
+
+ +
+
+ + {{ item.title[0] }} +
{{ item.title[1] }}: @@ -148,12 +163,12 @@ @click="show = !show" src="@/assets/img/QH.png" /> -
+ @@ -305,9 +320,10 @@ const countList: any = ref([ title: '电网侧监测点', num: 0, onLineNum: 0, - integrityRate: 0 + integrityRate: 0, + onLineRate: 0 }, - { title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 } + { title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0, onLineRate: 0 } ] } // { @@ -409,7 +425,7 @@ const info = async (row: any) => { numOneList: [] }) }) - // 监测点指标统计 + // 资产性质 getGridDiagramStatistics(form).then(res => { countList.value[0].children[0] = { title: '电网侧监测点', ...res.data.data[0] } countList.value[0].children[1] = { title: '非电网侧监测点', ...res.data.data[1] } @@ -549,13 +565,13 @@ defineExpose({ info, show }) // grid-template-rows: 1fr 1fr; display: flex; flex-direction: column; - justify-content: space-evenly; + justify-content: space-around; // align-items: center; margin: 0 5px 5px; padding: 10px; background-color: #edededc0; border-radius: 10px; - min-height: 60px; + min-height: 40px; // max-height: 120px; .line { @@ -581,10 +597,11 @@ defineExpose({ info, show }) font-weight: 550; } } + .num1 { grid-template-columns: 1fr 1fr; /* 核心:改为2列,均分宽度 */ grid-template-rows: auto auto; - gap: 8px; /* 可选:子元素间距,提升美观度 */ + gap: 15px; /* 可选:子元素间距,提升美观度 */ div { display: flex; padding-left: 20px; @@ -594,12 +611,16 @@ defineExpose({ info, show }) } } } + .num2 { + display: grid; + grid-template-columns: 1fr 1fr 1fr !important; + } } .BoxA { display: grid; - grid-template-columns: 1fr 1fr; - grid-template-rows: 1fr 1fr; + grid-template-columns: 1fr; + grid-template-rows: 1fr 1fr 1fr; // grid-template-rows: 80px; .num { @@ -655,7 +676,7 @@ defineExpose({ info, show }) position: absolute; padding: 5px; bottom: 0; - right: -75px; + right: -78px; width: 70px; font-size: 12px; height: 120px; @@ -679,4 +700,13 @@ defineExpose({ info, show }) } } } +.titleNum { + font-size: 13px; + font-weight: normal; + margin-left: 5px; + span { + font-weight: 600; + cursor: pointer; + } +} diff --git a/src/views/pqs/qualityInspeection/panorama/components/mapR.vue b/src/views/pqs/qualityInspeection/panorama/components/mapR.vue index ffe8bd35..f5317ec7 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/mapR.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/mapR.vue @@ -5,7 +5,7 @@
- 稳态综合评估 + 区域污染水平评估 + diff --git a/src/views/pqs/supervise/terminal/components/userLedger.vue b/src/views/pqs/supervise/terminal/components/userLedger.vue new file mode 100644 index 00000000..7e95c59f --- /dev/null +++ b/src/views/pqs/supervise/terminal/components/userLedger.vue @@ -0,0 +1,156 @@ + + diff --git a/src/views/pqs/supervise/terminal/index.vue b/src/views/pqs/supervise/terminal/index.vue index 11974549..b31ad867 100644 --- a/src/views/pqs/supervise/terminal/index.vue +++ b/src/views/pqs/supervise/terminal/index.vue @@ -14,19 +14,27 @@ - + +