Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -248,7 +248,7 @@ export class DatatableFundReportingComponent implements OnInit {
|
||||
{ title: '实际承运人名称', index: 'carrier', className: 'text-center', width: '150px' },
|
||||
{ title: '实际承运人证件号码', index: 'cardId', className: 'text-center', width: '200px' },
|
||||
{ title: '车牌号', index: 'carNumber', className: 'text-center', width: '180px' },
|
||||
{ title: '车牌颜色', index: 'carColor', className: 'text-center', width: '180px' },
|
||||
{ title: '车牌颜色', index: 'carColorLabel', className: 'text-center', width: '180px' },
|
||||
{ title: '总金额', render: 'tolalAmount', className: 'text-center', width: '120px' },
|
||||
|
||||
{ title: '付款方式', index: 'payType', className: 'text-center', width: '150px' },
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
</ng-template>
|
||||
|
||||
<ng-template st-row="checkStatus" let-item let-index="index">
|
||||
<a (click)="viewResult(item)">{{filterCheckStatus(item?.checkStatus)}}</a>
|
||||
<a *ngIf="item?.checkStatus === 2" (click)="viewResult(item)">{{filterCheckStatus(item?.checkStatus)}}</a>
|
||||
<span *ngIf="item?.checkStatus !== 2">{{filterCheckStatus(item?.checkStatus)}}</span>
|
||||
</ng-template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user