forked from floraachy/xiuos_IoT
fix bug:hide save btn when show Detail on PLC page
This commit is contained in:
parent
c897843f65
commit
293ee8bb37
|
@ -362,7 +362,7 @@
|
||||||
class="dialog_btn"
|
class="dialog_btn"
|
||||||
@click="lastStep"
|
@click="lastStep"
|
||||||
>上一步</el-button>
|
>上一步</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 ? '保存' : '下一步'
|
active === 2 ? '保存' : '下一步'
|
||||||
}}</el-button>
|
}}</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
Loading…
Reference in New Issue