-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdata.js
27 lines (27 loc) · 832 Bytes
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
export const data = {
"showDate": "2020.03.08",
"orderPriceCountRespVo": {
"allTotalPrice":92323445,
"totalUnBackMoney": 2329341,
"totalOrderCount": 1330,
"averageValue": 2230
},
"shopPersonInfoRespVo": {
"customer": 120,
"shopSalesman": 340,
"potentialCustomer": 459,
"totalCustomer": 335
},
"totalRecentRansactions": {
"dates": ["03.02", "03.03", "03.04", "03.05", "03.06", "03.07", "03.08"],
"allTotalMoney": [1, 19, 22, 33, 24, 35, 37]
},
"shopNewCustomerRespVo": {
"dates": ["03.02", "03.03", "03.04", "03.05", "03.06", "03.07", "03.08"],
"allNewCustomer": [17, 10, 23, 22, 29, 30, 35]
},
"customerOrderAverageRespVo": {
"dates": ["03.02", "03.03", "03.04", "03.05", "03.06", "03.07", "03.08"],
"customerAverage": [9, 45, 23, 25, 36.6, 38.9, 50]
}
}