fix bug
This commit is contained in:
		| @ -63,7 +63,7 @@ export class OrderManagementComplaintDetailComponent implements OnInit { | |||||||
|   initSF() { |   initSF() { | ||||||
|     this.schema = { |     this.schema = { | ||||||
|       properties: { |       properties: { | ||||||
|         drvComplaintCauseLabel: { |         shpComplaintCauseLabel: { | ||||||
|           title: '投诉原因', |           title: '投诉原因', | ||||||
|           type: 'string', |           type: 'string', | ||||||
|           maxLength: 30, |           maxLength: 30, | ||||||
|  | |||||||
| @ -190,7 +190,7 @@ | |||||||
|           </span> |           </span> | ||||||
|           <span>(运费{{ i?.totalFreight | currency }}含附加运费 {{ i?.totalSurcharge | currency }})</span> |           <span>(运费{{ i?.totalFreight | currency }}含附加运费 {{ i?.totalSurcharge | currency }})</span> | ||||||
|         </h3> |         </h3> | ||||||
|         <div *ngIf='i?.resourceStatus !== "1"' >车队长:{{ i?.payeeName }}/{{ i?.payeePhone }}/{{ i?.payeeCardNo }}</div> |         <div *ngIf='i?.resourceStatus !== "1" && i?.carrierInformationVO?.driverName !== i?.payeeName' >车队长:{{ i?.payeeName }}/{{ i?.payeePhone }}/{{ i?.payeeCardNo }}</div> | ||||||
|       </div> |       </div> | ||||||
|     </div> |     </div> | ||||||
|   </nz-card> |   </nz-card> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user