= 职业规划推荐
This commit is contained in:
@@ -385,16 +385,8 @@ onMounted(() => {
|
|||||||
<!-- 内容区域 -->
|
<!-- 内容区域 -->
|
||||||
<scroll-view scroll-y class="content-scroll">
|
<scroll-view scroll-y class="content-scroll">
|
||||||
<CareerRecommend v-if="activeTab === 0"/>
|
<CareerRecommend v-if="activeTab === 0"/>
|
||||||
<CareerPath
|
<CareerPath v-else-if="activeTab === 1" />
|
||||||
v-else-if="activeTab === 1"
|
<SkillDevelopment v-else />
|
||||||
:current-job-name="currentJobName"
|
|
||||||
@path-data-updated="handlePathDataUpdated"
|
|
||||||
/>
|
|
||||||
<SkillDevelopment
|
|
||||||
v-else
|
|
||||||
:current-job-name="currentJobName"
|
|
||||||
@path-data-updated="handlePathDataUpdated"
|
|
||||||
/>
|
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user