This commit is contained in:
parent
710cb31ae4
commit
9d5fc4fc3e
|
|
@ -483,7 +483,7 @@ function initTable(type, bidCode) {
|
|||
cols: [
|
||||
[
|
||||
{
|
||||
field: "number",
|
||||
type: "numbers",
|
||||
title: "序号",
|
||||
width: 100,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue