Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
3cb4508a
提交
3cb4508a
编写于
7月 30, 2019
作者:
zhentian.jia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix bug
上级
979eeec0
变更
6
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
21 行增加
和
3 行删除
+21
-3
slidebar.vue
src/views/layout/slidebar.vue
+5
-0
export-download.vue
src/views/learning/export-download.vue
+3
-0
item-course-analysis.vue
src/views/learning/item-course-analysis.vue
+1
-0
item-crowd-analysis.vue
src/views/learning/item-crowd-analysis.vue
+7
-3
item-examination-analysis.vue
src/views/learning/item-examination-analysis.vue
+4
-0
item-part-in.vue
src/views/learning/item-part-in.vue
+1
-0
未找到文件。
src/views/layout/slidebar.vue
浏览文件 @
3cb4508a
...
...
@@ -133,6 +133,11 @@
title
:
'项目列表'
,
icon
:
'el-icon-document'
,
index
:
'report-list'
},
{
title
:
'导出下载'
,
icon
:
'el-icon-document'
,
index
:
'export-download'
}
]
},
...
...
src/views/learning/export-download.vue
浏览文件 @
3cb4508a
...
...
@@ -102,6 +102,9 @@ export default {
let
req
=
{
projectId
:
vm
.
projectId
};
if
(
req
.
projectId
==
null
)
{
req
.
projectId
=
''
;
}
vm
.
reportGET
(
"report/downLoad/getDownloadList"
,
req
).
then
(
res
=>
{
if
(
res
.
code
==
"000000"
)
{
vm
.
tableData
=
res
.
data
.
data
;
...
...
src/views/learning/item-course-analysis.vue
浏览文件 @
3cb4508a
...
...
@@ -207,6 +207,7 @@ export default {
.course-analysis-wrap
{
background
:
#fff
;
overflow
:
hidden
;
padding
:
10px
;
.weight
{
font-weight
:
bold
;
}
...
...
src/views/learning/item-crowd-analysis.vue
浏览文件 @
3cb4508a
...
...
@@ -163,9 +163,12 @@ export default {
let
educationList
=
this
.
crowdData
.
educationList
;
let
legendData
=
[];
let
seriesData
=
[];
let
colorData
=
[
"#FF9F7F"
,
"#FFDB5C"
,
"#E062AE"
,
"#37A2DA"
,
"#67E0E3"
];
for
(
let
i
=
0
;
i
<
educationList
.
length
;
i
++
)
{
legendData
[
i
]
=
educationList
[
i
].
name
;
let
colorData
=
[
"#FF9F7F"
,
"#FFDB5C"
,
"#E062AE"
,
"#37A2DA"
,
"#67E0E3"
,
"#8A2BE2"
,
"#8A2BE2"
];
// for (let i = 0; i
<
educationList
.
length
;
i
++
)
{
// legendData[i] = educationList[i].name;
// }
if
(
educationList
.
length
>
0
)
{
legendData
=
[
'博士后'
,
'博士'
,
'硕士'
,
'本科'
,
'大专'
,
'中专及以下'
,
'其他'
];
}
seriesData
=
educationList
;
let
option
=
operationData
.
getPicOption
(
...
...
@@ -225,6 +228,7 @@ export default {
.crowd-analysis-wrap
{
background
:
#fff
;
overflow
:
hidden
;
padding
:
10px
;
.header-title
{
padding
:
10px
12px
;
font-size
:
12px
;
...
...
src/views/learning/item-examination-analysis.vue
浏览文件 @
3cb4508a
...
...
@@ -203,6 +203,10 @@ export default {
.examination-analysis
{
background
:
#fff
;
overflow
:
hidden
;
padding
:
10px
;
.weight
{
font-weight
:
bold
;
}
.el-card
{
border-width
:
0px
;
}
...
...
src/views/learning/item-part-in.vue
浏览文件 @
3cb4508a
...
...
@@ -231,6 +231,7 @@ export default {
.part-in-wrap
{
background
:
#fff
;
overflow
:
hidden
;
// padding: 10px;
.el-card
{
border-width
:
0px
;
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录