diff --git a/src/pages/settlementCenter/bonusDetail.vue b/src/pages/settlementCenter/bonusDetail.vue
index d1d4fc6..66e1a05 100644
--- a/src/pages/settlementCenter/bonusDetail.vue
+++ b/src/pages/settlementCenter/bonusDetail.vue
@@ -276,7 +276,7 @@
{{ item.realIncomeTotalOri }} |
-
+
{{ '实发收益总计' }}($) |
{{ item.realIncomeTotal }} |
@@ -447,66 +447,6 @@
text: '全选',
checked: true,
},
- {
- id: 21,
- text: '直推收益' + '($)',
- checked: true,
- prop: 'firstBuyAmountDollar',
- },
- {
- id: 22,
- text: '拓展收益' + '($)',
- checked: true,
- prop: 'expandIncome',
- },
- {
- id: 23,
- text: '辅导收益' + '($)',
- checked: true,
- prop: 'coachIncome',
- },
- {
- id: 24,
- text: '分红收益' + '($)',
- checked: true,
- prop: 'shareIncome',
- },
- {
- id: 25,
- text: '报单收益' + '($)',
- checked: true,
- prop: 'serviceIncome',
- },
- {
- id: 26,
- text: '云代直推收益' + '($)',
- checked: true,
- prop: 'cloudDirectIncome',
- },
- {
- id: 27,
- text: '云代首购收益' + '($)',
- checked: true,
- prop: 'cloudPurIncome',
- },
- {
- id: 28,
- text: '云代复购收益' + '($)',
- checked: true,
- prop: 'cloudRepurIncome',
- },
- {
- id: 39,
- text: '复购级差收益' + '($)',
- checked: true,
- prop: 'repurRangeIncome',
- },
- {
- id: 30,
- text: '复购拓展收益' + '($)',
- checked: true,
- prop: 'repurExpandIncome',
- },
{
id: 31,
text: '复购券',
@@ -514,42 +454,6 @@
prop: 'repurCoupon',
flag: 1,
},
- {
- id: 32,
- text: '商城重消' + '($)',
- checked: true,
- prop: 'backPoints',
- },
- {
- id: 35,
- text: '平台服务费' + '($)',
- checked: true,
- prop: 'backPoints',
- },
- {
- id: 44,
- text: '首购实发小计' + '($)',
- checked: true,
- prop: 'purRealSubtotal',
- },
- {
- id: 45,
- text: '云代实发小计' + '($)',
- checked: true,
- prop: 'cloudRealSubtotal',
- },
- {
- id: 46,
- text: '复购实发小计' + '($)',
- checked: true,
- prop: 'repurRealSubtotal',
- },
- {
- id: 47,
- text: '实发收益总计' + '($)',
- checked: true,
- prop: 'realIncomeTotal',
- },
],
allTxt: {},
vertexList: [],
diff --git a/src/pages/settlementCenter/sourceBonus.vue b/src/pages/settlementCenter/sourceBonus.vue
index 7cfc14f..fed13d3 100644
--- a/src/pages/settlementCenter/sourceBonus.vue
+++ b/src/pages/settlementCenter/sourceBonus.vue
@@ -465,30 +465,24 @@
checked: true,
prop: 'expandNoCappingOri',
},
+
{
id: 2,
text: `${'拓展封顶'}(${isLocalSymbol()})`,
checked: true,
- prop: 'expandCapping',
+ prop: 'expandCappingOri',
},
{
id: 3,
text: `${'拓展正常减半'}(${isLocalSymbol()})`,
checked: true,
- prop: 'expandNormalHalf',
+ prop: 'expandNormalHalfOri',
},
{
id: 4,
text: `${'拓展实际减半'}(${isLocalSymbol()})`,
checked: true,
- prop: 'expanndNormalReal',
- },
-
- {
- id: 6,
- text: '拓展封顶' + `(${isLocals()})`,
- checked: true,
- prop: 'expandCappingDollar',
+ prop: 'expandNormalRealOri',
},
{
diff --git a/vue.config.js b/vue.config.js
index 6c8afb1..e61894c 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -18,7 +18,7 @@ module.exports = {
// }
// },
'/prod-api': {
- target: 'http://t-mana.beida666.com',
+ target: 'http://t-mana.beida413.com',
changeOrigin: true,
// pathRewrite: {
// '^/prod-api': ''