解决冲突
This commit is contained in:
@ -269,6 +269,18 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
}
|
||||
} as SFSelectWidgetSchema
|
||||
},
|
||||
insureRefundStatus: {
|
||||
title: '退款状态',
|
||||
type: 'string',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'insure:refund:status' },
|
||||
containsAllLable: true,
|
||||
visibleIf: {
|
||||
_$expand: (value: boolean) => value
|
||||
}
|
||||
} as SFSelectWidgetSchema
|
||||
},
|
||||
enterpriseInfoId: {
|
||||
type: 'string',
|
||||
title: '网络货运人',
|
||||
@ -452,6 +464,13 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
render: 'processMessage',
|
||||
// processResult=2
|
||||
},
|
||||
{
|
||||
title: '退款状态',
|
||||
width: '180px',
|
||||
className: 'text-left',
|
||||
index: 'insureRefundStatusLabel',
|
||||
// processResult=2
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
|
||||
Reference in New Issue
Block a user