Merge remote-tracking branch 'yx/250207-growth-prod-master-zp' into dev0731

This commit is contained in:
joshen
2025-02-21 14:53:53 +08:00
2 changed files with 156 additions and 150 deletions

View File

@@ -4,7 +4,7 @@
<div class="nav-left" @click="returnclick">
<el-icon color="#fff" size="20"><ArrowLeft /></el-icon>
</div>
<div class="nav-title">专业力必修</div>
<div class="nav-title">{{ data.growthName }}</div>
</div>
<div class="tabs">
<div
@@ -65,6 +65,7 @@
v-loading="loading"
:style="stageProcessList.length ? '' : 'height:400px'"
>
<template v-if="stageProcessList && stageProcessList.length">
<div
@click="toFinish(item)"
:id="item.id"
@@ -123,7 +124,7 @@
</div>
</div>
</div>
<template v-if="stageProcessList && stageProcessList.length"> </template>
</template>
<template v-else>
<el-empty description="暂无数据" />
</template>

View File

@@ -4,7 +4,7 @@
<div class="nav-left" @click="returnclick">
<el-icon color="#fff" size="20"><ArrowLeft /></el-icon>
</div>
<div class="nav-title">{{ growthInfo.growthName }}</div>
<div class="nav-title">{{ data.growthName }}</div>
</div>
<div class="tabs">
<div
@@ -60,6 +60,7 @@
<!-- <img class="icon" src="@/assets/image/growth/list.png" /> -->
<img class="icon" @click="toPath" src="@/assets/image/growth/list.png" />
</div>
<template v-if="stageProcessList && stageProcessList.length">
<div class="container" v-loading="loading">
<div :style="{ transform: 'scale(' + transformSize + ')' }">
<template v-if="growthInfo.template == 2">
@@ -162,15 +163,19 @@
</div>
</template>
<template v-else>
<GrowthPath2 @toFinish="toFinish" :stageProcessList="stageProcessList"></GrowthPath2>
<GrowthPath2
@toFinish="toFinish"
:stageProcessList="stageProcessList"
></GrowthPath2>
</template>
</div>
<template v-if="stageProcessList && stageProcessList.length"> </template>
</div>
</template>
<template v-else>
<div class="container" style="background-image: none">
<el-empty description="暂无数据" />
</template>
</div>
</template>
<!-- 开课列表弹框 -->
<el-dialog
top="120px"