Commit 504d9e0f authored by youjie's avatar youjie

no message

parent d4d0dfb5
......@@ -475,7 +475,11 @@
</tr>
<tbody v-for="(item, index) in list" :key="index">
<tr>
<td rowspan="3">
<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.isChargeLossOrders == 1" style="color: red">
{{ $t("fnc.sun") }}
</p>
......@@ -1548,6 +1552,7 @@ export default {
</script>
<style>
@import "../../assets/css/newTravelManager.css";
.personNolayer p {
height: 28px;
line-height: 28px;
......
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