Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-learning-report
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-learning-report
提交
6590d2f6
提交
6590d2f6
编写于
12月 29, 2021
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
for test
上级
ef4ec7c0
变更
19
隐藏空白字符变更
内嵌
并排
正在显示
19 个修改的文件
包含
19 行增加
和
25 行删除
+19
-25
chart-column-horizontal-tc-long.vue
...ents/bussiness/charts/chart-column-horizontal-tc-long.vue
+1
-1
chart-column-horizontal-tc.vue
...omponents/bussiness/charts/chart-column-horizontal-tc.vue
+1
-1
chart-column-vertical-score.vue
...mponents/bussiness/charts/chart-column-vertical-score.vue
+1
-1
chart-column-vertical-tc.vue
src/components/bussiness/charts/chart-column-vertical-tc.vue
+1
-1
chart-column-vertical-times.vue
...mponents/bussiness/charts/chart-column-vertical-times.vue
+1
-1
chart-column-vertical.vue
src/components/bussiness/charts/chart-column-vertical.vue
+1
-1
chart-pie-edu.vue
src/components/bussiness/charts/chart-pie-edu.vue
+1
-1
chart-pie-title.vue
src/components/bussiness/charts/chart-pie-title.vue
+1
-1
common-header-new.vue
src/components/common/common-header-new.vue
+1
-1
common-header.vue
src/components/common/common-header.vue
+1
-1
common-swiper-item.vue
src/components/common/common-swiper-item.vue
+1
-1
pica-area.vue
src/components/common/pica-area.vue
+1
-7
pica-process.vue
src/components/common/pica-process.vue
+1
-1
examscore.vue
src/views/examscore.vue
+1
-1
examtimes.vue
src/views/examtimes.vue
+1
-1
klgpoint.vue
src/views/klgpoint.vue
+1
-1
prolist.vue
src/views/prolist.vue
+1
-1
rankdays.vue
src/views/rankdays.vue
+1
-1
rankedu.vue
src/views/rankedu.vue
+1
-1
未找到文件。
src/components/bussiness/charts/chart-column-horizontal-tc-long.vue
浏览文件 @
6590d2f6
...
...
@@ -70,7 +70,7 @@ export default {
series1Data
=
this
.
dataList
.
map
((
item
)
=>
{
return
((
item
.
afterRate
||
0
)
*
100
).
toFixed
(
1
);
});
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
const
clientWidth
=
window
.
outerWidth
||
document
.
body
.
clientWidth
||
...
...
src/components/bussiness/charts/chart-column-horizontal-tc.vue
浏览文件 @
6590d2f6
...
...
@@ -76,7 +76,7 @@ export default {
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
const
clientWidth
=
window
.
outerWidth
||
document
.
body
.
clientWidth
||
...
...
src/components/bussiness/charts/chart-column-vertical-score.vue
浏览文件 @
6590d2f6
...
...
@@ -149,7 +149,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
const
clientWidth
=
window
.
outerWidth
||
document
.
body
.
clientWidth
||
...
...
src/components/bussiness/charts/chart-column-vertical-tc.vue
浏览文件 @
6590d2f6
...
...
@@ -74,7 +74,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
const
clientWidth
=
window
.
outerWidth
||
document
.
body
.
clientWidth
||
...
...
src/components/bussiness/charts/chart-column-vertical-times.vue
浏览文件 @
6590d2f6
...
...
@@ -160,7 +160,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
const
clientWidth
=
window
.
outerWidth
||
document
.
body
.
clientWidth
||
...
...
src/components/bussiness/charts/chart-column-vertical.vue
浏览文件 @
6590d2f6
...
...
@@ -123,7 +123,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
const
clientWidth
=
window
.
outerWidth
||
document
.
body
.
clientWidth
||
...
...
src/components/bussiness/charts/chart-pie-edu.vue
浏览文件 @
6590d2f6
...
...
@@ -65,7 +65,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
vm
=
this
;
}
},
...
...
src/components/bussiness/charts/chart-pie-title.vue
浏览文件 @
6590d2f6
...
...
@@ -73,7 +73,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
vm
=
this
;
}
},
...
...
src/components/common/common-header-new.vue
浏览文件 @
6590d2f6
...
...
@@ -128,7 +128,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
this
.
isWeb
=
this
.
$rocNative
.
isWeb
;
}
},
...
...
src/components/common/common-header.vue
浏览文件 @
6590d2f6
...
...
@@ -128,7 +128,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
this
.
isWeb
=
this
.
$rocNative
.
isWeb
;
}
},
...
...
src/components/common/common-swiper-item.vue
浏览文件 @
6590d2f6
...
...
@@ -186,7 +186,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
this
.
isAndroid
=
this
.
$rocNative
.
isAndroid
;
}
},
...
...
src/components/common/pica-area.vue
浏览文件 @
6590d2f6
...
...
@@ -258,12 +258,6 @@ export default {
this
.
value
.
provinceId
=
newVal
[
0
].
id
;
this
.
queryParams
.
regionId
=
newVal
[
0
].
id
;
this
.
value
.
provinceName
=
newVal
[
0
].
label
;
// this.areaList.provinceList = newVal;
// this.areaList.provinceList[0].selected = true;
// this.value.provinceName = this.areaList.provinceList[0].label;
// this.value.areaDegree = this.areaList.provinceList[0].degree;
// 包含所在机构
if
(
newVal
[
0
].
containHospitalFlag
==
1
)
{
// this.value.provinceName = newVal[1].label;
...
...
@@ -278,7 +272,7 @@ export default {
},
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
if
(
this
.
$route
&&
this
.
$route
.
query
)
{
const
cQuery
=
this
.
$route
.
query
;
this
.
queryParams
.
projectId
=
cQuery
.
projectId
||
''
;
...
...
src/components/common/pica-process.vue
浏览文件 @
6590d2f6
...
...
@@ -52,7 +52,7 @@ export default {
watch
:
{
processDataObj
:
{
handler
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
const
clientWidth
=
window
.
outerWidth
||
document
.
body
.
clientWidth
||
...
...
src/views/examscore.vue
浏览文件 @
6590d2f6
...
...
@@ -84,7 +84,7 @@ export default {
}),
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
if
(
this
.
$route
&&
this
.
$route
.
query
)
{
const
cQuery
=
this
.
$route
.
query
;
this
.
queryGDParams
.
projectId
=
cQuery
.
projectId
||
''
;
...
...
src/views/examtimes.vue
浏览文件 @
6590d2f6
...
...
@@ -67,7 +67,7 @@ export default {
}),
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
if
(
this
.
$route
&&
this
.
$route
.
query
)
{
const
cQuery
=
this
.
$route
.
query
;
const
hospitalIdList
=
cQuery
.
hospitalIdList
||
''
;
...
...
src/views/klgpoint.vue
浏览文件 @
6590d2f6
...
...
@@ -60,7 +60,7 @@ export default {
}),
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
if
(
this
.
$route
&&
this
.
$route
.
query
)
{
const
cQuery
=
this
.
$route
.
query
;
const
hospitalIdList
=
cQuery
.
hospitalIdList
||
''
;
...
...
src/views/prolist.vue
浏览文件 @
6590d2f6
...
...
@@ -39,7 +39,7 @@ export default {
};
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
var
_this
=
this
;
if
(
this
.
$rocNative
.
isWeb
)
{
cookies
.
set
(
'conslToken'
,
_this
.
token
);
...
...
src/views/rankdays.vue
浏览文件 @
6590d2f6
...
...
@@ -60,7 +60,7 @@ export default {
}),
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
const
cQuery
=
this
.
$route
.
query
;
const
hospitalIdList
=
cQuery
.
hospitalIdList
||
''
;
this
.
queryGDParams
.
projectId
=
cQuery
.
projectId
||
''
;
...
...
src/views/rankedu.vue
浏览文件 @
6590d2f6
...
...
@@ -82,7 +82,7 @@ export default {
}),
},
created
()
{
if
(
process
.
client
)
{
if
(
this
.
$rocNative
.
isWeb
)
{
if
(
this
.
$route
&&
this
.
$route
.
query
)
{
const
cQuery
=
this
.
$route
.
query
;
const
hospitalIdList
=
cQuery
.
hospitalIdList
||
''
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录