hankunkun
10 months ago
|
@@ -242,6 +242,70 @@
|
|
|
"alignment": "center",
|
|
|
"clickable": "true"
|
|
|
}
|
|
|
+ },
|
|
|
+ "数据分析-账户透视": {
|
|
|
+ "交易总额": {
|
|
|
+ "valueType": "money",
|
|
|
+ "alignment": "right",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "收入金额": {
|
|
|
+ "valueType": "money",
|
|
|
+ "alignment": "right",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "支出金额": {
|
|
|
+ "valueType": "money",
|
|
|
+ "alignment": "right",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "收入笔数": {
|
|
|
+ "valueType": "number",
|
|
|
+ "alignment": "center",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "支出笔数": {
|
|
|
+ "valueType": "number",
|
|
|
+ "alignment": "center",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "总笔数": {
|
|
|
+ "valueType": "number",
|
|
|
+ "alignment": "center",
|
|
|
+ "clickable": "true"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "数据分析-对手透视": {
|
|
|
+ "交易总额": {
|
|
|
+ "valueType": "money",
|
|
|
+ "alignment": "right",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "交易主体收入金额": {
|
|
|
+ "valueType": "money",
|
|
|
+ "alignment": "right",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "交易主体支出金额": {
|
|
|
+ "valueType": "money",
|
|
|
+ "alignment": "right",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "交易主体收入笔数": {
|
|
|
+ "valueType": "number",
|
|
|
+ "alignment": "center",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "交易主体支出笔数": {
|
|
|
+ "valueType": "number",
|
|
|
+ "alignment": "center",
|
|
|
+ "clickable": "true"
|
|
|
+ },
|
|
|
+ "总笔数": {
|
|
|
+ "valueType": "number",
|
|
|
+ "alignment": "center",
|
|
|
+ "clickable": "true"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"detailsExportable": {
|
|
@@ -253,6 +317,8 @@
|
|
|
"五联单-收货地址分析": "true",
|
|
|
"五联单-IP地址分析": "true",
|
|
|
"财付通-账户透视": "true",
|
|
|
- "财付通-对手透视": "true"
|
|
|
+ "财付通-对手透视": "true",
|
|
|
+ "数据分析-账户透视":"true",
|
|
|
+ "数据分析-对手透视":"true"
|
|
|
}
|
|
|
}
|