edit
This commit is contained in:
@ -118,7 +118,7 @@
|
|||||||
(ngModelChange)="invoiceST.setRow(index, { vatname: $event })" style="width: 100%">
|
(ngModelChange)="invoiceST.setRow(index, { vatname: $event })" style="width: 100%">
|
||||||
<nz-option [nzValue]="item.value" [nzLabel]="item.label" *ngFor="let item of services"></nz-option>
|
<nz-option [nzValue]="item.value" [nzLabel]="item.label" *ngFor="let item of services"></nz-option>
|
||||||
</nz-select>
|
</nz-select>
|
||||||
<ng-container *ngIf="!isEdit">{{ item.vatname }}</ng-container>
|
<ng-container *ngIf="!isEdit">{{ item.vatnameLabel || item.vatname }}</ng-container>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template st-row="vatmodel" let-item let-index="index">
|
<ng-template st-row="vatmodel" let-item let-index="index">
|
||||||
<input *ngIf="isEdit" nz-input [ngModel]="item.vatmodel"
|
<input *ngIf="isEdit" nz-input [ngModel]="item.vatmodel"
|
||||||
|
|||||||
@ -304,6 +304,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
|||||||
'-1': { text: '未提交', color: 'default' },
|
'-1': { text: '未提交', color: 'default' },
|
||||||
1: { text: '已提交', color: 'processing' },
|
1: { text: '已提交', color: 'processing' },
|
||||||
2: { text: '已通过', color: 'success' },
|
2: { text: '已通过', color: 'success' },
|
||||||
|
3: { text: '已过期', color: 'error' },
|
||||||
// 10: { text: '待审核', color: 'default' },
|
// 10: { text: '待审核', color: 'default' },
|
||||||
// 20: { text: '审核通过', color: 'success' },
|
// 20: { text: '审核通过', color: 'success' },
|
||||||
// 30: { text: '驳回', color: 'warning' },
|
// 30: { text: '驳回', color: 'warning' },
|
||||||
|
|||||||
Reference in New Issue
Block a user