From 12bae65db0b1544e84fe303f38b91f5360e5fb45 Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Tue, 26 Aug 2025 14:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/Ddy.vue | 4 +++- src/components/table/Wgy.vue | 11 +++++++---- src/components/table/ZfGa.vue | 4 +++- src/main.js | 4 ++-- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/src/components/table/Ddy.vue b/src/components/table/Ddy.vue index 78f133f..fa7819c 100644 --- a/src/components/table/Ddy.vue +++ b/src/components/table/Ddy.vue @@ -130,6 +130,7 @@ export default { fixed: 'left', width: 60 }, + /* { align: 'center', title: '签到情况(30分)', @@ -145,6 +146,7 @@ export default { }, row.C); } }, + */ { align: 'center', title: '网格案件调度情况', @@ -380,7 +382,7 @@ export default { this.modal.scoring.rowIndex = index; this.modal.scoring.score = others; this.modal.scoring.reason = row.reasonJ; - this.modal.scoring.maxScore = 20; + this.modal.scoring.maxScore = 50; this.modal.scoring.minScore = 0; this.modal.scoring.userName = row.B; this.modal.scoring.title = '组织评价'; diff --git a/src/components/table/Wgy.vue b/src/components/table/Wgy.vue index bbbcde0..f800de2 100644 --- a/src/components/table/Wgy.vue +++ b/src/components/table/Wgy.vue @@ -173,6 +173,7 @@ export default { return `${row.B}(${row.gridCount})` } }, + /* { align: 'center', title: '片区巡查(40分)', @@ -190,6 +191,7 @@ export default { }, row.C); } }, + */ { align: 'center', title: '巡查上报、案件受理过程质量', @@ -509,7 +511,7 @@ export default { }, { align: 'center', - title: '人口信息质量管理(15)', + title: '人口信息质量管理(35)', // 15 -> 35 key: 'X', keyName: 'populationQuality', width: 80, @@ -538,7 +540,7 @@ export default { } }, row.Y); } - },*/ + }, { align: 'center', title: '抽查情况', @@ -555,6 +557,7 @@ export default { }, row.Z); } }, + */ ] }, /*{ @@ -865,7 +868,7 @@ export default { this.modal.scoring.rowIndex = index; this.modal.scoring.score = populationQuality; this.modal.scoring.reason = row.reasonX; - this.modal.scoring.maxScore = 15; + this.modal.scoring.maxScore = 35; // 15 -> 35 this.modal.scoring.minScore = 0; this.modal.scoring.userName = row.B; this.modal.scoring.title = '人口信息质量'; @@ -1119,7 +1122,7 @@ export default { } item.W = item.communityPopulationRate === 1 ? 15 : no100Score;*/ item.W = (item.communityPopulationRate * 15).toFixed(2); - item.X = 15; + item.X = 35; // 15 -> 35 // item.Y = parseFloat((4 * item.communityPopulationRate).toFixed(2)); // 党组织建设(去掉) /*item.AA = item.communityPopulationRate >= 0.75 ? 3 : (item.communityPopulationRate >= 0.6 ? 1.5 : 0); diff --git a/src/components/table/ZfGa.vue b/src/components/table/ZfGa.vue index 5fa76db..a0a9038 100644 --- a/src/components/table/ZfGa.vue +++ b/src/components/table/ZfGa.vue @@ -148,6 +148,7 @@ export default { fixed: 'left', width: 60 }, + /* { align: 'center', title: '巡片签到(100分)', @@ -163,6 +164,7 @@ export default { }, row.C); } }, + */ { align: 'center', title: '复杂案件数量', @@ -487,7 +489,7 @@ export default { delete this.modal.scoring.type; }, computeM(row) { - return Math.max(row.C - row.G - row.H - row.I - row.J - row.K - row.L, 0); + return Math.max(100 - row.G - row.H - row.I - row.J - row.K - row.L, 0); }, computeComplex(row) { let complex = row.complex; diff --git a/src/main.js b/src/main.js index 8872eb0..f0e3824 100644 --- a/src/main.js +++ b/src/main.js @@ -26,8 +26,8 @@ const router = createRouter({ // axios const createAxios = { install(app, options) { - axios.defaults.baseURL = 'http://219.147.99.164:8082/bigdata'; - // axios.defaults.baseURL = 'http://127.0.0.1:8087/bigdata'; + // axios.defaults.baseURL = 'http://61.138.88.81:8081/bigdata'; + axios.defaults.baseURL = 'http://127.0.0.1:8087/bigdata'; // axios.defaults.baseURL = '/bigdata'; axios.defaults.timeout = 20000; app.config.globalProperties.$axios = axios;