修复postgresql下的行政区划导入
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -4,26 +4,13 @@
|
||||
<el-dialog title="通道共享" v-loading="loading" v-if="showDialog" top="2rem" width="80%" :close-on-click-modal="false" :visible.sync="showDialog" :destroy-on-close="true" @close="close()">
|
||||
<el-row>
|
||||
<el-col :span="24">
|
||||
<el-tabs v-model="catalogTabActiveName" >
|
||||
<el-tab-pane label="共享通道" name="addShare">
|
||||
<el-container>
|
||||
<el-main v-bind:style="{backgroundColor: '#FFF', maxHeight: winHeight + 'px'}">
|
||||
<shareChannelAdd ref="shareChannelAdd" :platformId="platformId"></shareChannelAdd>
|
||||
</el-main>
|
||||
</el-container>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="共享通道信息展示" name="showShare">
|
||||
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="共享通道信息自定义" name="customShare">
|
||||
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
|
||||
<el-container>
|
||||
<el-main v-bind:style="{backgroundColor: '#FFF', maxHeight: winHeight + 'px'}">
|
||||
<shareChannelAdd ref="shareChannelAdd" :platformId="platformId"></shareChannelAdd>
|
||||
</el-main>
|
||||
</el-container>
|
||||
</el-col>
|
||||
|
||||
</el-row>
|
||||
|
||||
</el-dialog>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user