Bläddra i källkod

'业务空间平面图编辑业务空间改为查看业务空间详情'

zhangyu 4 år sedan
förälder
incheckning
cdee96ea8d
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/components/business_space/newGraphy/graphy.vue

+ 2 - 2
src/components/business_space/newGraphy/graphy.vue

@@ -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({