Commit 81f24d34 authored by youjie's avatar youjie

no message

parent d00a94f7
......@@ -32,6 +32,7 @@
<tr>
<th>规则名称</th>
<th>线路</th>
<th>公司</th>
<th>销售类型</th>
<!-- <th>来源 </th> -->
<th>团队类型 </th>
......@@ -49,6 +50,7 @@
<span v-for="(x,y) in subItem.LineNameList"
:key="y+'1'">{{x}}{{subItem.LineNameList.length==y+1?'':'、'}}</span>
</td>
<td v-if="childIndex==0" :rowspan="subItem.DetailList.length">{{subItem.BranchName}}</td>
<td v-if="childIndex==0" :rowspan="subItem.DetailList.length">
<span v-if="subItem.RuleType==1">销售</span>
<span v-if="subItem.RuleType==2">OP</span>
......
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