|
@@ -25,7 +25,6 @@
|
|
|
<lengend-edit v-if='editTable.length>=0' :loading='loading1' ref='editLen' @saveNum='saveNum' @cance='cance' :editText='editText'></lengend-edit>
|
|
|
</div>
|
|
|
</el-collapse-transition>
|
|
|
- <edit-list></edit-list>
|
|
|
</div>
|
|
|
<div class='edit_map'>
|
|
|
<el-tooltip class='item' effect='dark' content='编辑平面图' placement='left'>
|
|
@@ -35,12 +34,12 @@
|
|
|
</el-tooltip>
|
|
|
|
|
|
<div class='hover-div'>
|
|
|
- <span class='icon1' @click='legendClik'>
|
|
|
- <a-icon type='form' />
|
|
|
+ <span @click='legendClik'>
|
|
|
+ <img src='@/assets/imgs/bjbg.png' alt />
|
|
|
</span>
|
|
|
<el-tooltip class='item' effect='dark' content='编辑图例' placement='left'>
|
|
|
- <span class='icon2' @click='editTl'>
|
|
|
- <a-icon type='form' />
|
|
|
+ <span @click='editTl'>
|
|
|
+ <img src='@/assets/imgs/bjtl.png' alt />
|
|
|
</span>
|
|
|
</el-tooltip>
|
|
|
</div>
|
|
@@ -49,7 +48,6 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import editList from '@/components/edit.vue'
|
|
|
import lengendView from '@/components/viewLengend'
|
|
|
import Remarks from '@/components/legendremarks'
|
|
|
import lengendEdit from '@/components/editLengend'
|
|
@@ -70,7 +68,7 @@ export default {
|
|
|
loading: false,
|
|
|
loading1: false,
|
|
|
viewTable: [],
|
|
|
- editTable: [],
|
|
|
+ editTable: [{}],
|
|
|
tbData1: [],
|
|
|
tbData2: [],
|
|
|
tbData3: [],
|
|
@@ -78,12 +76,13 @@ export default {
|
|
|
editText: ''
|
|
|
}
|
|
|
},
|
|
|
- components: { editList, lengendView, Remarks, lengendEdit },
|
|
|
+ components: { lengendView, Remarks, lengendEdit },
|
|
|
methods: {
|
|
|
testClick(data) {},
|
|
|
legendClik() {
|
|
|
this.$refs.EditdMarks.showModal()
|
|
|
},
|
|
|
+ dump() {},
|
|
|
editChange(val) {
|
|
|
this.editText = val
|
|
|
},
|
|
@@ -176,7 +175,6 @@ export default {
|
|
|
.edit_map {
|
|
|
position: fixed;
|
|
|
bottom: 28px;
|
|
|
- right: 28px;
|
|
|
z-index: 1;
|
|
|
.edit-icon {
|
|
|
width: 48px;
|
|
@@ -192,7 +190,6 @@ export default {
|
|
|
.hover-div {
|
|
|
position: absolute;
|
|
|
bottom: 58px;
|
|
|
- right: 28px;
|
|
|
.icon1 {
|
|
|
width: 40px;
|
|
|
height: 40px;
|