fix bug
This commit is contained in:
		| @ -103,6 +103,17 @@ export class OrderManagementComplaintComponent implements OnInit { | ||||
|           ui: { | ||||
|             widget: 'dict-select', | ||||
|             params: { dictKey: 'drvcomplaint:cause' }, | ||||
|             hidden:  this.selectedMainTabStatus == '1', | ||||
|             containsAllLabel: true | ||||
|           } as SFSelectWidgetSchema | ||||
|         }, | ||||
|         shpComplaintCause: { | ||||
|           title: '投诉原因', | ||||
|           type: 'string', | ||||
|           ui: { | ||||
|             widget: 'dict-select', | ||||
|             params: { dictKey: 'drvcomplaint:cause' }, | ||||
|             hidden:  this.selectedMainTabStatus == '2', | ||||
|             containsAllLabel: true | ||||
|           } as SFSelectWidgetSchema | ||||
|         }, | ||||
| @ -179,7 +190,7 @@ export class OrderManagementComplaintComponent implements OnInit { | ||||
|         title: '处理人', | ||||
|         className: 'text-center', | ||||
|         width: '200px', | ||||
|         index: 'handlePartyLabel' | ||||
|         index: 'handlerName' | ||||
|       }, | ||||
|       { | ||||
|         title: '处理时间', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user