This commit is contained in:
fl 2025-07-24 21:19:08 +08:00
commit 315ddca6dd
3 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -483,7 +483,7 @@ function initTable(type, bidCode) {
cols: [
[
{
field: "number",
type: "numbers",
title: "序号",
width: 100,
},

View File

@ -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",