Commit 690fcd41 authored by youjie's avatar youjie

no message

parent a841cb68
...@@ -1798,10 +1798,10 @@ ...@@ -1798,10 +1798,10 @@
<tbody v-for="(item, index) in op.list" :key="index"> <tbody v-for="(item, index) in op.list" :key="index">
<tr> <tr>
<td rowspan="3" style="position: relative"> <td rowspan="3" style="position: relative">
<span class="TC_neibu" style="float: inherit;margin-left: 5px;margin-right: 5px;position: absolute;top: 10px;left:3px" v-if="item.StandardCurrencyName!=''" <span class="TC_neibu" style="float: inherit;margin-left: 5px;margin-right: 5px;position: absolute;top: 10px;left:3px" v-if="item.standardCurrencyName!=''"
:class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元', :class="{'TCneibu':item.standardCurrencyName=='人民币','TCb2b':item.standardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='', 'TCb2c':item.standardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}结算</span> 'otherPlat':item.standardCurrencyName=='',}">{{item.standardCurrencyName}}结算</span>
<p v-if="item.isUnionOrder == 1" class="GO_union"></p> <p v-if="item.isUnionOrder == 1" class="GO_union"></p>
<p v-if="item.isChargeLossOrders == 1" style="color: red"></p> <p v-if="item.isChargeLossOrders == 1" style="color: red"></p>
<p class="fbold over_ellipsis" style="width: 100%" :title="item.orderId"> <p class="fbold over_ellipsis" style="width: 100%" :title="item.orderId">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment