You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
635 B
13 lines
635 B
<crud-template #$crud [defination]="defination" [addable]="false" [editable]="false" [api]="'historytaskquery'"
|
|
[error]="error">
|
|
<!-- <ng-template #$taskKind let-form>
|
|
<mat-form-field [formGroup]="form">
|
|
<mat-label>{{ 'routes.wcs.historytaskquery.taskKind' | translate }}</mat-label>
|
|
<mat-select formControlName="taskkind" multiple>
|
|
<mat-optgroup *ngFor="let group of taskkind" [label]="group.name">
|
|
<mat-option *ngFor="let item of group.taskkind" [value]="item.id">{{item.name}}</mat-option>
|
|
</mat-optgroup>
|
|
</mat-select>
|
|
</mat-form-field>
|
|
</ng-template> -->
|
|
</crud-template>
|