|
@@ -13,7 +13,7 @@
|
|
|
<el-step title="流程设计" @click.native="stepChick(3)" v-if="maxStep >= 3 && dataForm.webType === 3" />
|
|
|
<el-step title="拓展设置" @click.native="stepChick(dataForm.webType === 3 ? 4 : 3)" />
|
|
|
</el-steps>
|
|
|
- <el-button v-if="activeStep >= 2" type="primary" @click="openPrview">数据管理</el-button>
|
|
|
+ <el-button v-if="activeStep >= 2 && dataForm.id" type="primary" @click="openPrview">数据管理</el-button>
|
|
|
<div class="options">
|
|
|
<el-button @click="prve" :disabled="activeStep <= 0">{{ $t('common.prev') }}</el-button>
|
|
|
<el-button @click="next" :disabled="isShowNext || loading" :loading="btnLoading">{{ $t('common.next') }}</el-button>
|