|
@@ -1,21 +1,23 @@
|
|
|
<template>
|
|
|
<div id="graphy" ref="graphy" v-loading="canvasLoading">
|
|
|
- <div v-show="!FloorMap">
|
|
|
- <!-- 平面图其他分区 -->
|
|
|
- <!-- <div style="margin-right:10px;width: 100%;margin-bottom: 10px" v-if="showOtherFlag">
|
|
|
- <el-button type="primary" @click="addZoneBtn">添加分区</el-button>
|
|
|
- <el-select v-model="OtherValue" placeholder="请选择分区类型" @change="changeOtherZone">
|
|
|
- <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- </div> -->
|
|
|
+ <!-- <div v-show="!FloorMap">
|
|
|
<div
|
|
|
class="center"
|
|
|
style="height: 400px; padding-top: 182px; box-sizing: border-box;text-align: center; margin: 0 auto;"
|
|
|
>
|
|
|
<i class="icon-wushuju iconfont"></i>
|
|
|
- 暂无数据
|
|
|
+ 请选择建筑楼层
|
|
|
</div>
|
|
|
+ </div> -->
|
|
|
+ <div
|
|
|
+ class="middle_sty"
|
|
|
+ style="height: 91%; text-align: center"
|
|
|
+ v-show="!FloorMap"
|
|
|
+ >
|
|
|
+ <p>
|
|
|
+ <i class="icon-wushuju iconfont"></i>
|
|
|
+ 请选择建筑楼层
|
|
|
+ </p>
|
|
|
</div>
|
|
|
<div class="canvas-box" v-show="FloorMap">
|
|
|
<canvas
|