新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
21
views/distribution/team/index.data.js
Normal file
21
views/distribution/team/index.data.js
Normal file
@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @name: index.data
|
||||
* @author: kahu4
|
||||
* @date: 2024-01-17 15:39
|
||||
* @description:index.data
|
||||
* @update: 2024-01-17 15:39
|
||||
* */
|
||||
export const distributorDataList = [
|
||||
{
|
||||
label: '商品金额(元)',
|
||||
field: 'productAmount'
|
||||
},
|
||||
{
|
||||
label: '订单数',
|
||||
field: 'orderCount'
|
||||
},
|
||||
{
|
||||
label: '佣金收入(元)',
|
||||
field: 'wages'
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user