|
|
@@ -121,7 +121,7 @@
|
|
|
<!--结薪-->
|
|
|
<template v-else-if="scope.row.order_type == 5">
|
|
|
<!--如果不是余额购买-->
|
|
|
- <span v-if="scope.row.channel != 'balance' && scope.row.channel != 'qingtuanbao'" class="green">
|
|
|
+ <span v-if="scope.row.channel != 'balance' && scope.row.channel != 'qingtuanbao'" >
|
|
|
{{ (scope.row.real_amount / 100).toFixed(2) }}
|
|
|
</span>
|
|
|
<span v-else>
|
|
|
@@ -147,7 +147,7 @@
|
|
|
<!--结薪-->
|
|
|
<template v-else-if="scope.row.order_type == 5">
|
|
|
<!--如果不是余额购买-->
|
|
|
- <span v-if="scope.row.channel != 'balance' && scope.row.channel != 'qingtuanbao'" class="green">
|
|
|
+ <span v-if="scope.row.channel != 'balance' && scope.row.channel != 'qingtuanbao'" >
|
|
|
{{ (scope.row.real_amount / 100).toFixed(2) }}
|
|
|
</span>
|
|
|
<span v-else>
|