This commit is contained in:
Taric Xin
2022-03-24 10:36:45 +08:00
parent 941a2bf68c
commit 9cee3499e2
2 changed files with 11 additions and 11 deletions

View File

@ -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: '付款金额',