提交 4e62ec4b 编写于 作者: guangjun.yang's avatar guangjun.yang

修改一个小bug

上级 52f4501e
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
default: "" default: ""
}, },
projectId: { projectId: {
type: String, type: String | Number,
default: "1" default: "1"
}, },
inScope: { inScope: {
......
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
:subject="project.subject" :subject="project.subject"
/> />
<!-- 步骤条 --> <!-- 步骤条 -->
<CmeStep ref="cmeStepRef" <div ref="cmeStepRef">
<CmeStep
:currentProgress="project.currentProgress" :currentProgress="project.currentProgress"
:studyProgress="project.studyProgress" :studyProgress="project.studyProgress"
:credit="project.credit" :credit="project.credit"
...@@ -43,6 +44,7 @@ ...@@ -43,6 +44,7 @@
:certificateId="project.certificateId" :certificateId="project.certificateId"
@applicationCredit="applicationCredit" @applicationCredit="applicationCredit"
/> />
</div>
<!-- 简介和目录 --> <!-- 简介和目录 -->
<div class="intro-catalogue-container"> <div class="intro-catalogue-container">
<div id="content-title" class="title" :class="{'fixed-title-1': (fixedFlag && !isWeb), 'fixed-title-2': (fixedFlag && isWeb)}"> <div id="content-title" class="title" :class="{'fixed-title-1': (fixedFlag && !isWeb), 'fixed-title-2': (fixedFlag && isWeb)}">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册