Commit 60c53540 authored by youjie's avatar youjie

no message

parent d71a870b
......@@ -61,7 +61,7 @@
cellpadding="0"
>
<tr>
<td :rowspan="item.FProfitList.length>0?4:2" width="150" style="min-width: 150px;">当月负责线路毛利金额<p>当月提成比例</p> </td>
<td :rowspan="item.FProfitList&&item.FProfitList.length>0?4:2" width="150" style="min-width: 150px;">当月负责线路毛利金额<p>当月提成比例</p> </td>
<th v-if="item.FProfitList.length>0" width="80" style="min-width:80px;" rowspan="2">总公司OP</th>
<th style="min-width: 220px;"
v-for="( son , sIndex ) in item.ProfitList"
......@@ -73,7 +73,7 @@
<tr>
<td style="min-width: 220px;" v-for="( son , sIndex ) in item.ProfitList" :key="sIndex"> {{ son.Rate }}%</td>
</tr>
<template v-if="item.FProfitList.length>0">
<template v-if="item.FProfitList&&item.FProfitList.length>0">
<tr>
<th width="80" style="min-width:80px;" rowspan="2">分公司OP</th>
<th style="min-width: 220px;"
......@@ -95,8 +95,8 @@
cellpadding="0"
>
<tr>
<td :rowspan="item.FExtraList.length>0?4:2" width="150" style="min-width: 150px;">当月负责团数<p>当月奖励</p> </td>
<th v-if="item.FExtraList.length>0" width="80" style="min-width:80px;" rowspan="2">总公司OP</th>
<td :rowspan="item.FExtraList&&item.FExtraList.length>0?4:2" width="150" style="min-width: 150px;">当月负责团数<p>当月奖励</p> </td>
<th v-if="item.FExtraList&&item.FExtraList.length>0" width="80" style="min-width:80px;" rowspan="2">总公司OP</th>
<th style="min-width: 220px;"
v-for="( son , sIndex ) in item.ExtraList"
:key="sIndex"
......@@ -107,7 +107,7 @@
<tr>
<td style="min-width: 220px;" v-for="( son , sIndex ) in item.ExtraList" :key="sIndex"> {{ son.Rate }}</td>
</tr>
<template v-if="item.FExtraList.length>0">
<template v-if="item.FExtraList&&item.FExtraList.length>0">
<tr>
<th width="80" style="min-width:80px;" rowspan="2">分公司OP</th>
<th style="min-width: 220px;"
......
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