mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 01:46:45 +08:00
Merge remote-tracking branch 'yx/250207-growth-prod-master-zp' into dev0731
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<div class="nav-left" @click="returnclick">
|
<div class="nav-left" @click="returnclick">
|
||||||
<el-icon color="#fff" size="20"><ArrowLeft /></el-icon>
|
<el-icon color="#fff" size="20"><ArrowLeft /></el-icon>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-title">专业力必修</div>
|
<div class="nav-title">{{ data.growthName }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tabs">
|
<div class="tabs">
|
||||||
<div
|
<div
|
||||||
@@ -65,6 +65,7 @@
|
|||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
:style="stageProcessList.length ? '' : 'height:400px'"
|
:style="stageProcessList.length ? '' : 'height:400px'"
|
||||||
>
|
>
|
||||||
|
<template v-if="stageProcessList && stageProcessList.length">
|
||||||
<div
|
<div
|
||||||
@click="toFinish(item)"
|
@click="toFinish(item)"
|
||||||
:id="item.id"
|
:id="item.id"
|
||||||
@@ -123,7 +124,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<template v-if="stageProcessList && stageProcessList.length"> </template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<el-empty description="暂无数据" />
|
<el-empty description="暂无数据" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<div class="nav-left" @click="returnclick">
|
<div class="nav-left" @click="returnclick">
|
||||||
<el-icon color="#fff" size="20"><ArrowLeft /></el-icon>
|
<el-icon color="#fff" size="20"><ArrowLeft /></el-icon>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-title">{{ growthInfo.growthName }}</div>
|
<div class="nav-title">{{ data.growthName }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tabs">
|
<div class="tabs">
|
||||||
<div
|
<div
|
||||||
@@ -60,6 +60,7 @@
|
|||||||
<!-- <img class="icon" src="@/assets/image/growth/list.png" /> -->
|
<!-- <img class="icon" src="@/assets/image/growth/list.png" /> -->
|
||||||
<img class="icon" @click="toPath" src="@/assets/image/growth/list.png" />
|
<img class="icon" @click="toPath" src="@/assets/image/growth/list.png" />
|
||||||
</div>
|
</div>
|
||||||
|
<template v-if="stageProcessList && stageProcessList.length">
|
||||||
<div class="container" v-loading="loading">
|
<div class="container" v-loading="loading">
|
||||||
<div :style="{ transform: 'scale(' + transformSize + ')' }">
|
<div :style="{ transform: 'scale(' + transformSize + ')' }">
|
||||||
<template v-if="growthInfo.template == 2">
|
<template v-if="growthInfo.template == 2">
|
||||||
@@ -162,15 +163,19 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<GrowthPath2 @toFinish="toFinish" :stageProcessList="stageProcessList"></GrowthPath2>
|
<GrowthPath2
|
||||||
|
@toFinish="toFinish"
|
||||||
|
:stageProcessList="stageProcessList"
|
||||||
|
></GrowthPath2>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<template v-if="stageProcessList && stageProcessList.length"> </template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
<div class="container" style="background-image: none">
|
||||||
<el-empty description="暂无数据" />
|
<el-empty description="暂无数据" />
|
||||||
</template>
|
|
||||||
</div>
|
</div>
|
||||||
|
</template>
|
||||||
<!-- 开课列表弹框 -->
|
<!-- 开课列表弹框 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
top="120px"
|
top="120px"
|
||||||
|
|||||||
Reference in New Issue
Block a user