Commit 086c8ce1 authored by dragondean@qq.com's avatar dragondean@qq.com

修复报价单审核佣金类型显示错误

parent 5eafd52f
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
<div class="item"> <div class="item">
{{$t('佣金规则')}}{{$t('从【{oldType}】改为【{newType}', { {{$t('佣金规则')}}{{$t('从【{oldType}】改为【{newType}', {
oldType: getDictDataLabel(DICT_TYPE.COMMISSION_TYPE, offer.commissionType) , oldType: getDictDataLabel(DICT_TYPE.COMMISSION_TYPE, form.orgCommissionType) ,
newType: getDictDataLabel(DICT_TYPE.COMMISSION_TYPE, form.commissionType), newType: getDictDataLabel(DICT_TYPE.COMMISSION_TYPE, form.commissionType),
})}} })}}
</div> </div>
......
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