Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cxsfjx_project_echarts
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
cxsfjx_project_echarts
Commits
fa742fd0
提交
fa742fd0
authored
11月 17, 2021
作者:
Your Name
浏览文件
操作
浏览文件
下载
差异文件
fix(合并www分支): 数据替换
上级
0482053e
b9bb354d
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
11 行增加
和
12 行删除
+11
-12
head.vue
src/layout/head.vue
+2
-3
index.vue
src/views/dataCenter/ConctructSystem/index.vue
+2
-2
index.vue
src/views/dataCenter/innovation/index.vue
+2
-2
index.vue
src/views/dataCenter/innovation/model/Munitions/index.vue
+4
-4
index.vue
src/views/dataCenter/innovation/model/Outline/index.vue
+1
-1
没有找到文件。
src/layout/head.vue
浏览文件 @
fa742fd0
...
...
@@ -38,9 +38,8 @@
<el-row
v-if=
"curRouteHistoy.length > 0"
class=
"proceed-record"
>
<el-col
class=
"nav-history"
:span=
"18"
>
<el-row
class=
"pointer"
@
click=
"$router.go(-1)"
align=
"middle"
>
<el-icon>
<ArrowLeftBold
/>
</el-icon>
返回
<el-icon><ArrowLeftBold
/></el-icon>
返回
<el-divider
direction=
"vertical"
></el-divider>
</el-row>
...
...
src/views/dataCenter/ConctructSystem/index.vue
浏览文件 @
fa742fd0
...
...
@@ -114,11 +114,11 @@ export default defineComponent({
});
</
script
>
<
style
lang=
"scss"
scoped
>
::v-deep
.el-progress__text
{
::v-deep
.
Progress
.
el-progress__text
{
position
:
relative
;
top
:
-20px
;
left
:
65px
;
font-size
:
20px
!
important
;
font-size
:
18px
;
color
:
#4198ff
;
}
.card-item
{
...
...
src/views/dataCenter/innovation/index.vue
浏览文件 @
fa742fd0
...
...
@@ -88,7 +88,7 @@ const xAxisCity = [
"丽水"
,
];
const
cityData
=
{
value
:
[
225
,
160
,
170
,
140
,
145
,
75
,
125
,
100
,
70
,
40
,
60
],
value
:
[
75
,
37
,
4
,
17
,
8
,
10
,
1
,
1
,
0
,
0
,
2
],
};
/**
* 军民协同创新
...
...
@@ -109,7 +109,7 @@ export default defineComponent({
data
()
{
return
{
countryEcharts
:
null
,
shu
:
"
206
"
,
shu
:
"
155
"
,
TargetBars
:
null
,
};
},
...
...
src/views/dataCenter/innovation/model/Munitions/index.vue
浏览文件 @
fa742fd0
...
...
@@ -45,7 +45,7 @@ const xAxisCity = [
"丽水"
,
];
const
cityData
=
{
value
:
[
404
,
404
,
400
,
400
,
400
,
400
,
400
,
400
,
400
,
400
,
400
],
value
:
[
79.83
,
9.08
,
3.4
,
11.8
,
5.17
,
13.95
,
4.52
,
1.58
,
0.18
,
3.69
,
1.82
],
};
/**
...
...
@@ -60,7 +60,7 @@ export default defineComponent({
data
()
{
return
{
countryEcharts
:
null
,
shu
:
434
,
shu
:
135.03
,
enterprises
:
null
,
cards
:
[
{
...
...
@@ -109,7 +109,7 @@ export default defineComponent({
html
+=
`<div class="munition-echart ">
<span class=" title color_1">
${
params
[
0
].
axisValue
}
市</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>
`
;
...
...
@@ -126,7 +126,7 @@ export default defineComponent({
},
yAxis
:
{
type
:
"value"
,
name
:
"
金额(亿元
)"
,
name
:
"
数量(次
)"
,
min
:
0
,
max
:
500
,
},
...
...
src/views/dataCenter/innovation/model/Outline/index.vue
浏览文件 @
fa742fd0
...
...
@@ -18,7 +18,7 @@ import { defineComponent } from "vue";
import
MapTitle
from
"@/components/mapTitle/index.vue"
;
import
*
as
echarts
from
"echarts"
;
const
SeriesData
=
[
25
,
27
,
18
,
22
,
28
,
24
,
19
,
20
,
21
,
22
,
19
];
const
SeriesData
=
[
19
,
13.5
,
6.5
,
12.5
,
15.5
,
14
,
6.5
,
10.5
,
8
,
4
,
6
];
const
xAxisValue
=
[
"杭州"
,
"宁波"
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论