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