Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cxsfjx_project_echarts
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
cxsfjx_project_echarts
Commits
9ee0d069
提交
9ee0d069
authored
10月 26, 2021
作者:
ww1xhqc
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix(创新示范): 数据修改
上级
50c91ce7
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
47 行增加
和
43 行删除
+47
-43
index.vue
src/views/dataCenter/army/index.vue
+1
-1
index.vue
src/views/dataCenter/army/model/Munitions/index.vue
+8
-6
index.vue
src/views/dataCenter/army/model/Person/index.vue
+9
-7
index.vue
src/views/dataCenter/industrial/index.vue
+5
-5
index.vue
...iews/dataCenter/industrial/model/BusinessIncome/index.vue
+3
-3
index.vue
src/views/dataCenter/industrial/model/TargetBar/index.vue
+2
-2
index.vue
src/views/dataCenter/map/index.vue
+1
-1
industrial.vue
src/views/dataCenter/map/model/CardList/industrial.vue
+4
-4
strongArmy.vue
src/views/dataCenter/map/model/CardList/strongArmy.vue
+1
-1
index.vue
src/views/dataCenter/map/model/Income/index.vue
+10
-10
index.vue
src/views/dataCenter/map/model/InvestmentProgress/index.vue
+3
-3
没有找到文件。
src/views/dataCenter/army/index.vue
浏览文件 @
9ee0d069
...
...
@@ -52,7 +52,7 @@ export default defineComponent({
data
()
{
return
{
industryCardItems
:
[
{
label
:
"国防科技工业产值总量"
,
value
:
"
202
"
},
{
label
:
"国防科技工业产值总量"
,
value
:
"
1113.4
"
},
{
label
:
"国防科技工业产值总量增长率"
,
value
:
"19"
,
...
...
src/views/dataCenter/army/model/Munitions/index.vue
浏览文件 @
9ee0d069
<
template
>
<MapTitle
text=
"承担军
需
品情况"
/>
<MapTitle
text=
"承担军品情况"
/>
<el-row>
<el-col
:span=
"8"
>
...
...
@@ -22,8 +22,8 @@ import { Aim } from "@element-plus/icons";
// 国家增长率
const
seriesCountryData
=
[
{
value
:
[
820
,
832
,
90
1
],
rate
:
[
60
,
70
,
75
,],
value
:
[
107.32
,
157.51
,
172.1
1
],
rate
:
[
""
,
42.17
,
21.19
,],
},
];
const
xAxisCountry
=
[
"2018"
,
"2019"
,
"2020"
,
"2021"
,
"2022"
,];
...
...
@@ -35,11 +35,11 @@ const xAxisCity = [
"杭州"
,
"宁波"
,
"温州"
,
"
胡洲
"
,
"
湖州
"
,
"嘉兴"
,
"绍兴"
,
"金华"
,
"
衡
州"
,
"
衢
州"
,
"舟山"
,
"台州"
,
"丽水"
,
...
...
@@ -94,7 +94,7 @@ export default defineComponent({
type
:
"line"
,
stack
:
"Total"
,
itemStyle
:
{
color
:
"#
4198ff
"
,
color
:
"#
fac858
"
,
},
yAxisIndex
:
1
,
emphasis
:
{
...
...
@@ -146,6 +146,8 @@ export default defineComponent({
{
type
:
"value"
,
name
:
"收入(亿元)"
,
min
:
0
,
max
:
200
,
},
{
type
:
"value"
,
...
...
src/views/dataCenter/army/model/Person/index.vue
浏览文件 @
9ee0d069
...
...
@@ -4,12 +4,12 @@
<div
class=
"card-items"
>
<div
class=
"item"
>
<span>
入伍总人数
</span>
<div
class=
"value-des"
><span>
50
0
</span>
人
</div>
<div
class=
"value-des"
><span>
147
0
</span>
人
</div>
</div>
<div
class=
"item"
>
<span>
入伍总比列
</span>
<div
class=
"value-des"
><span>
5%
</span></div>
<div
class=
"value-des"
><span>
0.
5%
</span></div>
</div>
</div>
...
...
@@ -24,18 +24,18 @@ import MapTitle from "@/components/mapTitle/index.vue";
import
*
as
echarts
from
"echarts"
;
const
seriesData
=
{
value
:
[
30
,
50
,
80
,
60
,
89
,
58
,
75
,
85
,
62
,
28
,
25
],
rate
:
[
0.
1
,
0.5
,
0.2
,
0.3
,
0.8
,
0.6
,
0.85
,
0.12
,
0.6
,
0.3
,
0.6
],
value
:
[
595
,
173
,
128
,
74
,
84
,
47
,
142
,
39
,
49
,
100
,
39
],
rate
:
[
0.
5
,
0.4
,
0.5
,
1
,
0.5
,
0.2
,
0.6
,
0.9
,
0.8
,
1
,
0.6
],
};
const
xAxisCity
=
[
"杭州"
,
"宁波"
,
"温州"
,
"
胡洲
"
,
"
湖州
"
,
"嘉兴"
,
"绍兴"
,
"金华"
,
"
衡
州"
,
"
衢
州"
,
"舟山"
,
"台州"
,
"丽水"
,
...
...
@@ -110,7 +110,7 @@ export default defineComponent({
html
+=
`<div class="person-echart ">
<span class=" title color_1">
${
params
[
0
].
data
.
label
}
</span>
<br />
<span class="text text-color_1">
${
params
[
0
].
data
.
value
}
</span>
亿元
<span class="text text-color_1">
${
params
[
0
].
data
.
value
}
</span>
人
</div>
<div class="person-echart">
<span class=" title color_2">
${
params
[
1
].
data
.
label
}
</span>
...
...
@@ -133,6 +133,8 @@ export default defineComponent({
{
type
:
"value"
,
name
:
"入伍人数"
,
min
:
0
,
max
:
700
,
},
{
type
:
"value"
,
...
...
src/views/dataCenter/industrial/index.vue
浏览文件 @
9ee0d069
...
...
@@ -8,7 +8,7 @@
<el-col
:span=
"12"
>
<IncomExtendLine
echartsId=
"incomExtend"
echartsTitle=
"
全省军民协同创新平台
情况"
echartsTitle=
"
规模以上企业参与军民融合产业活动
情况"
echartsDesText=
"主营业务收入趋势"
:cardItems=
"extendCardItems"
/>
...
...
@@ -59,14 +59,14 @@ export default defineComponent({
{
label
:
"国防科技工业产值总量"
,
value
:
"1113.4"
},
{
label
:
"国防科技工业产值总量增长率"
,
value
:
"
19
"
,
value
:
"
22.8
"
,
},
],
extendCardItems
:
[
{
label
:
"参与军民融合产业互动的规模以上企业主营收入"
,
value
:
"3545.5"
},
{
label
:
"参与军民融合产业互动的规模以上企业主营
业务
收入"
,
value
:
"3545.5"
},
{
label
:
"参与军民融合产业互动的规模以上企业主营收入增长率"
,
value
:
"
19
"
,
label
:
"参与军民融合产业互动的规模以上企业主营
业务
收入增长率"
,
value
:
"
31.5
"
,
},
],
};
...
...
src/views/dataCenter/industrial/model/BusinessIncome/index.vue
浏览文件 @
9ee0d069
<
template
>
<MapTitle
text=
"军民融合产业主营业务收入"
/>
<MapTitle
text=
"军民融合产业
各领域
主营业务收入"
/>
<el-row>
<el-col
:span=
"10"
>
...
...
@@ -37,9 +37,9 @@ import * as echarts from "echarts";
import
{
Aim
}
from
"@element-plus/icons"
;
const
PIE_LIST
=
[
{
label
:
"数字军工
(网络、人工智能)
领域"
,
value
:
932.66
},
{
label
:
"数字军工
(网络、人工智能)
领域"
,
value
:
932.66
},
{
label
:
"高端装备领域"
,
value
:
383.17
},
{
label
:
"核电
(新能源领域)
"
,
value
:
311.27
},
{
label
:
"核电
(新能源领域)
"
,
value
:
311.27
},
{
label
:
"生物安全领域"
,
value
:
267.96
},
{
label
:
"航空航天领域"
,
value
:
269.18
},
{
label
:
"船舶与海洋装备领域"
,
value
:
84.22
},
...
...
src/views/dataCenter/industrial/model/TargetBar/index.vue
浏览文件 @
9ee0d069
...
...
@@ -39,11 +39,11 @@ const xAxisValue = [
"杭州"
,
"宁波"
,
"温州"
,
"
胡洲
"
,
"
湖州
"
,
"嘉兴"
,
"绍兴"
,
"金华"
,
"
衡
州"
,
"
衢
州"
,
"舟山"
,
"台州"
,
"丽水"
,
...
...
src/views/dataCenter/map/index.vue
浏览文件 @
9ee0d069
...
...
@@ -58,7 +58,7 @@ export default defineComponent({
data
()
{
return
{
list
:
[
{
label
:
"领跑产品"
,
value
:
"20"
,
unit
:
"个"
},
{
label
:
"领跑产品
(技术)
"
,
value
:
"20"
,
unit
:
"个"
},
{
label
:
"军地协同创新平台"
,
value
:
"20"
,
unit
:
"个"
},
{
label
:
"新兴领域研发经费"
,
value
:
"20"
,
unit
:
"亿元"
},
],
...
...
src/views/dataCenter/map/model/CardList/industrial.vue
浏览文件 @
9ee0d069
...
...
@@ -21,14 +21,14 @@
<div
class=
"item-row"
>
<span
class=
"font-size14 color-666"
>
增长率
</span>
<el-col
class=
"font-size20 color-pramiry"
>
3
0
%
</el-col>
<el-col
class=
"font-size20 color-pramiry"
>
3
1.5
%
</el-col>
</div>
<div
class=
"item-row"
>
<span
class=
"font-size14 color-666"
>
主营业务收入
</span>
<el-col
class=
"font-size20 color-pramiry"
>
3
0
<span
class=
"font-size12 color-999"
>
亿元
</span>
>
3
545.5
<span
class=
"font-size12 color-999"
>
亿元
</span>
</el-col>
</div>
</el-row>
...
...
@@ -45,14 +45,14 @@
<div
class=
"item-row"
>
<span
class=
"font-size14 color-666"
>
增长率
</span>
<el-col
class=
"font-size20 color-pramiry"
>
30
%
</el-col>
<el-col
class=
"font-size20 color-pramiry"
>
22.8
%
</el-col>
</div>
<div
class=
"item-row"
>
<span
class=
"font-size14 color-666"
>
产值
</span>
<el-col
class=
"font-size20 color-pramiry"
>
30
<span
class=
"font-size12 color-999"
>
亿元
</span>
>
1113.4
<span
class=
"font-size12 color-999"
>
亿元
</span>
</el-col>
</div>
</el-row>
...
...
src/views/dataCenter/map/model/CardList/strongArmy.vue
浏览文件 @
9ee0d069
...
...
@@ -57,7 +57,7 @@
<el-row
class=
"item-bg"
>
<el-col
class=
"padding0-8 font-size14 color-666"
>
民口单位军
需
品收入
</el-col
>
民口单位军品收入
</el-col
>
<el-col
class=
"padding0-8"
>
<span
class=
"font-size20 color-pramiry"
>
30
</span>
...
...
src/views/dataCenter/map/model/Income/index.vue
浏览文件 @
9ee0d069
...
...
@@ -10,8 +10,8 @@ import { defineComponent } from "vue";
import
MapTitle
from
"@/components/mapTitle/index.vue"
;
import
*
as
echarts
from
"echarts"
;
enum
Echart_color_Enum
{
level_1
=
"#
4198ff
"
,
level_2
=
"#4
f5d81
"
,
level_1
=
"#
fac858
"
,
level_2
=
"#4
198ff
"
,
}
const
seriesData
=
[
...
...
@@ -19,15 +19,15 @@ const seriesData = [
name
:
"国防科工军品收入"
,
type
:
"level_1"
,
echartType
:
"bar"
,
growthRate
:
[
80
,
85
,
95
,
65
,
85
,
70
,
85
],
barValue
:
[
1
820
,
1332
,
2045
,
1852
],
growthRate
:
[
""
,
42.17
,
21.19
],
barValue
:
[
1
07.32
,
157.51
,
172.11
],
},
{
name
:
"民口单位军品收入"
,
type
:
"level_2"
,
echartType
:
"bar"
,
barValue
:
[
1232
,
1264
,
2661
,
1616
],
growthRate
:
[
50
,
60
,
70
,
80
,
80
,
60
,
85
],
barValue
:
[
71.93
,
117.94
,
139.15
],
growthRate
:
[
""
,
60
,
80
],
},
];
...
...
@@ -98,7 +98,7 @@ export default defineComponent({
html
+=
`<div class="tooltip-income">
<span class="title">
${
item
.
seriesName
}
</span>
<div class="row-item">
<div>金额 <p><span class="
${
data
.
class
}
">
${
data
.
value
}
</span>
万
元</p></div>
<div>金额 <p><span class="
${
data
.
class
}
">
${
data
.
value
}
</span>
亿
元</p></div>
<div>增长率 <p><span class="
${
data
.
class
}
">
${
data
.
rate
}
%</span></p></div>
</div>
</div>`
;
...
...
@@ -119,9 +119,9 @@ export default defineComponent({
yAxis
:
[
{
type
:
"value"
,
name
:
"
万
元"
,
min
:
100
0
,
max
:
50
00
,
name
:
"
亿
元"
,
min
:
0
,
max
:
2
00
,
},
{
type
:
"value"
,
...
...
src/views/dataCenter/map/model/InvestmentProgress/index.vue
浏览文件 @
9ee0d069
<
template
>
<MapTitle
text=
'各市"千百十"项目投资金额及进度情况
(截至第二季度)
'
/>
<MapTitle
text=
'各市"千百十"项目投资金额及进度情况'
/>
<div
id=
"InvestmentProgress"
class=
"investment-progress"
></div>
</
template
>
<
script
lang=
"ts"
>
...
...
@@ -24,11 +24,11 @@ const xAxisValue = [
"杭州"
,
"宁波"
,
"温州"
,
"
胡洲
"
,
"
湖州
"
,
"嘉兴"
,
"绍兴"
,
"金华"
,
"
衡
州"
,
"
衢
州"
,
"舟山"
,
"台州"
,
"丽水"
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论