diff --git a/src/utils/constants.ts b/src/utils/constants.ts index da2e9c3e..e7d10487 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -316,3 +316,16 @@ export const BrokerageUserTypeEnum = { name: '二级推广人' } } +/** + * 佣金记录业务类型枚举 + */ +export const BrokerageRecordBizTypeEnum = { + ORDER: { + type: 1, + name: '获得推广佣金' + }, + WITHDRAW: { + type: 2, + name: '提现申请' + } +} diff --git a/src/views/mall/trade/brokerage/record/index.vue b/src/views/mall/trade/brokerage/record/index.vue index 27c2eb92..f9cae4e1 100644 --- a/src/views/mall/trade/brokerage/record/index.vue +++ b/src/views/mall/trade/brokerage/record/index.vue @@ -65,6 +65,12 @@ + + + +