Commit 662ff487 authored by zhengke's avatar zhengke

修改

parent 4f8aefc9
......@@ -89,7 +89,7 @@
<br/>{{item.AccountHolder}}</td>
<td>
<span v-if='item.Status!=0' style="color: #E95252;">{{$t('pub.fressSel')}}</span>
<span v-if='item.Status==0' style="color: #09D49D;">{{$t(pub.normalSel)}}</span>
<span v-if='item.Status==0' style="color: #09D49D;">{{$t('pub.normalSel')}}</span>
</td>
<td style="color: #FF9C00;">{{moneyFormat(item.PayMoney)}}</td>
<td class="empBankAccountIcon">
......
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