From 710cb31ae427cb1a811162285c6c0407dd2cfbb2 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Thu, 24 Jul 2025 20:46:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/pages/newDataAnalysis/proQualityAnalysis.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/pages/newDataAnalysis/proQualityAnalysis.js b/js/pages/newDataAnalysis/proQualityAnalysis.js index 36064ed..2ab6edc 100644 --- a/js/pages/newDataAnalysis/proQualityAnalysis.js +++ b/js/pages/newDataAnalysis/proQualityAnalysis.js @@ -155,7 +155,7 @@ function initTable(type, bidCode) { // 工程质量分析 return [ { type: "numbers", title: "序号", width: "10%" }, // 添加序号列 - { field: "checkItems", title: "检查项目", align: "center" }, + { field: "checkItems", title: "工序", align: "center" }, { field: "projectManager", title: "项目经理", align: "center" }, { field: "team", title: "施工队伍", align: "center" }, { field: "startTime", title: "开始时间", align: "center" }, @@ -296,7 +296,7 @@ function initEchartsTwo(data) { const option = { title: { - text: "检查项目得分情况", + text: "工序得分情况", left: "center", textStyle: { color: "#fff", From 9d5fc4fc3eca99099eea98305d80d73f4adf2f24 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 24 Jul 2025 20:51:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/pages/newDataAnalysis/projectManagement.js | 2 +- js/pages/newDataAnalysis/projectProgress.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/pages/newDataAnalysis/projectManagement.js b/js/pages/newDataAnalysis/projectManagement.js index 8d900ca..2226454 100644 --- a/js/pages/newDataAnalysis/projectManagement.js +++ b/js/pages/newDataAnalysis/projectManagement.js @@ -483,7 +483,7 @@ function initTable(type, bidCode) { cols: [ [ { - field: "number", + type: "numbers", title: "序号", width: 100, }, diff --git a/js/pages/newDataAnalysis/projectProgress.js b/js/pages/newDataAnalysis/projectProgress.js index 6f0a89c..f1b4db5 100644 --- a/js/pages/newDataAnalysis/projectProgress.js +++ b/js/pages/newDataAnalysis/projectProgress.js @@ -24,8 +24,8 @@ function setCols(type) { }, { field: "actualEndTime", title: "实际完成时间", align: "center" }, { field: "processDiff", title: "进度偏差", align: "center" }, - { field: "completeEffort", title: "已完成工程量", align: "center" }, - { field: "totalEffort", title: "总工程量", align: "center" }, + // { field: "completeEffort", title: "已完成工程量", align: "center" }, + // { field: "totalEffort", title: "总工程量", align: "center" }, { title: "延误因素分析", align: "center",