main
parent
ecc18df263
commit
26e3b50620
|
|
@ -282,11 +282,12 @@ export class NttGanttComponent implements OnInit {
|
||||||
this.columns = [
|
this.columns = [
|
||||||
{ field: 'TaskName', headerText: 'Kurzbeschreibung', width: 350 },
|
{ field: 'TaskName', headerText: 'Kurzbeschreibung', width: 350 },
|
||||||
{ field: 'stateName', headerText: 'Status', width: 350},
|
{ field: 'stateName', headerText: 'Status', width: 350},
|
||||||
{ field: 'vertragName', headerText: 'Vertrag / Provider Cluster', width: 150 },
|
|
||||||
{ field: 'supportGroup', headerText: 'Gewählte Support Gruppe' },
|
|
||||||
{ field: 'StartDate', headerText: 'Geplantes Start-Datum', format : {type:'date', format:'dd.MM.yyyy'}},
|
|
||||||
{ field: 'plantime', headerText: 'Planzeit in H', width: 100 },
|
{ field: 'plantime', headerText: 'Planzeit in H', width: 100 },
|
||||||
|
{ field: 'StartDate', headerText: 'Geplantes Start-Datum', format : {type:'date', format:'dd.MM.yyyy'}},
|
||||||
|
{ field: 'vertragName', headerText: 'Vertrag / Provider Cluster', width: 150 },
|
||||||
{ field: 'changeNr', headerText: 'Change Nummer', width: 200 }
|
{ field: 'changeNr', headerText: 'Change Nummer', width: 200 }
|
||||||
|
// { field: 'supportGroup', headerText: 'Gewählte Support Gruppe' },
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
this.timelineSettings = {topTier: {unit: 'Month'}, bottomTier: {format: 'WW', unit: 'Week', count: 1}};
|
this.timelineSettings = {topTier: {unit: 'Month'}, bottomTier: {format: 'WW', unit: 'Week', count: 1}};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue