diff --git a/src/views/marketing/agent/apply/index.vue b/src/views/marketing/agent/apply/index.vue index fc9a8b2..436af20 100644 --- a/src/views/marketing/agent/apply/index.vue +++ b/src/views/marketing/agent/apply/index.vue @@ -9,10 +9,10 @@ - + - + @@ -108,7 +108,7 @@ - 待支付 + 待支付 待审核 已通过 @@ -119,7 +119,7 @@ - + 通过 驳回 @@ -256,8 +256,8 @@ export default { page: 1, limit: 20, uid: "", - contacts_name: "", - contacts_phone: "", + contact_name: "", + contact_phone: "", status: "", agent_type: "" }, diff --git a/src/views/marketing/agent/commission/index.vue b/src/views/marketing/agent/commission/index.vue index d50721a..48cbdb9 100644 --- a/src/views/marketing/agent/commission/index.vue +++ b/src/views/marketing/agent/commission/index.vue @@ -21,11 +21,17 @@ - + - {{ scope.row.userOrder.title}} - {{ scope.row.userOrder.order_sn}} + + 邀请代理奖励 + {{ scope.row.storeOrder ? scope.row.storeOrder.order_sn : ''}} + + + {{ scope.row.userOrder ? scope.row.userOrder.title : ''}} + {{ scope.row.userOrder ? scope.row.userOrder.order_sn : ''}} + @@ -137,6 +143,42 @@ + + + + + + + + + {{ scope.row.initiator.nickname }} + {{ scope.row.initiator.uid }} + + + {{ scope.row.initiator_brokerage || 0.00 }} + + + + + + + + + + + + + + {{ scope.row.fieldStaff.nickname }} + {{ scope.row.fieldStaff.uid }} + + + {{ scope.row.field_staff_brokerage || 0.00 }} + + + + +