diff --git a/public/doc/ExtGantt/Ext甘特图_files/GanttService.js b/public/doc/ExtGantt/Ext甘特图_files/GanttService.js index ae9ee9ff..9532b367 100644 --- a/public/doc/ExtGantt/Ext甘特图_files/GanttService.js +++ b/public/doc/ExtGantt/Ext甘特图_files/GanttService.js @@ -15,10 +15,10 @@ function CreateGantt() { gantt.setColumns([ { header: "", field: "ID", width: 30, cellCls: "mini-indexcolumn", align: "center", allowDrag: true, cellStyle: "cursor:move" }, // new StatusColumn(), - { header: mini.Gantt.Name_Text, field: "Name", width: 200, name: "taskname", + { header: mini.Gantt.Name_Text, field: "taskName", width: 200, name: "name", editor: { type: "textbox" } }, - { header: mini.Gantt.PredecessorLink_Text, field: "PredecessorLink", + { header: mini.Gantt.PredecessorLink_Text, field: "predecessorLink", editor: { type: "textbox" }, @@ -28,7 +28,7 @@ function CreateGantt() { e.value = gantt.getLinkString(links); } }, - { header: mini.Gantt.Duration_Text, field: "Duration", + { header: mini.Gantt.Duration_Text, field: "duration", editor: { type: "spinner", minValue: 0, maxValue: 1000 } diff --git a/src/views/projectAdmin/fourEngin/command/center.vue b/src/views/projectAdmin/fourEngin/command/center.vue index f021e6e4..4aa5029d 100644 --- a/src/views/projectAdmin/fourEngin/command/center.vue +++ b/src/views/projectAdmin/fourEngin/command/center.vue @@ -102,7 +102,7 @@ export default { if (key === 'constructionStage') { informationForm[key].value = this.constructionStageEnum[res.result[key]] } else if( key === 'households'){ - informationForm[key].value = this.contractPrice + informationForm[key].value = `${this.contractPrice }万元` } else if (key === 'bulidStatus') { informationForm[key].value = this.projectStatusEnum[res.result[key]] }else { diff --git a/src/views/projectAdmin/fourEngin/index.vue b/src/views/projectAdmin/fourEngin/index.vue index 13395750..62750945 100644 --- a/src/views/projectAdmin/fourEngin/index.vue +++ b/src/views/projectAdmin/fourEngin/index.vue @@ -39,23 +39,35 @@