Files

22 lines
402 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @name: index.data
* @author: kahu4
* @date: 2024-01-17 15:39
* @descriptionindex.data
* @update: 2024-01-17 15:39
* */
export const distributorDataList = [
{
label: '商品金额(元)',
field: 'productAmount'
},
{
label: '订单数',
field: 'orderCount'
},
{
label: '佣金收入(元)',
field: 'wages'
},
]