This commit is contained in:
wangshiming
2022-02-10 14:46:50 +08:00
parent 421c458eab
commit 72ff7ccc12
4 changed files with 22 additions and 10 deletions

View File

@ -33,8 +33,8 @@ export class OrderManagementBulkeDetailComponent implements OnInit {
isVisible = false;
logColumns: STColumn[] = [
{ title: '款项', index: 'expenseName' },
{ title: '运输费(元)', index: 'price' },
{ title: '附加费(元)', index: 'surcharge' },
{ title: '运输费(元)', render: 'price' },
{ title: '附加费(元)', render: 'surcharge' },
{ title: '支付时间', index: ' paymentTime' },
{
title: '支付状态',