fix bug
This commit is contained in:
		@ -4,7 +4,7 @@
 | 
			
		||||
 * @Author       : Shiming
 | 
			
		||||
 * @Date         : 2022-01-12 10:52:50
 | 
			
		||||
 * @LastEditors  : Shiming
 | 
			
		||||
 * @LastEditTime : 2022-02-28 13:59:54
 | 
			
		||||
 * @LastEditTime : 2022-03-02 14:57:31
 | 
			
		||||
 * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle\\vehicle.component.html
 | 
			
		||||
 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
			
		||||
-->
 | 
			
		||||
@ -83,6 +83,9 @@
 | 
			
		||||
          <span>{{ item?.goodsNumber ? item?.goodsNumber + '件' : '' }}</span>
 | 
			
		||||
        </div>
 | 
			
		||||
      </ng-template>
 | 
			
		||||
      <ng-template st-row="createUserName" let-item let-index="index">
 | 
			
		||||
        <div> {{ item?.createUserName }}/{{ item?.createUserPhone }} </div>
 | 
			
		||||
      </ng-template>
 | 
			
		||||
      <ng-template st-row="mybidDetailInfo" let-item let-index="index">
 | 
			
		||||
        <div *ngIf="item.mybidDetailInfo.length > 0">
 | 
			
		||||
          <p *ngFor="let data of item.mybidDetailInfo">
 | 
			
		||||
 | 
			
		||||
@ -390,6 +390,7 @@ resourceStatus: any;
 | 
			
		||||
        className: 'text-right',
 | 
			
		||||
        render: 'mybidDetailInfo',
 | 
			
		||||
      },
 | 
			
		||||
      { title: '录单员', render: 'createUserName', width: '200px', className: 'text-left' },
 | 
			
		||||
      { title: '网络货运人', index: 'enterpriseInfoName', width: '250px', className: 'text-left' },
 | 
			
		||||
      { title: '货主', index: 'shipperAppUserName', width: '250px', className: 'text-left' },
 | 
			
		||||
      { title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' },
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user