|
@@ -28,8 +28,8 @@
|
|
<iframe v-if="step == 3" height="400px" width="100%" :src="iframeSrc2"></iframe>
|
|
<iframe v-if="step == 3" height="400px" width="100%" :src="iframeSrc2"></iframe>
|
|
</div>
|
|
</div>
|
|
<div v-show="step == 1" style="line-height: 50px;">
|
|
<div v-show="step == 1" style="line-height: 50px;">
|
|
- <el-button>编辑信息</el-button>
|
|
|
|
- <el-button type="danger" plain>删除该业务空间</el-button>
|
|
|
|
|
|
+ <el-button @click="step = 3">编辑信息</el-button>
|
|
|
|
+ <el-button type="danger" @click="delSpace" plain>删除该业务空间</el-button>
|
|
<el-dropdown style="margin-left: 10px;" :hide-on-click="false" @command="addMyEquip">
|
|
<el-dropdown style="margin-left: 10px;" :hide-on-click="false" @command="addMyEquip">
|
|
<span class="el-dropdown-link">
|
|
<span class="el-dropdown-link">
|
|
添加设备<i class="el-icon-arrow-down el-icon--right"></i>
|
|
添加设备<i class="el-icon-arrow-down el-icon--right"></i>
|