|
@@ -45,7 +45,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.userId">
|
|
|
- <p v-if="scope.row.returnFee">已退费</p>
|
|
|
+ <p v-if="scope.row.returnFee&&scope.row.vipFlag!=0">已退费</p>
|
|
|
<p v-else>{{ scope.row.vipFlag | filtersType }}</p>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -58,7 +58,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.userId">
|
|
|
- <p v-if="scope.row.returnFee">已退费</p>
|
|
|
+ <p v-if="scope.row.returnFee&&scope.row.practiceFlag!=0">已退费</p>
|
|
|
<p v-else>{{ scope.row.practiceFlag | filtersType }}</p>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -72,7 +72,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.userId">
|
|
|
- <p v-if="scope.row.returnFee">已退费</p>
|
|
|
+ <p v-if="scope.row.returnFee&&scope.row.giveVipFlag!=0">已退费</p>
|
|
|
<p v-else>{{ scope.row.giveVipFlag | filtersType }}</p>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -85,7 +85,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.userId">
|
|
|
- <p v-if="scope.row.returnFee">已退费</p>
|
|
|
+ <p v-if="scope.row.returnFee&&scope.row.givePracticeFlag!=0">已退费</p>
|
|
|
<p v-else>{{ scope.row.givePracticeFlag | filtersType }}</p>
|
|
|
</div>
|
|
|
</template>
|