fix bug
This commit is contained in:
@ -83,12 +83,6 @@
|
||||
<span>{{ item?.goodsNumber ? item?.goodsNumber + '吨' : '' }}</span>
|
||||
</div>
|
||||
</ng-template>
|
||||
<!-- 我的出价 -->
|
||||
<ng-template st-row="mybidInfo" let-item let-index="index" class="temp_p">
|
||||
<div *ngIf="item.mybidInfo.length > 0">
|
||||
<p *ngFor="let data of item.mybidInfo"> {{ data.expenseName }}:¥{{ data.price | number: '0.2-2' }} </p>
|
||||
</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">
|
||||
|
||||
@ -353,12 +353,6 @@ resourceStatus: any;
|
||||
className: 'text-left',
|
||||
render: 'billCode'
|
||||
},
|
||||
{
|
||||
title: '我的出价',
|
||||
width: '200px',
|
||||
className: 'text-right',
|
||||
render: 'mybidInfo'
|
||||
},
|
||||
{
|
||||
title: '运费明细',
|
||||
width: '250px',
|
||||
|
||||
Reference in New Issue
Block a user