This commit is contained in:
wangshiming
2022-03-21 14:52:04 +08:00
parent ead9ebb012
commit 5bf1767e6e
9 changed files with 30 additions and 18 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-06 20:20:26
* @LastEditors : Shiming
* @LastEditTime : 2022-03-09 14:31:47
* @LastEditTime : 2022-03-21 14:43:06
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -39,7 +39,7 @@ export class OrderManagementBulkeDetailComponent implements OnInit {
];
logColumns: STColumn[] = [
{ title: '款项', index: 'expenseCodeLabel' },
{ title: '小计(元)', render: 'price' },
{ title: '小计(元)', render: 'prices' },
{ title: '运输费(元)', render: 'price' },
{ title: '附加费(元)', render: 'surcharge' },
{ title: '支付时间', index: 'paymentTime' },