Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-cooperation-cme
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-cooperation-cme
提交
29114405
提交
29114405
编写于
1月 08, 2020
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
下载证书修改
上级
91a17f05
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
18 行增加
和
10 行删除
+18
-10
basic-info.vue
src/components/cme/basic-info.vue
+2
-2
cme-step.vue
src/components/cme/cme-step.vue
+5
-1
item-intro.vue
src/components/cme/item-intro.vue
+2
-2
item-leader.vue
src/components/cme/item-leader.vue
+2
-2
merge-detail.vue
src/views/merge-detail.vue
+7
-3
未找到文件。
src/components/cme/basic-info.vue
浏览文件 @
29114405
...
...
@@ -46,11 +46,11 @@ export default {
default
:
""
}
,
startDate
:
{
type
:
String
,
type
:
Number
,
default
:
""
}
,
endDate
:
{
type
:
String
,
type
:
Number
,
default
:
""
}
,
organName
:
{
...
...
src/components/cme/cme-step.vue
浏览文件 @
29114405
...
...
@@ -69,6 +69,10 @@ export default {
type
:
String
,
default
:
""
},
certificateId
:
{
type
:
String
,
default
:
""
},
projectId
:
{
type
:
String
,
default
:
"1"
...
...
@@ -118,7 +122,7 @@ export default {
_this
.
step3
=
true
;
_this
.
step4
=
false
;
_this
.
progressText
=
"审核失败"
;
}
else
if
(
n
==
5
)
{
// 申请成功
}
else
if
(
n
==
5
||
n
==
6
)
{
// 申请成功
_this
.
step1
=
false
;
_this
.
step2
=
false
;
_this
.
step3
=
false
;
...
...
src/components/cme/item-intro.vue
浏览文件 @
29114405
...
...
@@ -3,8 +3,8 @@
<div
class=
"basic-title"
>
项目介绍
</div>
<div
class=
"content"
>
<div
class=
"text"
>
{{
textContent
}}
</div>
<div
class=
"desc"
@
click=
"allText"
>
<span
v-if=
"textContent.length > 76"
>
{{
btnText
}}
</span>
<div
v-if=
"textContent.length > 76"
class=
"desc"
@
click=
"allText"
>
<span>
{{
btnText
}}
</span>
<img
v-if=
"!allTextFlag"
src=
"../../images/down.png"
/>
<img
v-if=
"allTextFlag"
src=
"../../images/up.png"
/>
</div>
...
...
src/components/cme/item-leader.vue
浏览文件 @
29114405
...
...
@@ -11,8 +11,8 @@
</div>
<div
class=
"content"
>
<div
class=
"text"
>
{{
leaderText
}}
</div>
<div
class=
"desc"
@
click=
"allText"
>
<span
v-if=
"leaderText.length > 76"
>
{{
btnText
}}
</span>
<div
v-if=
"leaderText.length > 76"
class=
"desc"
@
click=
"allText"
>
<span>
{{
btnText
}}
</span>
<img
v-if=
"!allTextFlag"
src=
"../../images/down.png"
/>
<img
v-if=
"allTextFlag"
src=
"../../images/up.png"
/>
</div>
...
...
src/views/merge-detail.vue
浏览文件 @
29114405
...
...
@@ -40,6 +40,7 @@
:certificateUrl=
"project.certificateUrl"
:inScope=
"project.inScope"
:projectId=
"projectId"
:certificateId=
"project.certificateId"
@
applicationCredit=
"applicationCredit"
/>
<!-- 简介和目录 -->
...
...
@@ -139,8 +140,8 @@ export default {
level
:
""
,
// 项目等级
scope
:
""
,
// 申请范围
remind
:
""
,
// 在不在范围提醒
startDate
:
""
,
// 开始时间
endDate
:
""
,
// 结束时间
startDate
:
0
,
// 开始时间
endDate
:
0
,
// 结束时间
organName
:
""
,
// 发起机构
projectName
:
""
,
// 项目名称
projectNo
:
""
,
// 项目编号
...
...
@@ -153,7 +154,8 @@ export default {
status
:
0
,
// 项目状态 1是参加中 5是进行中 10是已结束
certificateUrl
:
""
,
// 证书url
inScope
:
0
,
// 是否在范围内判断
projectCredit
:
""
// 学分
projectCredit
:
""
,
// 学分
certificateId
:
"0"
},
projectLeader
:
{},
doctorList
:
[],
...
...
@@ -406,6 +408,8 @@ export default {
if
(
_this
.
project
.
projectIntro
)
{
_this
.
textContent
=
_this
.
project
.
projectIntro
.
length
>
76
?
_this
.
project
.
projectIntro
.
slice
(
0
,
76
)
+
"..."
:
this
.
project
.
projectIntro
;
}
_this
.
project
.
mustKnow
=
_this
.
project
.
mustKnow
.
replace
(
/
\n
/g
,
"<br>"
)
;
_this
.
projectLeader
=
res
.
data
.
projectLeader
||
{};
if
(
_this
.
projectLeader
.
info
)
{
_this
.
leaderText
=
_this
.
projectLeader
.
info
.
length
>
76
?
_this
.
projectLeader
.
info
.
slice
(
0
,
76
)
+
"..."
:
this
.
projectLeader
.
info
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录