提交 89d2d0f2 编写于 作者: guangjun.yang's avatar guangjun.yang

I类学分项目

上级 d061102c
...@@ -30,6 +30,10 @@ export default { ...@@ -30,6 +30,10 @@ export default {
organizationId: { organizationId: {
type: String | Number, type: String | Number,
default: "" default: ""
},
cmeToken: {
type: String,
default: ""
} }
}, },
computed: { computed: {
......
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
}, },
cmeType: { cmeType: {
type: String | Number, type: String | Number,
default: 1 default: 2
} }
} }
}; };
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</article> </article>
<article class="page-content-list"> <article class="page-content-list">
<CommonTitle v-show="tabIndex === 2" title="I类学分项目" :isShowCert="false"></CommonTitle> <CommonTitle v-show="tabIndex === 2" title="I类学分项目" :isShowCert="false"></CommonTitle>
<ICardItem v-show="tabIndex === 2" :oneLevelUrl="oneLevelUrl" :provinceId="provinceId" :organizationId="organizationId"></ICardItem> <ICardItem v-show="tabIndex === 2" :oneLevelUrl="oneLevelUrl" :provinceId="provinceId" :organizationId="organizationId" :cmeToken="token"></ICardItem>
<CommonTitle v-show="isShow" title="II类学分项目" :isShowCert="false"></CommonTitle> <CommonTitle v-show="isShow" title="II类学分项目" :isShowCert="false"></CommonTitle>
<section v-if="tabIndex === 1"> <section v-if="tabIndex === 1">
<CoopListItem <CoopListItem
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册