车辆接口更新
This commit is contained in:
@ -235,7 +235,7 @@ export class PaymentOrderComponent implements OnInit {
|
||||
width: 120,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.paymoney }) }
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.payMoney }) }
|
||||
},
|
||||
{ title: '付款类型', index: 'payTypeLabel', width: 130 },
|
||||
{ title: '付款方式', index: 'payModeLabel', width: 130 },
|
||||
|
||||
Reference in New Issue
Block a user