lh-ui-next 0.1.8 → 0.1.9-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@ alpha version is use to self-test; beta version is use to public survey.for exam
5
5
  1.0.0-alpha.1
6
6
  1.0.0-test.2
7
7
  ## Official version : "0.1.8",
8
- ## test version : "0.1.8-beta.18,
8
+ ## test version : "0.1.9-beta.10,
9
9
  ## npmmirror
10
10
  When cnpm sync execution is unsuccessful,you can go the website(http://www.npmmirror.com/package/lh-ui-next) and press sync button to
11
11
  manual trigger the sync event
@@ -16,4 +16,4 @@ packages should be named by upper camel case,others can use upper camel case。
16
16
  ## GIT
17
17
  git ignorecase: https://blog.csdn.net/cxwtsh123/article/details/123812272
18
18
  ## need to do
19
- tree component / table component
19
+ tree component / table component
@@ -0,0 +1,111 @@
1
+ {
2
+ "code": "5000",
3
+ "message": "成功",
4
+ "data":[
5
+ {
6
+ "name": "GDP(亿元)",
7
+ "value": "gdp",
8
+ "selected": 1
9
+ },
10
+ {
11
+ "name": "GDP增速(%)",
12
+ "value": "gdpGrowth",
13
+ "selected": 1
14
+ },
15
+ {
16
+ "name": "第一产业增加值(亿元)",
17
+ "value": "primaryIndustryValAdd",
18
+ "selected": 0
19
+ },
20
+ {
21
+ "name": "第二产业增加值(亿元)",
22
+ "value": "secondaryIndustryValAdd",
23
+ "selected": 0
24
+ },
25
+ {
26
+ "name": "第三产业增加值(亿元)",
27
+ "value": "tertiaryIndustryValAdd",
28
+ "selected": 0
29
+ },
30
+ {
31
+ "name": "三次产业比重",
32
+ "value": "threeStrataComp",
33
+ "selected": 1
34
+ },
35
+ {
36
+ "name": "人均GDP(万元)",
37
+ "value": "perCapitaGdp",
38
+ "selected": 0
39
+ },
40
+ {
41
+ "name": "规模以上工业增加值(亿元)",
42
+ "value": "industrialValAddAbvDesgSize",
43
+ "selected": 0
44
+ },
45
+ {
46
+ "name": "规模以上工业增加值增速(%)",
47
+ "value": "industrialValAddGrowthAbvDesgSize",
48
+ "selected": 1
49
+ },
50
+ {
51
+ "name": "社会消费品零售总额(亿元)",
52
+ "value": "totalRetailSalesOfConsumerGoods",
53
+ "selected": 1
54
+ },
55
+ {
56
+ "name": "社会消费品零售总额增长率(%)",
57
+ "value": "totalRetailSalesGrowthOfConsumerGoods",
58
+ "selected": 0
59
+ },
60
+ {
61
+ "name": "固定资产投资(亿元)",
62
+ "value": "totalInvestInFixedAssets",
63
+ "selected": 0
64
+ },
65
+ {
66
+ "name": "固定资产投资增长率(%)",
67
+ "value": "totalInvestGrowthInFixedAssets",
68
+ "selected": 1
69
+ },
70
+ {
71
+ "name": "房地产投资(亿元)",
72
+ "value": "totalInvestInRealEstateDev",
73
+ "selected": 0
74
+ },
75
+ {
76
+ "name": "房地产投资增长率(%)",
77
+ "value": "totalInvestGrowthInRealEstateDev",
78
+ "selected": 1
79
+ },
80
+ {
81
+ "name": "地方金融机构存款余额(亿元)",
82
+ "value": "totalDepoOfFinInst",
83
+ "selected": 1
84
+ },
85
+ {
86
+ "name": "地方金融机构贷款余额(亿元)",
87
+ "value": "totalLoansOfFinInst",
88
+ "selected": 1
89
+ },
90
+ {
91
+ "name": "常住人口/户籍人口(万人)",
92
+ "value": "population",
93
+ "selected": 0
94
+ },
95
+ {
96
+ "name": "城镇住户人均可支配收入(万元)",
97
+ "value": "pcdiOfUrbanHouseholds",
98
+ "selected": 0
99
+ },
100
+ {
101
+ "name": "农村居民人均可支配收入(万元)",
102
+ "value": "pcdiOfRuralHouseholds",
103
+ "selected": 0
104
+ },
105
+ {
106
+ "name": "城镇化率(%)",
107
+ "value": "urbanizationRate",
108
+ "selected": 0
109
+ }
110
+ ]
111
+ }