|
@@ -7,8 +7,8 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="courseTop" v-else :style="`justify-content: ${isN==1?'flex-end':'space-between'};`">
|
|
|
- <div class="stepsNav" v-if="isN !=1 && !gotype && back!=1">
|
|
|
- <el-breadcrumb v-if="!gotype" separator-class="el-icon-arrow-right">
|
|
|
+ <div class="stepsNav" v-if="isN !=1 && !gotype">
|
|
|
+ <el-breadcrumb v-if="!gotype && back!=1" separator-class="el-icon-arrow-right">
|
|
|
<el-breadcrumb-item :to="{
|
|
|
path:
|
|
|
'/testPerson?userid=' +
|