😎整理同步行政区划相关代码
This commit is contained in:
parent
591f7ebd8c
commit
b144402e35
@ -46,7 +46,7 @@
|
||||
<PackageReference Include="SSH.NET" Version="2024.2.0" />
|
||||
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.5.1" />
|
||||
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
||||
<PackageReference Include="TencentCloudSDK.Sms" Version="3.0.1141" />
|
||||
<PackageReference Include="TencentCloudSDK.Sms" Version="3.0.1142" />
|
||||
<PackageReference Include="UAParser" Version="3.1.47" />
|
||||
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
|
||||
</ItemGroup>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "admin.net.pro",
|
||||
"type": "module",
|
||||
"version": "2.4.33",
|
||||
"lastBuildTime": "2024.12.15",
|
||||
"lastBuildTime": "2024.12.16",
|
||||
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
|
||||
"author": "zuohuaijun",
|
||||
"license": "MIT",
|
||||
@ -74,7 +74,7 @@
|
||||
"vue-router": "^4.5.0",
|
||||
"vue-signature-pad": "^3.0.2",
|
||||
"vue3-tree-org": "^4.2.2",
|
||||
"vxe-pc-ui": "^4.3.32",
|
||||
"vxe-pc-ui": "^4.3.34",
|
||||
"vxe-table": "^4.8.10",
|
||||
"vxe-table-plugin-element": "^4.0.4",
|
||||
"vxe-table-plugin-export-xlsx": "^4.0.7",
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu>
|
||||
<el-dropdown-item command="amap" icon="ele-Promotion">同步高德地图</el-dropdown-item>
|
||||
<el-dropdown-item command="tianDiTu" divided icon="ele-MostlyCloudy">同步天地图</el-dropdown-item>
|
||||
<el-dropdown-item command="tdt" divided icon="ele-MostlyCloudy">同步天地图</el-dropdown-item>
|
||||
<el-dropdown-item command="mca" divided icon="ele-MapLocation">同步国家地名信息库</el-dropdown-item>
|
||||
<el-dropdown-item command="mzb" divided icon="ele-Location">同步民政部行政区划</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
@ -246,7 +246,7 @@ const handleCommand = (command: string) => {
|
||||
if (command === 'amap') {
|
||||
state.title = '同步高德地图';
|
||||
syncGdParamRef.value?.openDialog();
|
||||
} else if (command === 'tianDiTu') {
|
||||
} else if (command === 'tdt') {
|
||||
state.title = '同步天地图行政区划';
|
||||
syncTdtParamRef.value?.openDialog();
|
||||
} else if (command === 'mca') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user