Commit 3d8128d8 authored by youjie's avatar youjie

修复语言包bug

parent dd808771
...@@ -978,7 +978,7 @@ ...@@ -978,7 +978,7 @@
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%"
v-else-if="OrderSource==9"> v-else-if="OrderSource==9">
<tr class="_fujiashuoming_tr"> <tr class="_fujiashuoming_tr">
<td>{$t('objFill.guoneijpbh')}}:{{GetDetail.SourceID}}</td> <td>{{$t('objFill.guoneijpbh')}}:{{GetDetail.SourceID}}</td>
<td @click="jumpPage('FinancialOrder',GetDetail,2)"> <span class="_jump_page _font_bold">{{$t('fnc.gnpiaowu')}}</span> </td> <td @click="jumpPage('FinancialOrder',GetDetail,2)"> <span class="_jump_page _font_bold">{{$t('fnc.gnpiaowu')}}</span> </td>
</tr> </tr>
</table> </table>
......
...@@ -1007,7 +1007,7 @@ input[type="number"] { ...@@ -1007,7 +1007,7 @@ input[type="number"] {
<!-- <th>客户名称 </th> <!-- <th>客户名称 </th>
<th>{{$t('hotel.suplier_contact')}}</th> <th>{{$t('hotel.suplier_contact')}}</th>
<th>手机号</th> <th>手机号</th>
<th>$t('objFill.qianyuedaoqitime')</th> <th>{{$t('objFill.qianyuedaoqitime')}}</th>
<th>签约金额 </th> <th>签约金额 </th>
<th>待结算金额</th> --> <th>待结算金额</th> -->
<!-- <th v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" v-model="isCkedAll" @click='checkedAll()'></th> --> <!-- <th v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" v-model="isCkedAll" @click='checkedAll()'></th> -->
......
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