Commit c4c8e639 authored by youjie's avatar youjie

no message

parent 34fabdc7
......@@ -37,6 +37,7 @@
<!-- <th>来源 </th> -->
<!-- <th>团队类型 </th> -->
<!-- <th>类型</th> -->
<th>参与提成人员</th>
<th>提成范围</th>
<!-- <th>结束值</th> -->
<th>提成比例</th>
......@@ -61,6 +62,21 @@
<span v-if="subItem.RuleType==2">OP</span>
<span v-if="subItem.RuleType==3">自定义人员</span>
</td>
<td style="padding: 0 10px;" class="left-text-indent" v-if="childIndex==0"
:rowspan="subItem.DetailList.length">
<span v-for="(son,sIndex ) in subItem.EmpNameStr.split(',')" :key="sIndex">
<span v-if="sIndex<3">{{ son }}{{subItem.EmpNameStr.split(',').length==sIndex+1?'':'、'}}</span>
</span>
<el-popover
v-if="subItem.EmpNameStr.split(',').length>2"
placement="top-start"
title="提成人员"
width="400"
trigger="click"
:content="subItem.EmpNameStr">
<el-button slot="reference" style="border: none;" type="text">查看更多</el-button>
</el-popover>
</td>
<td>
<span>{{childItem.StartValue}}{{childItem.EndValue}} {{subItem.CurrencyName}}</span> </td>
<td>
......
......@@ -4816,7 +4816,7 @@ export default {
{
path: '/domesticCommissiondetailsTW',
name: 'domesticCommissiondetailsTW',
component: resolve => require(['@/components/FinancialModule/domesticCommissiondetailsTW'], resolve),
component: resolve => require(['@/components/FinancialModule/domesticCommissiondetailsTW2'], resolve),
meta: {
title: '台湾提成详情'
}
......
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