|
|
@@ -57,11 +57,11 @@
|
|
|
<text class="td special">{{item.kindName}}</text>
|
|
|
<text v-if="['A'].includes(item.kindCode)" class="td">{{item.amount}}</text>
|
|
|
<text v-else-if="['D4', 'SY_FJ_YBW2'].includes(item.kindCode)"
|
|
|
- class="td">{{convertedValue(item.unitAmount)}}</text>
|
|
|
+ class="td">{{convertedValue(item.amount)}}</text>
|
|
|
<text v-else-if="['MJ1', 'MJ2', 'MJ3', 'MJ4'].includes(item.kindCode)"
|
|
|
class="td">{{item.amount}}%</text>
|
|
|
<text v-else-if="['TY1', 'TY2', 'TY3', 'TY4'].includes(item.kindCode)"
|
|
|
- class="td">{{item.unitAmount}}次</text>
|
|
|
+ class="td">{{item.amount}}次</text>
|
|
|
<text v-else class="td">{{convertedValue(item.amount)}}</text>
|
|
|
<text class="td">{{item.premium?item.premium:'-'}}</text>
|
|
|
</view>
|