Commit d015fe2b authored by youjie's avatar youjie

no message

parent f12862a4
...@@ -476,10 +476,10 @@ ...@@ -476,10 +476,10 @@
<tbody v-for="(item, index) in list" :key="index"> <tbody v-for="(item, index) in 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.isChargeLossOrders == 1" style="color: red"> <p v-if="item.isChargeLossOrders == 1" style="color: red">
{{ $t("fnc.sun") }} {{ $t("fnc.sun") }}
</p> </p>
......
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