Commit a841cb68 authored by youjie's avatar youjie

no message

parent 652e390e
......@@ -1798,6 +1798,10 @@
<tbody v-for="(item, index) in op.list" :key="index">
<tr>
<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!=''"
:class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}结算</span>
<p v-if="item.isUnionOrder == 1" class="GO_union"></p>
<p v-if="item.isChargeLossOrders == 1" style="color: red"></p>
<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