edit
This commit is contained in:
@ -196,15 +196,15 @@ export class PaymentOrderComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
},
|
||||
feeCode: {
|
||||
type: 'string',
|
||||
title: '费用号',
|
||||
ui: {
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
}
|
||||
},
|
||||
// feeCode: {
|
||||
// type: 'string',
|
||||
// title: '费用号',
|
||||
// ui: {
|
||||
// visibleIf: {
|
||||
// expand: (value: boolean) => value
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
createTime: {
|
||||
title: '创建时间',
|
||||
type: 'string',
|
||||
@ -236,7 +236,7 @@ export class PaymentOrderComponent implements OnInit {
|
||||
{ title: '付款单号', index: 'payCode', type: 'link', width: 180 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 180 },
|
||||
{ title: '运单号', index: 'waybillCode', width: 180 },
|
||||
{ title: '费用号', index: 'feeCode', width: 180 },
|
||||
// { title: '费用号', index: 'feeCode', width: 180 },
|
||||
{ title: '要求付款日期', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
|
||||
{
|
||||
title: '付款金额',
|
||||
|
||||
Reference in New Issue
Block a user