edit
This commit is contained in:
@ -166,9 +166,9 @@ export class PaymentRecordComponent implements OnInit {
|
||||
payType: {
|
||||
type: 'string',
|
||||
title: '支付类型',
|
||||
enum: [{ label: '全部', value: '' }],
|
||||
ui: {
|
||||
widget: 'select',
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'paybill:type' },
|
||||
placeholder: '请选择',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
@ -250,7 +250,7 @@ export class PaymentRecordComponent implements OnInit {
|
||||
{
|
||||
title: '运费明细',
|
||||
render: 'amountDetails',
|
||||
width: 160,
|
||||
width: 160
|
||||
// format: item => {
|
||||
// (item.amountDetails as Array<any>).forEach(detail => {
|
||||
// detail.surcharge = detail.price + (detail.surcharge || 0);
|
||||
|
||||
Reference in New Issue
Block a user