Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cxsfjx_project_echarts
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
cxsfjx_project_echarts
Commits
6cc6e692
提交
6cc6e692
authored
11月 18, 2021
作者:
Your Name
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix(创新示范): 2021年第三季度数据更正
上级
19dc00e5
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
22 行增加
和
12 行删除
+22
-12
head.vue
src/layout/head.vue
+10
-1
mock.js
src/views/dataCenter/innovation/mock.js
+3
-2
index.vue
src/views/dataCenter/innovation/model/Munitions/index.vue
+1
-1
mock.js
.../dataCenter/innovation/model/ScientificInvestment/mock.js
+8
-8
没有找到文件。
src/layout/head.vue
浏览文件 @
6cc6e692
...
...
@@ -76,13 +76,15 @@
<!-- 年度 -->
<el-col
class=
"year-items"
>
<div
class=
"years"
align=
"middle"
>
<div
class=
"years"
align=
"middle"
>
<span
v-for=
"(item, index) in years"
:key=
"item.label"
:class=
"
{
active: index === curYearIndex,
disabed: index === 0
}"
@click="yearHandle(item.value, index)"
>
{{
item
.
label
}}
</span
>
...
...
@@ -163,6 +165,8 @@ export default defineComponent({
},
methods
:
{
yearHandle
(
value
:
String
,
index
:
number
)
{
if
(
index
===
0
)
return
;
this
.
$store
.
commit
(
"SET_CUR_DATA_TYPE"
,
value
);
this
.
curYearIndex
=
index
;
},
...
...
@@ -330,5 +334,10 @@ export default defineComponent({
color
:
#4198ff
;
}
}
.disabed
{
// background:#f5f5f5 !important;
cursor
:
not
-
allowed
!
important
;
color
:
#ccc
!
important
;
}
}
</
style
>
src/views/dataCenter/innovation/mock.js
浏览文件 @
6cc6e692
...
...
@@ -7,10 +7,11 @@ export default {
}]
},
"typeTwo"
:
{
count
:
0
,
count
:
155
,
cityData
:
[{
value
:
[],
value
:
[
75
,
37
,
4
,
17
,
8
,
10
,
1
,
1
,
0
,
0
,
2
],
}]
},
"typeThree"
:
{
...
...
src/views/dataCenter/innovation/model/Munitions/index.vue
浏览文件 @
6cc6e692
...
...
@@ -65,7 +65,7 @@ export default defineComponent({
watch
:
{
seriesData
()
{
this
.
enterprises
.
showLoading
();
this
.
enterprises
.
setOption
(
this
.
optionCity
);
this
.
enterprises
.
setOption
(
this
.
optionCity
,
true
);
this
.
enterprises
.
hideLoading
();
},
},
...
...
src/views/dataCenter/innovation/model/ScientificInvestment/mock.js
浏览文件 @
6cc6e692
...
...
@@ -35,32 +35,32 @@ export default {
"typeTwo"
:
{
cardItems
:
[{
label
:
"联合科研攻关投入金额"
,
value
:
0
value
:
136.85
},
{
label
:
"联合科研攻关投入金额增长率"
,
value
:
0
,
value
:
"74%"
,
},
],
seriesData
:
[{
label
:
"数字军工(网络、人工智能)"
,
value
:
0
value
:
100.51
},
{
label
:
"海洋"
,
value
:
0
value
:
6.46
},
{
label
:
"太空"
,
value
:
0
value
:
9.65
},
{
label
:
"生物"
,
value
:
0
value
:
6.23
},
{
label
:
"核电"
,
value
:
0
value
:
13.6
},
]
},
...
...
@@ -72,7 +72,7 @@ export default {
},
{
label
:
"联合科研攻关投入金额增长率"
,
value
:
0
,
value
:
"10%"
,
},
],
seriesData
:
[{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论