Commit bbac0928 authored by youjie's avatar youjie

修复 语言bug

parent 99353fe0
......@@ -188,6 +188,12 @@ export const obj = {
zongticeng: '总提成',
chakanticengmx: '查看提成明细',
tichengfanshi: '提成方式',
danyuelirun: '当月利润',
rentoujianli: '人头奖励',
lirunbili: '利润比例',
xiaosoue: '销售额',
lirunbi: '利润比',
dindanzongjiae: '订单总价额',
caravanshopcol: {
t1: '车/使用时间/天数',
t2: '用车详情',
......
......@@ -480,7 +480,7 @@
</template>
</el-table-column>
<el-table-column
label="$t('fnc.fkfangshi')"
:label="$t('fnc.fkfangshi')"
min-width="80"
style="background:#EAEAEA"
>
......@@ -757,7 +757,7 @@
</div>-->
<div class="column justify-c px15 bgf5 radius5 ml flex-g pa20" style="min-width: 230px;">
<div class="row-c justify-sb borderD pb5">
<span class="fz12 c9e">{{$t('objFill.dindanzongjine')}}</span>
<span class="fz12 c9e">{{$t('objFill.dindanzongjiae')}}</span>
<div class="ml">
<span class="fz15 fbold">{{ scope.row.Money.toFixed(2) }}</span>
<span class="fz12 ml">{{ scope.row.CurrencyName }}</span>
......
......@@ -269,6 +269,7 @@
<i v-if="language=='zh-CN'" class="iconfont icon-language_top"></i>
<i v-if="language=='Japanese'" class="iconfont icon-icon-riyu"></i>
<i v-if="language=='zh-TW'" class="iconfont icon-fanti"></i>
<i v-if="language=='en-US'" class="iconfont icon-yingyu"></i>
</span>
<el-dropdown-menu class="changelanguage" slot="dropdown">
<el-dropdown-item @click.native="ChangeLan('Japanese')">日语 <i v-if="language=='Japanese'"
......
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