fix bug:hide save btn when show Detail on PLC page

This commit is contained in:
龚祖望 2022-10-11 14:01:31 +08:00
parent c897843f65
commit 293ee8bb37
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@
class="dialog_btn"
@click="lastStep"
>上一步</el-button>
<el-button class="dialog_btn primary" @click="nextStep">{{
<el-button v-if="!(active ===2 && !add)" class="dialog_btn primary" @click="nextStep">{{
active === 2 ? '保存' : '下一步'
}}</el-button>
</el-row>