|
|
|
@ -96,7 +96,7 @@ export const dataFieldOptions = [
|
|
|
|
|
{ label: '毛利', value: 'SumML', formatter: (v) => `${v / 10000} 万`, nestkey: { p: 'MLKPIrates', v: 'MLKPIvalue' } },
|
|
|
|
|
{ label: '订单数', value: 'SumOrder', formatter: (v) => v, nestkey: { p: 'OrderKPIrates', v: 'OrderKPIvalue' } },
|
|
|
|
|
{ label: '成交数', value: 'ConfirmOrder', formatter: (v) => v, nestkey: { p: 'ConfirmOrderKPIrates', v: 'ConfirmOrderKPIvalue' } },
|
|
|
|
|
{ label: '成交率', value: 'ConfirmRates', formatter: (v) => v, nestkey: { p: 'ConfirmRatesKPIrates', v: 'ConfirmRatesKPIvalue' } },
|
|
|
|
|
{ label: '成交率', value: 'ConfirmRates', formatter: (v) => `${v} %`, nestkey: { p: 'ConfirmRatesKPIrates', v: 'ConfirmRatesKPIvalue' } },
|
|
|
|
|
// { label: '人数', value: 'CJPersonNum', formatter: (v) => v },
|
|
|
|
|
// todo: more...
|
|
|
|
|
];
|
|
|
|
|