From a7c749bb1867f5efdd4020fd245a1115bf43dacc Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Thu, 24 Jul 2025 19:15:40 +0800 Subject: [PATCH] =?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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/pages/newDataAnalysis/proQualityAnalysis.js b/js/pages/newDataAnalysis/proQualityAnalysis.js index c57e0d8..36064ed 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: "projectName", title: "工程名称", align: "center" }, + { field: "checkItems", title: "检查项目", align: "center" }, { field: "projectManager", title: "项目经理", align: "center" }, { field: "team", title: "施工队伍", align: "center" }, { field: "startTime", title: "开始时间", align: "center" }, @@ -291,12 +291,12 @@ function initEchartsOne(passRate, noPassRate) { } function initEchartsTwo(data) { - const teams = data.map((item) => item.team); + const teams = data.map((item) => item.checkItems); const scores = data.map((item) => item.score); const option = { title: { - text: "队伍得分柱状图", + text: "检查项目得分情况", left: "center", textStyle: { color: "#fff",