修复postgresql下的行政区划导入

This commit is contained in:
648540858
2024-09-18 11:09:40 +08:00
parent 550b90b157
commit 0c642f3b58
4 changed files with 67 additions and 26 deletions

View File

@@ -40,8 +40,6 @@
</el-select>
</div>
<el-button icon="el-icon-refresh-right" circle size="mini" @click="refresh()"></el-button>
<el-button v-if="showTree" icon="iconfont icon-list" circle size="mini" @click="switchList()"></el-button>
<el-button v-if="!showTree" icon="iconfont icon-tree" circle size="mini" @click="switchTree()"></el-button>
</div>
</div>
<devicePlayer ref="devicePlayer"></devicePlayer>