|
@@ -98,7 +98,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="tabs-box">
|
|
|
- <div class="tabs-box-confirm">
|
|
|
+ <div class="tabs-box-confirm" v-if="filterObj.data_type =='续约客户'">
|
|
|
<div style="margin-bottom: 0px" class="tabs-box-confirm" v-for="(item, index) in packageTypeList" :key="item">
|
|
|
<div :class="['confirm-box-li', PackageDifference == item && 'active']" @click="notPackageDifferenceChange(item)">{{ item }}</div>
|
|
|
<div v-if="index != 2" class="center-line"></div>
|
|
@@ -420,7 +420,7 @@ export default {
|
|
|
this.page_no = 1;
|
|
|
this.getTableData();
|
|
|
},
|
|
|
- notPackageDifferenceChange(type) {
|
|
|
+ notPackageDifferenceChange(type) {
|
|
|
if (this.PackageDifference == type) {
|
|
|
this.PackageDifference = "";
|
|
|
} else {
|
|
@@ -496,6 +496,8 @@ export default {
|
|
|
},
|
|
|
/* 切换数据类型 */
|
|
|
toggleType(label) {
|
|
|
+ console.log(this.filterObj.data_type);
|
|
|
+
|
|
|
this.filterObj.data_type = label;
|
|
|
this.incrementTableColums = equityTableColums(this.filterObj.data_type);
|
|
|
this.noRenewalReasonId = "";
|