Merge branch 'master' of http://192.168.0.75:3000/cwchen/ah_jjzhgd_webscreen
This commit is contained in:
commit
315ddca6dd
|
|
@ -155,7 +155,7 @@ function initTable(type, bidCode) {
|
||||||
// 工程质量分析
|
// 工程质量分析
|
||||||
return [
|
return [
|
||||||
{ type: "numbers", title: "序号", width: "10%" }, // 添加序号列
|
{ type: "numbers", title: "序号", width: "10%" }, // 添加序号列
|
||||||
{ field: "checkItems", title: "检查项目", align: "center" },
|
{ field: "checkItems", title: "工序", align: "center" },
|
||||||
{ field: "projectManager", title: "项目经理", align: "center" },
|
{ field: "projectManager", title: "项目经理", align: "center" },
|
||||||
{ field: "team", title: "施工队伍", align: "center" },
|
{ field: "team", title: "施工队伍", align: "center" },
|
||||||
{ field: "startTime", title: "开始时间", align: "center" },
|
{ field: "startTime", title: "开始时间", align: "center" },
|
||||||
|
|
@ -296,7 +296,7 @@ function initEchartsTwo(data) {
|
||||||
|
|
||||||
const option = {
|
const option = {
|
||||||
title: {
|
title: {
|
||||||
text: "检查项目得分情况",
|
text: "工序得分情况",
|
||||||
left: "center",
|
left: "center",
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
|
|
|
||||||
|
|
@ -483,7 +483,7 @@ function initTable(type, bidCode) {
|
||||||
cols: [
|
cols: [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
field: "number",
|
type: "numbers",
|
||||||
title: "序号",
|
title: "序号",
|
||||||
width: 100,
|
width: 100,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@ function setCols(type) {
|
||||||
},
|
},
|
||||||
{ field: "actualEndTime", title: "实际完成时间", align: "center" },
|
{ field: "actualEndTime", title: "实际完成时间", align: "center" },
|
||||||
{ field: "processDiff", title: "进度偏差", align: "center" },
|
{ field: "processDiff", title: "进度偏差", align: "center" },
|
||||||
{ field: "completeEffort", title: "已完成工程量", align: "center" },
|
// { field: "completeEffort", title: "已完成工程量", align: "center" },
|
||||||
{ field: "totalEffort", title: "总工程量", align: "center" },
|
// { field: "totalEffort", title: "总工程量", align: "center" },
|
||||||
{
|
{
|
||||||
title: "延误因素分析",
|
title: "延误因素分析",
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue