Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		| @ -78,7 +78,7 @@ export class WithdrawalsRecordComponent { | ||||
|       nzFooter: [ | ||||
|         { | ||||
|           label: '拒绝', | ||||
|           loading: () => this.service.http.loading, | ||||
|           disabled: () => this.service.http.loading, | ||||
|           type: 'default', | ||||
|           onClick: () => { | ||||
|             if (!this.msg) { | ||||
| @ -102,7 +102,7 @@ export class WithdrawalsRecordComponent { | ||||
|         }, | ||||
|         { | ||||
|           label: '通过', | ||||
|           loading: () => this.service.http.loading, | ||||
|           disabled: () => this.service.http.loading, | ||||
|           type: 'primary', | ||||
|           onClick: () => { | ||||
|             this.service | ||||
|  | ||||
| @ -334,7 +334,7 @@ | ||||
|         {{ userIdentityDetail?.name }} | ||||
|       </se> | ||||
|       <se [col]="1" label="备注" required> | ||||
|         <textarea nz-input rows="3" style="width: 325px;margin-left: 14px;" [(ngModel)]="approvalOpinion"></textarea> | ||||
|         <textarea nz-input rows="3" style="width: 325px;margin-left: 14px;" maxlength="120" [(ngModel)]="approvalOpinion"></textarea> | ||||
|       </se> | ||||
|     </div> | ||||
|   </div> | ||||
| @ -350,7 +350,7 @@ | ||||
|         {{ licenseDetail?.licenseNo }} | ||||
|       </se> | ||||
|       <se [col]="1" label="备注" required> | ||||
|         <textarea nz-input rows="3" style="width: 325px;margin-left: 14px;" [(ngModel)]="approvalOpinion"></textarea> | ||||
|         <textarea nz-input rows="3" style="width: 325px;margin-left: 14px;" maxlength="120" [(ngModel)]="approvalOpinion"></textarea> | ||||
|       </se> | ||||
|     </div> | ||||
|   </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user