fix bug
This commit is contained in:
		@ -156,7 +156,11 @@ export class CostManagementComponent implements OnInit {
 | 
			
		||||
        feeSubId: {
 | 
			
		||||
          type: 'string',
 | 
			
		||||
          title: '费用科目',
 | 
			
		||||
          enum: [{ label: '全部', value: '全部' }],
 | 
			
		||||
          enum: [
 | 
			
		||||
            { label: '全部', value: '全部' },
 | 
			
		||||
            { label: '运输费', value: '1475197820443299842' },
 | 
			
		||||
            { label: '附加费', value: '1476197820443299842 ' },
 | 
			
		||||
          ],
 | 
			
		||||
          ui: {
 | 
			
		||||
            widget: 'select',
 | 
			
		||||
            placeholder: '请选择',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user