Files

18 lines
332 B
JavaScript
Raw Normal View History

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