|
@@ -31,7 +31,6 @@
|
|
|
<th>单笔充值金额/持有下限参数</th>
|
|
<th>单笔充值金额/持有下限参数</th>
|
|
|
<th>大奖上限百分比</th>
|
|
<th>大奖上限百分比</th>
|
|
|
<th>大奖下限百分比</th>
|
|
<th>大奖下限百分比</th>
|
|
|
- <th>充值基准系数参数百分比</th>
|
|
|
|
|
<th>最小充值</th>
|
|
<th>最小充值</th>
|
|
|
<th>最大充值</th>
|
|
<th>最大充值</th>
|
|
|
<th>充值金额计算方式</th>
|
|
<th>充值金额计算方式</th>
|
|
@@ -48,7 +47,6 @@
|
|
|
<td>{{ $v->RechargeGoldRatio }}</td>
|
|
<td>{{ $v->RechargeGoldRatio }}</td>
|
|
|
<td>{{ $v->RewardMaxPercent }}</td>
|
|
<td>{{ $v->RewardMaxPercent }}</td>
|
|
|
<td>{{ $v->RewardMinPercent }}</td>
|
|
<td>{{ $v->RewardMinPercent }}</td>
|
|
|
- <td>{{ $v->PayCalPercent }}</td>
|
|
|
|
|
<td>{{ $v->RechargeMin }}</td>
|
|
<td>{{ $v->RechargeMin }}</td>
|
|
|
<td>{{ $v->RechargeMax }}</td>
|
|
<td>{{ $v->RechargeMax }}</td>
|
|
|
<td>{{ $v->RechargeCalModel == 0 ? '单笔' : '平均值' }}</td>
|
|
<td>{{ $v->RechargeCalModel == 0 ? '单笔' : '平均值' }}</td>
|