This commit is contained in:
wangshiming
2022-03-21 15:03:23 +08:00
parent 18a4740380
commit 7a3b01c4e6
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
<!--
* @Description :
* @Version : 1.0
* @Author : Shiming
* @Date : 2022-03-21 14:19:21
* @LastEditors : Shiming
* @LastEditTime : 2022-03-21 15:02:37
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\payment-record\\payment-record.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
<page-header-wrapper [title]="'支付记录'">
</page-header-wrapper>
@ -47,7 +57,7 @@
{{ item.wayBillCode }} <br> {{item.wayBillStatusLabel }}
</ng-template>
<ng-template st-row="driverId" let-item let-index="index" let-column="column">
{{ item.driverName }} <br> {{ item.driverTelephone }} <br> {{ item.driverLicensePlate }}
{{ item.driverName }} <br> {{ item.driverTelephone }} {{ item?.driverLicencePlate }}
</ng-template>
<ng-template st-row="captainName" let-item let-index="index" let-column="column">
{{ item.captainName }} <br> {{ item.captainTelephone }}

View File

@ -238,7 +238,7 @@ export class PaymentRecordComponent implements OnInit {
private initST(): STColumn[] {
return [
{ title: '支付编号', render: 'orderPaymentCode', width: 180 },
{ title: '支付编号', render: 'orderPaymentCode', width: 200 },
{
title: '支付金额',
render: 'payAmount',