diff --git a/src/api/platformCommission.js b/src/api/platformCommission.js
index a1df229..f5338cf 100644
--- a/src/api/platformCommission.js
+++ b/src/api/platformCommission.js
@@ -12,3 +12,8 @@ export function platformCommissionRecordTitle(data) {
export function platformCommissionRecordList(data) {
return request.get(`marketing/platformCommission/record_list`, data)
}
+// 平台抽成 - 权重值持有列表&权重值变更记录
+export function platformCommissionWeightValue(data,getType = 'hold_list') {
+ // hold_list=持有列表;change_record=变更记录
+ return request.get(`marketing/platformCommission/weight_value_${getType}`, data)
+}
diff --git a/src/router/modules/marketing.js b/src/router/modules/marketing.js
index a23708f..00b46b5 100644
--- a/src/router/modules/marketing.js
+++ b/src/router/modules/marketing.js
@@ -465,6 +465,15 @@ const marketingRouter = {
},
component: () => import('@/views/marketing/platformCommission/commissionRecord/index')
},
+ {
+ path: 'weightValue',
+ name: `platformCommissionWeightValue`,
+ meta: {
+ title: '权重值管理',
+ noCache: true
+ },
+ component: () => import('@/views/marketing/platformCommission/weightValue/index')
+ },
{
path: 'config',
name: `platformCommissionConfig`,
@@ -473,7 +482,7 @@ const marketingRouter = {
noCache: true
},
component: () => import('@/views/marketing/platformCommission/config/index')
- }
+ },
]
}
]
diff --git a/src/views/marketing/platformCommission/weightValue/index.vue b/src/views/marketing/platformCommission/weightValue/index.vue
new file mode 100644
index 0000000..77cb0a5
--- /dev/null
+++ b/src/views/marketing/platformCommission/weightValue/index.vue
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
{{ scope.row.nickname }}
+
ID:{{ scope.row.uid }}
+
+
+
+
+
+
+
+ 变更记录
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
{{ scope.row.nickname }}
+
ID:{{ scope.row.uid }}
+
+
+
+
+
+
+
+
+ 增加
+ 减少
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+