|
|
|
@ -33,7 +33,7 @@
|
|
|
|
|
<label class="totalContent">{{items.total ? items.total : '总数: 0'}}</label> |
|
|
|
|
|
|
|
|
|
<label class="lastTextContent"> |
|
|
|
|
<textarea maxlength="250" [(ngModel)]="items.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea maxlength="999" [(ngModel)]="items.details" style="width: 80%;"></textarea> |
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
<label><mat-icon (click)='SwitchBoard(items)' *ngIf="items.isBuiltin">keyboard_arrow_down</mat-icon></label> |
|
|
|
@ -81,7 +81,7 @@
|
|
|
|
|
|
|
|
|
|
<input type="text" *ngIf="items.propertyType!=1&&items.propertyType!=2&&items.propertyType!=4&&items.propertyType!=6" |
|
|
|
|
[(ngModel)]="items.propertyValue" name="propertyValue"> |
|
|
|
|
<textarea maxlength="250" *ngIf="items.propertyType==1" [(ngModel)]="items.propertyValue" name="propertyValue"></textarea> |
|
|
|
|
<textarea maxlength="999" *ngIf="items.propertyType==1" [(ngModel)]="items.propertyValue" name="propertyValue"></textarea> |
|
|
|
|
<input type="number" *ngIf="items.propertyType==2 ||items.propertyType==4" [(ngModel)]="items.propertyValue" name="propertyValue"> |
|
|
|
|
<mat-radio-group *ngIf="items.propertyType==6" [(ngModel)]="items.propertyValue" name="propertyValue"> |
|
|
|
|
<mat-radio-button style="margin-left: 5px;" [value]='radio.value' *ngFor="let radio of singleElection">{{radio.name}}</mat-radio-button> |
|
|
|
@ -127,7 +127,7 @@
|
|
|
|
|
<label class="totalContent">{{items.total ? items.total : '总数: 0'}}</label> |
|
|
|
|
|
|
|
|
|
<label class="lastTextContent"> |
|
|
|
|
<textarea maxlength="250" [(ngModel)]="items.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea maxlength="999" [(ngModel)]="items.details" style="width: 80%;"></textarea> |
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
<label><mat-icon (click)='SwitchBuildingBoard(newItem,items)' *ngIf="items.isBuiltin">keyboard_arrow_down</mat-icon></label> |
|
|
|
@ -175,7 +175,7 @@
|
|
|
|
|
|
|
|
|
|
<input type="text" *ngIf="items.propertyType!=1&&items.propertyType!=2&&items.propertyType!=4&&items.propertyType!=6" |
|
|
|
|
[(ngModel)]="items.propertyValue" name="propertyValue"> |
|
|
|
|
<textarea maxlength="250" *ngIf="items.propertyType==1" [(ngModel)]="items.propertyValue" name="propertyValue"></textarea> |
|
|
|
|
<textarea maxlength="999" *ngIf="items.propertyType==1" [(ngModel)]="items.propertyValue" name="propertyValue"></textarea> |
|
|
|
|
<input type="number" *ngIf="items.propertyType==2 ||items.propertyType==4" [(ngModel)]="items.propertyValue" name="propertyValue"> |
|
|
|
|
<mat-radio-group *ngIf="items.propertyType==6" [(ngModel)]="items.propertyValue" name="propertyValue"> |
|
|
|
|
<mat-radio-button style="margin-left: 5px;" [value]='radio.value' *ngFor="let radio of singleElection">{{radio.name}}</mat-radio-button> |
|
|
|
|