spalten titel

main
Said Gedik 2024-08-20 15:11:51 +02:00
parent 434c11156a
commit 407150f9a4
1 changed files with 9 additions and 9 deletions

View File

@ -283,16 +283,16 @@ export class NttGanttComponent implements OnInit {
packageInstanceId: 'packageInstanceId' packageInstanceId: 'packageInstanceId'
}; };
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: '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: 'StartDate', headerText: 'Geplantes Start-Datum', format : {type:'date', format:'dd.MM.yyyy'}},
{ field: 'vertragName', headerText: 'Vertrag / Provider Cluster', width: 150 }, // { field: 'vertragName', headerText: 'Vertrag / Provider Cluster', width: 150 },
{ field: 'changeNr', headerText: 'Paket Nummer', width: 200 } // { field: 'changeNr', headerText: 'Paket Nummer', width: 200 }
// { field: 'supportGroup', headerText: 'Gewählte Support Gruppe' }, // // { 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 } };
this.editSettings = { allowAdding: true, allowEditing: true, allowDeleting: true, allowTaskbarEditing: true, showDeleteConfirmDialog: true }; this.editSettings = { allowAdding: true, allowEditing: true, allowDeleting: true, allowTaskbarEditing: true, showDeleteConfirmDialog: true };