fix bug
This commit is contained in:
		@ -106,7 +106,7 @@ export class OrderManagementComplaintComponent implements OnInit {
 | 
			
		||||
          type: 'string',
 | 
			
		||||
          ui: {
 | 
			
		||||
            widget: 'dict-select',
 | 
			
		||||
            params: { dictKey: 'complaint:cause' },
 | 
			
		||||
            params: { dictKey: 'drvcomplaint:cause' },
 | 
			
		||||
            containsAllLabel: true,
 | 
			
		||||
          } as SFSelectWidgetSchema
 | 
			
		||||
        },
 | 
			
		||||
@ -145,7 +145,7 @@ export class OrderManagementComplaintComponent implements OnInit {
 | 
			
		||||
        className: 'text-center',
 | 
			
		||||
      },
 | 
			
		||||
      { title: '托运方', index: 'shipperAppUserName', width: '200px', className: 'text-center' },
 | 
			
		||||
      { title: '司机', index: 'driverIdLabel', width: '120px', className: 'text-center' },
 | 
			
		||||
      { title: '司机', index: 'driverName', width: '120px', className: 'text-center' },
 | 
			
		||||
      {
 | 
			
		||||
        title: '投诉原因',
 | 
			
		||||
        className: 'text-center',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user