This commit is contained in:
liuye
2022-02-10 16:34:36 +08:00
parent cf4fa7623a
commit 71a82839d9
8 changed files with 67 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
<span class="label">网格选择</span>
<div class="grid-select__right" @click="toChoose">
<span>{{ form.girdName || '请选择' }}</span>
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
<u-icon name="arrow-right" color="#cccccc" size="26" style="margin-left:4px;"></u-icon>
</div>
</div>
<div class="map-content">
@@ -156,6 +156,7 @@ export default {
},
renderGridMap(paths, count = 0) {
console.log(paths)
let {map, lib: TMap, $refs: {AiTMap: {fitBounds}}} = this
if (TMap) {
const colors = ["#A194F4", "#7CBDF3", "#F3A57D", "#62D063", "#58DBDA", "#F7D151"]