|
@@ -50,7 +50,7 @@
|
|
|
</el-dropdown>
|
|
|
<!-- 点击已经关联的业务空间 -->
|
|
|
<el-button type="primary" plain @click="refactorBSP" :disabled="zoneDisable" style="margin-left:10px;">重新划分业务空间</el-button>
|
|
|
- <el-button type="primary" @click="editeSpaceDetail" :disabled="zoneDisable">编辑空间详情</el-button>
|
|
|
+ <el-button type="primary" @click="editeSpaceDetail" :disabled="zoneDisable">查看空间详情</el-button>
|
|
|
<el-button type="primary" plain @click="confirmZoneSpace" :disabled="zoneDisable||(!zoneDisable&&!curZoneItem.isInfected)">确认业务空间
|
|
|
</el-button>
|
|
|
<el-button plain @click="cancelGraphy" v-show="!zoneDisable">取 消</el-button>
|
|
@@ -723,7 +723,7 @@ export default {
|
|
|
let query = {
|
|
|
RoomID: item.RoomID,
|
|
|
zone: this.tab.code,
|
|
|
- isMyTab: 1,
|
|
|
+ isMyTab: 2,
|
|
|
buildFloorSelectd: this.buildFloor
|
|
|
}
|
|
|
this.$router.push({
|