处理图片 |
diff --git a/public/bigScreen/js/index.js b/public/bigScreen/js/index.js
index 1526a89b..5695b464 100644
--- a/public/bigScreen/js/index.js
+++ b/public/bigScreen/js/index.js
@@ -240,7 +240,7 @@ function getCaseClassData() {
}
});
}
-//今日图斑处理
+//今日线索处理
$.ajax({
type: "GET",
url: BASE_URL + "/api/DroneScreenDisplay/LoadDroneCaseDeal",
@@ -285,7 +285,7 @@ function getTodayCaseDeal() {
}
// target2.on("click", ".click_pop2", function(){
- // 今日图斑处理详情
+ // 今日线索处理详情
$(".click_pop2").click(function () {
$('.bgPop3,.pop3').show();
var IMAGE_BASE_URL = " http://60.213.14.14:6070";
@@ -786,16 +786,16 @@ function updateData() {
// 获取最新上报
getNewestReport();
- //获取今日图斑处理
+ //获取今日线索处理
getTodayCaseDeal();
//线索办理图表数据更新
getDealingAndCompleteData();
- //图斑线索统计表数据更新
+ //线索线索统计表数据更新
getVillageData();
- //图斑分类统计表数据更新
+ //线索分类统计表数据更新
getCaseClassData();
//本周图表数据更新
@@ -840,8 +840,8 @@ var scn_data = {
factoryHeader: [
{ "categories": "处理时间" },
// {"categories":"上报时间"},
- { "categories": "图斑类型" },
- { "categories": "图斑描述" },
+ { "categories": "线索类型" },
+ { "categories": "线索描述" },
{ "categories": "乡镇" },
{ "categories": "处理结果" }
],
@@ -1057,7 +1057,7 @@ function loadCompleteCaseCountCharts(plc) {
},
xAxis: {
type: 'category',
- data: ['图斑总数', '已处理数'],
+ data: ['线索总数', '已处理数'],
axisLine: {
show: true,
lineStyle: {
@@ -1167,7 +1167,7 @@ function loadCompleteCaseCountCharts(plc) {
}
loadCompleteCaseCountCharts(news_drow_dtu_num);
-//加载乡镇图斑线索统计表
+//加载乡镇线索线索统计表
var villageCharts = null;
function loadVillageData(online) {
let option = {
@@ -1222,7 +1222,7 @@ function loadVillageData(online) {
},
series: [
{
- name: '乡镇图斑数量',
+ name: '乡镇线索数量',
type: 'pictorialBar',
pictorialBar: '40%',
// symbol: 'path://M0,10 L10,10 L5,0 L0,10 z',
@@ -1273,7 +1273,7 @@ function loadVillageData(online) {
}
loadVillageData(news_online);
-//加载图斑分类统计
+//加载线索分类统计
var caseClassCharts = null;
function loadCaseClassCharts(industy) {
@@ -1296,7 +1296,7 @@ function loadCaseClassCharts(industy) {
calculable: true,
series: [
{
- name: '图斑分类统计',
+ name: '线索分类统计',
type: 'pie',
radius: ['35%', '55%'],
center: ['50%', '40%'],
diff --git a/public/bigScreen/js/map.js b/public/bigScreen/js/map.js
index 70695603..2e0a5822 100644
--- a/public/bigScreen/js/map.js
+++ b/public/bigScreen/js/map.js
@@ -73,7 +73,7 @@ $(function () {
// flyTo: true
// },
// {
- // name: "历史图斑",
+ // name: "历史线索",
// type: "wms",
// url: "http://175.27.168.120:8080/geoserver/feixian/wms",
// layers: "tanyizhen:anjianjilu",
diff --git a/public/bigScreen/js/middleMap.js b/public/bigScreen/js/middleMap.js
index 0cb962a5..10c15e8c 100644
--- a/public/bigScreen/js/middleMap.js
+++ b/public/bigScreen/js/middleMap.js
@@ -468,7 +468,7 @@ function loadNewestReportPoint() {
var townshipName = document.createElement("div");
townshipName.className = 'townshipName';
- var mytext = document.createTextNode("历史图斑:" + townships[t].historyCount);
+ var mytext = document.createTextNode("历史线索:" + townships[t].historyCount);
townshipName.appendChild(mytext);
@@ -490,7 +490,7 @@ function loadNewestReportPoint() {
var newestName = document.createElement("div");
newestName.className = 'newestName';
- var mytext = document.createTextNode("最新图斑:" + townships[t].newestCount);
+ var mytext = document.createTextNode("最新线索:" + townships[t].newestCount);
newestName.appendChild(mytext);
@@ -811,7 +811,7 @@ map.on('load', function () {
'fill-opacity': 1,
}
});
- // 历史图斑数量
+ // 历史线索数量
map.addLayer({
id: `historyCaseLayer`,
type: 'symbol',
@@ -820,7 +820,7 @@ map.on('load', function () {
layout: {
'icon-image': '',
visibility: 'none',
- 'text-field': '历史图斑:{count}',//此属性为需要显示的字段
+ 'text-field': '历史线索:{count}',//此属性为需要显示的字段
'text-size': 12,
'text-offset': [0, 1],
'text-allow-overlap': false, // 是否允许文本重叠(可选,默认值为 false。
@@ -835,7 +835,7 @@ map.on('load', function () {
'text-translate-anchor': 'map', // 文本的平移锚点,即相对的参考物(可选,可选值为 map、viewport,默认为 map)
},
})
- // 最新图斑数量
+ // 最新线索数量
map.addLayer({
id: `newCaseLayer`,
type: 'symbol',
@@ -844,7 +844,7 @@ map.on('load', function () {
layout: {
'icon-image': '',
visibility: 'none',
- 'text-field': '最新图斑:{newestCount}',//此属性为需要显示的字段
+ 'text-field': '最新线索:{newestCount}',//此属性为需要显示的字段
'text-size': 12,
'text-offset': [0, -1],
'text-allow-overlap': false, // 是否允许文本重叠(可选,默认值为 false。
@@ -1066,7 +1066,7 @@ map.on('load', function () {
// "icon-image": "cat"
// }
// });
- //历史图斑
+ //历史线索
function getPolygonCenter(pList) { //获取多边形中心点
var area = 0;
var x = 0;
@@ -1176,7 +1176,7 @@ map.on('load', function () {
return item.name == e.features[0].properties.XZQMC;
})
- var str = "乡镇名称:" + e.features[0].properties.XZQMC + " 图斑数量:" + townshipInfo[0].reportCount;
+ var str = "乡镇名称:" + e.features[0].properties.XZQMC + " 线索数量:" + townshipInfo[0].reportCount;
popup.setLngLat([e.lngLat.lng, e.lngLat.lat]).setHTML("" + str + " ").addTo(map);
});
@@ -1228,7 +1228,7 @@ map.on('load', function () {
let jrajs = townshipInfo[0].todayCount || ''
let lsajs = townshipInfo[0].historyCount || ''
- var str = "区域名称:" + e.features[0].properties.name + " 图斑数量:" + townshipInfo[0].reportCount;
+ var str = "区域名称:" + e.features[0].properties.name + " 线索数量:" + townshipInfo[0].reportCount;
popup.setLngLat([e.lngLat.lng, e.lngLat.lat]).setHTML("" + str + " ").addTo(map);
if (e.features.length > 0) {
diff --git a/src/api/degraining/index.ts b/src/api/degraining/index.ts
index d39b49af..c7fb4136 100644
--- a/src/api/degraining/index.ts
+++ b/src/api/degraining/index.ts
@@ -1,12 +1,12 @@
import { defHttp } from '@/utils/http/axios';
enum Api {
- // 非粮化 接收办理 和图斑调整
+ // 非粮化 接收办理 和线索调整
LoadCaiKuangTaskList = '/api/DroneCaseInfoFLH/LoadFLHTaskList',
// 添加收藏
AddCaiKuangTaskFavorite = '/api/DroneCaseInfoFLH/AddFLHTaskFavorite',
// 取消收藏
DeleteCaiKuangTaskCase = '/api/DroneCaseInfoFLH/DeleteFLHTaskCase',
- // 非粮化 图斑列表
+ // 非粮化 线索列表
LoadCaseInfoWpxfTuBanList = '/api/DroneCaseInfoFLH/LoadCaseInfoTuBanListV1',
// 非粮化 填报审核第一层
LoadReportCaseCount = '/api/DroneCaseInfoFLH/LoadTaskCountV1',
@@ -16,13 +16,13 @@ enum Api {
LoadReformCaseCount = '/api/DroneCaseInfoFLH/LoadTaskCountV1',
// 非粮化 整改审核第二层
LoadTaskIllegalDetailList = '/api/DroneCaseInfoFLH/LoadTaskIllegalDetailListV1',
- // 图斑详情
+ // 线索详情
GetCaseInfoById = '/api/DroneCaseInfoFLH/GetCaseInfoById',
- // 非粮化 图斑调整 更新图斑行政区划
+ // 非粮化 线索调整 更新线索行政区划
UpdateDroneCaseInfo = '/api/DroneCaseInfoFLH/UpdateDroneCaseInfo',
// 分割还原
CaseRecover = '/api/DroneCaseInfoFLH/CaseRecover',
- // 图斑分割
+ // 线索分割
CaseSplit = '/api/DroneCaseInfoFLH/CaseSplit',
}
export function LoadCaiKuangTaskList(params) {
diff --git a/src/api/demo/formScheme.ts b/src/api/demo/formScheme.ts
index b533531a..f2547603 100644
--- a/src/api/demo/formScheme.ts
+++ b/src/api/demo/formScheme.ts
@@ -77,9 +77,9 @@ enum Api {
AddTable = '/api/DbTable/AddTable',
// 创建字段
AddColumn = '/api/DbTable/AddColumn',
- // 图斑组件-图层列表
+ // 线索组件-图层列表
ShpLayerSourceLoadPage = '/api/ShpLayerSource/LoadPage',
- // 图斑组件-图层列表-图层选择后-查找字段名
+ // 线索组件-图层列表-图层选择后-查找字段名
GetTableAndViewColumnList = '/api/CodeTable/GetTableAndViewColumnList',
}
@@ -266,14 +266,14 @@ export function AddColumn(params) {
});
}
-// 图斑组件-图层列表
+// 线索组件-图层列表
export function ShpLayerSourceLoadPage() {
return defHttp.get({
url: Api.ShpLayerSourceLoadPage,
});
}
-// 图斑组件-图层列表-图层选择后-查找字段名
+// 线索组件-图层列表-图层选择后-查找字段名
export function GetTableAndViewColumnList(params) {
return defHttp.get({
url: Api.GetTableAndViewColumnList,
diff --git a/src/api/demo/model/formSchemeModel.ts b/src/api/demo/model/formSchemeModel.ts
index 09e760bf..3c1d8946 100644
--- a/src/api/demo/model/formSchemeModel.ts
+++ b/src/api/demo/model/formSchemeModel.ts
@@ -221,7 +221,7 @@ export type CodeTable_GetForms_Responses_Model = {
db_codecolumnsList: db_codecolumnsList_Model;
};
-// 图斑组件-图层列表
+// 线索组件-图层列表
export interface ShpLayerSourceLoadPage {
id: string;
name: string;
diff --git a/src/api/demo/query.ts b/src/api/demo/query.ts
index 75ceeed4..781ac2a9 100644
--- a/src/api/demo/query.ts
+++ b/src/api/demo/query.ts
@@ -14,9 +14,9 @@ enum Api {
// complete-导出
Get_ExportCaseInfoList = '/api/DroneCaseinfo/ExportCaseInfoList',
- // 图斑详情
+ // 线索详情
Get_getCaseInfo = '/api/DroneCaseinfo/GetCaseInfo',
- // 获取图斑处理流程
+ // 获取线索处理流程
Get_GetCaseFlowLog = '/api/DroneCaseinfo/GetCaseFlowLog',
// 处理详情
Get_GetDroneCaseDeal = '/api/DroneCaseinfo/GetDroneCaseDeal',
@@ -61,7 +61,7 @@ export function fun_ExportCaseInfoList(params) {
});
}
-// 图斑详情
+// 线索详情
export function fun_getCaseInfo(params) {
return defHttp.get({
url: Api.Get_getCaseInfo,
@@ -77,7 +77,7 @@ export function fun_GetCaseFlowLog(params) {
});
}
-// 获取图斑处理流程
+// 获取线索处理流程
export function fun_GetDroneCaseDeal(params) {
return defHttp.get({
url: Api.Get_GetDroneCaseDeal,
diff --git a/src/api/demo/system.ts b/src/api/demo/system.ts
index 12754e40..ea9c4f77 100644
--- a/src/api/demo/system.ts
+++ b/src/api/demo/system.ts
@@ -81,13 +81,13 @@ enum Api {
CaseOffence = '/api/DroneCaseInfoSingle/CaseOffence',
LoadCaseInfoListOffence = '/api/DroneCaseInfoSingle/LoadCaseInfoListOffence',
DealIllegalCaseInfo = '/api/DroneCaseInfoSingle/dealIllegalCaseInfo',
- // 修改图斑-获取图斑列表
+ // 修改线索-获取线索列表
LoadCaseInfoListForUpdate = '/api/DroneCaseInfoSingle/LoadCaseInfoListForUpdate',
- // 修改图斑-获取单个图斑信息
+ // 修改线索-获取单个线索信息
LoadCaseInfoById = '/api/DroneCaseInfoSingle/LoadCaseInfoById',
- // 修改图斑-修改图斑信息
+ // 修改线索-修改线索信息
UpdateCaseInfo = '/api/DroneCaseInfoSingle/UpdateCaseInfo',
- // 修改图斑-获取图斑历史信息
+ // 修改线索-获取线索历史信息
LoadCaseHistoryInfoList = '/api/DroneCaseInfoSingle/LoadCaseHistoryInfoList',
// 成果管理-图层管理
// geo服务增加
diff --git a/src/api/illegalmining/index.ts b/src/api/illegalmining/index.ts
index 80709161..679c0a46 100644
--- a/src/api/illegalmining/index.ts
+++ b/src/api/illegalmining/index.ts
@@ -6,7 +6,7 @@ enum Api {
AddCaiKuangTaskFavorite = '/api/DroneCaseInfoSatellite/AddCaiKuangTaskFavorite',
// 取消收藏
DeleteCaiKuangTaskCase = '/api/DroneCaseInfoSatellite/DeleteCaiKuangTaskCase',
- // 非法采矿图斑列表
+ // 非法采矿线索列表
LoadCaseInfoWpxfTuBanList = '/api/DroneCaseInfoSatellite/LoadCaseInfoWpxfTuBanList',
// 非法采矿填报审核第一层
LoadReportCaseCount = '/api/DroneCaseInfoSatellite/LoadReportCaseCount',
@@ -16,40 +16,40 @@ enum Api {
LoadReformCaseCount = '/api/DroneCaseInfoSatellite/LoadReformCaseCount',
// 非法采矿整改审核第二层
LoadTaskIllegalDetailList = '/api/DroneCaseInfoSatellite/LoadTaskIllegalDetailList',
- // 图斑详情
+ // 线索详情
GetCaseInfoById = '/api/DroneCaseInfoSatellite/GetCaseInfoById',
/****************************************************************************************************************************/
- // 图斑填报
+ // 线索填报
LoadReportingTaskList = '/api/DroneCaseInfoMinerals/LoadReportingTaskList',
// 填报审核
LoadReportingAuditTaskList = '/api/DroneCaseInfoMinerals/LoadReportingAuditTaskList',
- // 图斑查处
+ // 线索查处
LoadExaminingTaskList = '/api/DroneCaseInfoMinerals/LoadExaminingTaskList',
// 查处审核
LoadExaminingAuditTaskList = '/api/DroneCaseInfoMinerals/LoadExaminingAuditTaskList',
- // 图斑整改
+ // 线索整改
LoadRectifyingTaskList = '/api/DroneCaseInfoMinerals/LoadRectifyingTaskList',
// 整改审核
LoadRectifyingAuditTaskList = '/api/DroneCaseInfoMinerals/LoadRectifyingAuditTaskList',
- // 图斑调整
+ // 线索调整
LoadModifyingTaskList = '/api/DroneCaseInfoMinerals/LoadModifyingTaskList',
- // 图斑收藏
+ // 线索收藏
AddTaskFavorite = '/api/DroneCaseInfoMinerals/AddTaskFavorite',
// 取消收藏
CancelTaskFavorite = '/api/DroneCaseInfoMinerals/CancelTaskFavorite',
- // 获取图斑信息统计数据
+ // 获取线索信息统计数据
LoadDroneCaseInfoCount = '/api/DroneCaseInfoMinerals/LoadModifyingTaskList',
- // 分页获取图斑信息列表
+ // 分页获取线索信息列表
LoadDroneCaseInfoDetail = '/api/DroneCaseInfoMinerals/LoadTasklList',
// 恢复还原
RecoverCase = '/api/DroneCaseInfoMinerals/CaseRecover',
- // 获取图斑详情
+ // 获取线索详情
mineralsGetCaseInfoById = '/api/DroneCaseInfoMinerals/GetCaseInfoById',
- // 分割图斑
+ // 分割线索
SplitCase = '/api/DroneCaseInfoMinerals/CaseSplit',
- // 更新图斑行政区划
+ // 更新线索行政区划
UpdateDroneCaseInfo = '/api/DroneCaseInfoMinerals/UpdateDroneCaseInfo',
// 判读-待审核列表
MainLoadCaseInfoLists = '/api/DroneCaseInfoMinerals/LoadCaseInfoCheckTuBanList',
diff --git a/src/api/inspectionaudit/index.ts b/src/api/inspectionaudit/index.ts
index 6eb1a058..31be2968 100644
--- a/src/api/inspectionaudit/index.ts
+++ b/src/api/inspectionaudit/index.ts
@@ -4,20 +4,20 @@ import { defHttp } from '@/utils/http/axios';
enum Api {
// 获取待办任务统计数据
LoadTaskCount = '/api/DroneCaseInfoXcsj/LoadTaskCount',
- // 获取图斑信息统计数据
+ // 获取线索信息统计数据
LoadDroneCaseInfoCount = '/api/DroneCaseInfoXcsj/LoadDroneCaseInfoCount',
- // 分页获取图斑信息列表
+ // 分页获取线索信息列表
LoadDroneCaseInfoDetail = '/api/DroneCaseInfoXcsj/LoadTasklList',
// 分页获取任务信息列表
LoadTaskDetailList = '/api/DroneCaseInfoXcsj/LoadTaskDetailList',
- // 收藏图斑
+ // 收藏线索
AddCaseFavorite = '/api/DroneCaseInfoXcsj/AddCaseFavorite',
- // 获取收藏图斑列表
+ // 获取收藏线索列表
FavoriteCaseList = '/api/DroneCaseinfo/FavoriteCaseList',
DeleteFavoriteCase = '/api/DroneCaseInfoXcsj/DeleteFavoriteCase',
- // 获取图斑详情
+ // 获取线索详情
GetCaseInfoById = '/api/DroneCaseInfoXcsj/GetCaseInfoById',
- // 更新图斑行政区划
+ // 更新线索行政区划
UpdateDroneCaseInfo = '/api/DroneCaseInfoXcsj/UpdateDroneCaseInfo',
// 督办流程
Supervise = '/api/WFProcess/Supervise',
@@ -31,15 +31,15 @@ enum Api {
loadStreet = '/api/DroneCaseInfoXcsj/loadStreet',
// 违法处理,待办任务列表
LoadTaskIllegalDetailList = '/api/DroneCaseInfoXcsj/LoadTaskIllegalDetailList',
- // 分割图斑
+ // 分割线索
SplitCase = '/api/DroneCaseInfoXcsj/CaseSplit',
// 恢复还原
RecoverCase = '/api/DroneCaseInfoXcsj/CaseRecover',
- // 获取图斑中心点
+ // 获取线索中心点
GetPolygonCenter = '/api/DroneCaseInfoXcsj/GetCenterPoints',
// 获取用户访问机构权限
GetUserOrgs = '/api/Check/GetOrgs',
- // 大屏下发图斑统计
+ // 大屏下发线索统计
IssuedStatitical = "/api/DroneScreenDisplay/CaseOffenceXiaFa",
// 大屏核实新增统计
VerifyStatitical = "/api/DroneScreenDisplay/CaseOffenceCheckAdd",
@@ -47,7 +47,7 @@ enum Api {
RectificationStatitical = "/api/DroneScreenDisplay/CaseOffenceModifyRemain",
// 获取案件图片坐标、方位角信息
LoadCaseImgList = "/api/DroneCaseInfoXcsj/LoadCaseImgList",
- // 图斑列表
+ // 线索列表
LoadCaseInfoTuBanList = '/api/DroneCaseInfoXcsj/LoadCaseInfoTuBanList',
CaseOffence = '/api/DroneCaseInfoXcsj/CaseOffence',
LoadCaseInfoListOffence = '/api/DroneCaseInfoXcsj/LoadCaseInfoListOffence',
diff --git a/src/api/keyproblem/keyissuesI/index.ts b/src/api/keyproblem/keyissuesI/index.ts
index a8d47a63..b5076d0d 100644
--- a/src/api/keyproblem/keyissuesI/index.ts
+++ b/src/api/keyproblem/keyissuesI/index.ts
@@ -4,20 +4,20 @@ import { defHttp } from '@/utils/http/axios';
enum Api {
// 获取待办任务统计数据
LoadTaskCount = '/api/DroneCaseInfoZdwt1/LoadTaskCount',
- // 获取图斑信息统计数据
+ // 获取线索信息统计数据
LoadDroneCaseInfoCount = '/api/DroneCaseInfoZdwt1/LoadDroneCaseInfoCount',
- // 分页获取图斑信息列表
+ // 分页获取线索信息列表
LoadDroneCaseInfoDetail = '/api/DroneCaseInfoZdwt1/LoadTasklList',
// 分页获取任务信息列表
LoadTaskDetailList = '/api/DroneCaseInfoZdwt1/LoadTaskDetailList',
- // 收藏图斑
+ // 收藏线索
AddCaseFavorite = '/api/DroneCaseInfoZdwt1/AddCaseFavorite',
- // // 获取收藏图斑列表
+ // // 获取收藏线索列表
// FavoriteCaseList = '/api/DroneCaseinfo/FavoriteCaseList',
DeleteFavoriteCase = '/api/DroneCaseInfoZdwt1/DeleteFavoriteCase',
- // 获取图斑详情
+ // 获取线索详情
GetCaseInfoById = '/api/DroneCaseInfoZdwt1/GetCaseInfoById',
- // 更新图斑行政区划
+ // 更新线索行政区划
UpdateDroneCaseInfo = '/api/DroneCaseInfoZdwt1/UpdateDroneCaseInfo',
// // 督办流程
// Supervise = '/api/WFProcess/Supervise',
@@ -31,15 +31,15 @@ enum Api {
loadStreet = '/api/DroneCaseInfoZdwt1/loadStreet',
// 违法处理,待办任务列表
LoadTaskIllegalDetailList = '/api/DroneCaseInfoZdwt1/LoadTaskIllegalDetailList',
- // 分割图斑
+ // 分割线索
SplitCase = '/api/DroneCaseInfoZdwt1/CaseSplit',
// 恢复还原
RecoverCase = '/api/DroneCaseInfoZdwt1/CaseRecover',
- // 获取图斑中心点
+ // 获取线索中心点
GetPolygonCenter = '/api/DroneCaseInfoZdwt1/GetCenterPoints',
// 获取用户访问机构权限
// GetUserOrgs = '/api/Check/GetOrgs',
- // // 大屏下发图斑统计
+ // // 大屏下发线索统计
// IssuedStatitical = "/api/DroneScreenDisplay/CaseOffenceXiaFa",
// // 大屏核实新增统计
// VerifyStatitical = "/api/DroneScreenDisplay/CaseOffenceCheckAdd",
@@ -47,7 +47,7 @@ enum Api {
// RectificationStatitical = "/api/DroneScreenDisplay/CaseOffenceModifyRemain",
// 获取案件图片坐标、方位角信息
LoadCaseImgList = "/api/DroneCaseInfoZdwt1/LoadCaseImgList",
- // 图斑列表
+ // 线索列表
LoadCaseInfoTuBanList = '/api/DroneCaseInfoZdwt1/LoadCaseInfoTuBanList',
CaseOffence = '/api/DroneCaseInfoZdwt1/CaseOffence',
LoadCaseInfoListOffence = '/api/DroneCaseInfoZdwt1/LoadCaseInfoListOffence',
diff --git a/src/api/keyproblem/keyissuesII/index.ts b/src/api/keyproblem/keyissuesII/index.ts
index 1c9eca9a..dbf1a572 100644
--- a/src/api/keyproblem/keyissuesII/index.ts
+++ b/src/api/keyproblem/keyissuesII/index.ts
@@ -4,20 +4,20 @@ import { defHttp } from '@/utils/http/axios';
enum Api {
// 获取待办任务统计数据
LoadTaskCount = '/api/DroneCaseInfoZdwt2/LoadTaskCount',
- // 获取图斑信息统计数据
+ // 获取线索信息统计数据
LoadDroneCaseInfoCount = '/api/DroneCaseInfoZdwt2/LoadDroneCaseInfoCount',
- // 分页获取图斑信息列表
+ // 分页获取线索信息列表
LoadDroneCaseInfoDetail = '/api/DroneCaseInfoZdwt2/LoadTasklList',
// 分页获取任务信息列表
LoadTaskDetailList = '/api/DroneCaseInfoZdwt2/LoadTaskDetailList',
- // 收藏图斑
+ // 收藏线索
AddCaseFavorite = '/api/DroneCaseInfoZdwt2/AddCaseFavorite',
- // // 获取收藏图斑列表
+ // // 获取收藏线索列表
// FavoriteCaseList = '/api/DroneCaseinfo/FavoriteCaseList',
DeleteFavoriteCase = '/api/DroneCaseInfoZdwt2/DeleteFavoriteCase',
- // 获取图斑详情
+ // 获取线索详情
GetCaseInfoById = '/api/DroneCaseInfoZdwt2/GetCaseInfoById',
- // 更新图斑行政区划
+ // 更新线索行政区划
UpdateDroneCaseInfo = '/api/DroneCaseInfoZdwt2/UpdateDroneCaseInfo',
// // 督办流程
// Supervise = '/api/WFProcess/Supervise',
@@ -31,15 +31,15 @@ enum Api {
loadStreet = '/api/DroneCaseInfoZdwt2/loadStreet',
// 违法处理,待办任务列表
LoadTaskIllegalDetailList = '/api/DroneCaseInfoZdwt2/LoadTaskIllegalDetailList',
- // 分割图斑
+ // 分割线索
SplitCase = '/api/DroneCaseInfoZdwt2/CaseSplit',
// 恢复还原
RecoverCase = '/api/DroneCaseInfoZdwt2/CaseRecover',
- // 获取图斑中心点
+ // 获取线索中心点
GetPolygonCenter = '/api/DroneCaseInfoZdwt2/GetCenterPoints',
// 获取用户访问机构权限
// GetUserOrgs = '/api/Check/GetOrgs',
- // // 大屏下发图斑统计
+ // // 大屏下发线索统计
// IssuedStatitical = "/api/DroneScreenDisplay/CaseOffenceXiaFa",
// // 大屏核实新增统计
// VerifyStatitical = "/api/DroneScreenDisplay/CaseOffenceCheckAdd",
@@ -47,7 +47,7 @@ enum Api {
// RectificationStatitical = "/api/DroneScreenDisplay/CaseOffenceModifyRemain",
// 获取案件图片坐标、方位角信息
LoadCaseImgList = "/api/DroneCaseInfoZdwt2/LoadCaseImgList",
- // 图斑列表
+ // 线索列表
LoadCaseInfoTuBanList = '/api/DroneCaseInfoZdwt2/LoadCaseInfoTuBanList',
CaseOffence = '/api/DroneCaseInfoZdwt2/CaseOffence',
LoadCaseInfoListOffence = '/api/DroneCaseInfoZdwt2/LoadCaseInfoListOffence',
diff --git a/src/api/monitor/index.ts b/src/api/monitor/index.ts
index b26ad173..e9ec96b1 100644
--- a/src/api/monitor/index.ts
+++ b/src/api/monitor/index.ts
@@ -11,25 +11,25 @@ import {
} from './model/index';
enum Api {
- // 获取图斑详情步骤条
+ // 获取线索详情步骤条
GetCaseFlowLog = '/api/DroneCaseinfo/GetCaseFlowLog',
- // 获取图斑处理详情
+ // 获取线索处理详情
GetDroneCaseDeal = '/api/DroneCaseinfo/GetDroneCaseDeal',
- // 获取图斑详情
+ // 获取线索详情
GetCaseInfo = '/api/DroneCaseinfo/GetCaseInfo',
- // 图斑列表
+ // 线索列表
// LoadCaseInfoList = '/api/DroneCaseinfo/LoadCaseInfoList',
LoadCaseInfoList = '/api/DroneCaseInfoSingle/LoadCaseInfoList',
- // 导出图斑
+ // 导出线索
ExportCaseInfo = "/api/DroneCaseInfoSingle/DroneCaseInfoExport",
- // 图斑统计列表
+ // 线索统计列表
// 获取GeoJson图层
GetDroneGeoJson = '/api/DroneCaseinfo/GetDroneGeoJson',
- // 上报图斑(图斑判读保存)
+ // 上报线索(线索判读保存)
AddDroneCaseInfo = '/api/DroneCaseinfo/AddDroneCaseInfo',
- // 图斑判读
+ // 线索判读
UpdateDroneCaseInfoIntact = '/api/DroneCaseinfo/UpdateDroneCaseInfoIntact',
- // 关闭图斑
+ // 关闭线索
CloseDroneCaseInfo = '/api/DroneCaseinfo/CloseDroneCaseInfo',
// 上传图片任务列表
PicListTask = '/api/DroneShpImageexif/ListTask',
diff --git a/src/api/redlinesupervision/index.ts b/src/api/redlinesupervision/index.ts
index f8a56964..28ac89a2 100644
--- a/src/api/redlinesupervision/index.ts
+++ b/src/api/redlinesupervision/index.ts
@@ -4,20 +4,20 @@ import { defHttp } from '@/utils/http/axios';
enum Api {
// 获取待办任务统计数据
LoadTaskCount = '/api/DroneCaseInfoSTHX/LoadTaskCount',
- // 获取图斑信息统计数据
+ // 获取线索信息统计数据
LoadDroneCaseInfoCount = '/api/DroneCaseInfoZdwt1/LoadDroneCaseInfoCount',
- // 分页获取图斑信息列表
+ // 分页获取线索信息列表
LoadDroneCaseInfoDetail = '/api/DroneCaseInfoSTHX/LoadTasklList',
// 分页获取任务信息列表
LoadTaskDetailList = '/api/DroneCaseInfoSTHX/LoadTaskDetailList',
- // 收藏图斑
+ // 收藏线索
AddCaseFavorite = '/api/DroneCaseInfoZdwt1/AddCaseFavorite',
- // // 获取收藏图斑列表
+ // // 获取收藏线索列表
// FavoriteCaseList = '/api/DroneCaseinfo/FavoriteCaseList',
DeleteFavoriteCase = '/api/DroneCaseInfoZdwt1/DeleteFavoriteCase',
- // 获取图斑详情
+ // 获取线索详情
GetCaseInfoById = '/api/DroneCaseInfoSTHX/GetCaseInfoById',
- // 更新图斑行政区划
+ // 更新线索行政区划
UpdateDroneCaseInfo = '/api/DroneCaseInfoSTHX/UpdateDroneCaseInfo',
// // 督办流程
// Supervise = '/api/WFProcess/Supervise',
@@ -31,15 +31,15 @@ enum Api {
loadStreet = '/api/DroneCaseInfoSTHX/loadStreet',
// 违法处理,待办任务列表
LoadTaskIllegalDetailList = '/api/DroneCaseInfoZdwt1/LoadTaskIllegalDetailList',
- // 分割图斑
+ // 分割线索
SplitCase = '/api/DroneCaseInfoSTHX/CaseSplit',
// 恢复还原
RecoverCase = '/api/DroneCaseInfoSTHX/CaseRecover',
- // 获取图斑中心点
+ // 获取线索中心点
GetPolygonCenter = '/api/DroneCaseInfoZdwt1/GetCenterPoints',
// 获取用户访问机构权限
// GetUserOrgs = '/api/Check/GetOrgs',
- // // 大屏下发图斑统计
+ // // 大屏下发线索统计
// IssuedStatitical = "/api/DroneScreenDisplay/CaseOffenceXiaFa",
// // 大屏核实新增统计
// VerifyStatitical = "/api/DroneScreenDisplay/CaseOffenceCheckAdd",
@@ -47,7 +47,7 @@ enum Api {
// RectificationStatitical = "/api/DroneScreenDisplay/CaseOffenceModifyRemain",
// 获取案件图片坐标、方位角信息
LoadCaseImgList = '/api/DroneCaseInfoSTHX/LoadCaseImgList',
- // 图斑列表
+ // 线索列表
LoadCaseInfoTuBanList = '/api/DroneCaseInfoSTHX/LoadCaseInfoTuBanList',
CaseOffence = '/api/DroneCaseInfoZdwt1/CaseOffence',
LoadCaseInfoListOffence = '/api/DroneCaseInfoZdwt1/LoadCaseInfoListOffence',
diff --git a/src/api/shengtaixiufu/index.ts b/src/api/shengtaixiufu/index.ts
index 56365c61..adcf49d8 100644
--- a/src/api/shengtaixiufu/index.ts
+++ b/src/api/shengtaixiufu/index.ts
@@ -12,22 +12,22 @@ import {
enum Api {
// 获取待办任务统计数据
LoadTaskCount = '/api/DroneCaseInfoSTXF/LoadTaskCount',
- // 获取图斑信息统计数据
+ // 获取线索信息统计数据
LoadDroneCaseInfoCount = '/api/DroneCaseInfoSTXF/LoadDroneCaseInfoCount',
- // 分页获取图斑信息列表
+ // 分页获取线索信息列表
LoadDroneCaseInfoDetail = '/api/DroneCaseInfoSTXF/LoadTasklList',
// 分页获取任务信息列表
LoadTaskDetailList = '/api/DroneCaseInfoSTXF/LoadTaskDetailList',
- // 收藏图斑
+ // 收藏线索
AddCaseFavorite = '/api/DroneCaseInfoSTXF/AddCaseFavorite',
- // 获取收藏图斑列表
+ // 获取收藏线索列表
FavoriteCaseList = '/api/DroneCaseInfoSTXF/FavoriteCaseList',
DeleteFavoriteCase = '/api/DroneCaseInfoSTXF/DeleteFavoriteCase',
- // 获取图斑列表
+ // 获取线索列表
LoadCaseInfoTuBanList = '/api/DroneCaseInfoSTXF/LoadCaseInfoTuBanList',
- // 获取图斑详情
+ // 获取线索详情
GetCaseInfoById = '/api/DroneCaseInfoSTXF/GetCaseInfoById',
- // 更新图斑行政区划
+ // 更新线索行政区划
UpdateDroneCaseInfo = '/api/DroneCaseInfoSTXF/UpdateDroneCaseInfo',
// 督办流程
Supervise = '/api/WFProcess/Supervise',
@@ -41,11 +41,11 @@ enum Api {
loadStreet = '/api/DroneCaseInfoSingle/loadStreet',
// 违法处理,待办任务列表
LoadTaskIllegalDetailList = '/api/DroneCaseInfoSTXF/LoadTaskIllegalDetailList',
- // 分割图斑
+ // 分割线索
SplitCase = '/api/DroneCaseInfoSTXF/CaseSplit',
// 恢复还原
RecoverCase = '/api/DroneCaseInfoSTXF/CaseRecover',
- // 获取图斑中心点
+ // 获取线索中心点
GetPolygonCenter = '/api/DroneCaseInfoSTXF/GetCenterPoints',
// 获取用户访问机构权限
GetUserOrgs = '/api/Check/GetOrgs',
diff --git a/src/api/tiankongdi/index.ts b/src/api/tiankongdi/index.ts
index a796c7ad..cb4fe48b 100644
--- a/src/api/tiankongdi/index.ts
+++ b/src/api/tiankongdi/index.ts
@@ -12,20 +12,20 @@ import {
enum Api {
// 获取待办任务统计数据
LoadTaskCount = '/api/DroneCaseInfoSingle/LoadTaskCount',
- // 获取图斑信息统计数据
+ // 获取线索信息统计数据
LoadDroneCaseInfoCount = '/api/DroneCaseInfoSingle/LoadDroneCaseInfoCount',
- // 分页获取图斑信息列表
+ // 分页获取线索信息列表
LoadDroneCaseInfoDetail = '/api/DroneCaseInfoSingle/LoadTasklList',
// 分页获取任务信息列表
LoadTaskDetailList = '/api/DroneCaseInfoSingle/LoadTaskDetailList',
- // 收藏图斑
+ // 收藏线索
AddCaseFavorite = '/api/DroneCaseInfoSingle/AddCaseFavorite',
- // 获取收藏图斑列表
+ // 获取收藏线索列表
FavoriteCaseList = '/api/DroneCaseinfo/FavoriteCaseList',
DeleteFavoriteCase = '/api/DroneCaseInfoSingle/DeleteFavoriteCase',
- // 获取图斑详情
+ // 获取线索详情
GetCaseInfoById = '/api/DroneCaseInfoSingle/GetCaseInfoById',
- // 更新图斑行政区划
+ // 更新线索行政区划
UpdateDroneCaseInfo = '/api/DroneCaseInfoSingle/UpdateDroneCaseInfo',
// 督办流程
Supervise = '/api/WFProcess/Supervise',
@@ -39,15 +39,15 @@ enum Api {
loadStreet = '/api/DroneCaseInfoSingle/loadStreet',
// 违法处理,待办任务列表
LoadTaskIllegalDetailList = '/api/DroneCaseInfoSingle/LoadTaskIllegalDetailList',
- // 分割图斑
+ // 分割线索
SplitCase = '/api/DroneCaseInfoSingle/CaseSplit',
// 恢复还原
RecoverCase = '/api/DroneCaseInfoSingle/CaseRecover',
- // 获取图斑中心点
+ // 获取线索中心点
GetPolygonCenter = '/api/DroneCaseInfoSingle/GetCenterPoints',
// 获取用户访问机构权限
GetUserOrgs = '/api/Check/GetOrgs',
- // 大屏下发图斑统计
+ // 大屏下发线索统计
IssuedStatitical = "/api/DroneScreenDisplay/CaseOffenceXiaFa",
// 大屏核实新增统计
VerifyStatitical = "/api/DroneScreenDisplay/CaseOffenceCheckAdd",
@@ -59,10 +59,10 @@ enum Api {
GetIntersects = "/api/GeoTiffManager/GetIntersects",
// 获取网络环境
GetNetWorkEev = "/api/DroneCloudQuery/IsPublic",
- // 获取其他专题或历史图斑图片
+ // 获取其他专题或历史线索图片
rebackzhuantipic = "/api/DroneCaseInfoSingle/rebackzhuantipic",
CopyImg = "/api/DroneCaseInfoSingle/CopyImg",
- // 获取其他专题或历史图斑附件
+ // 获取其他专题或历史线索附件
rebackzhuantifujian = "/api/DroneCaseInfoSingle/rebackzhuantifujian",
Copyfujian = "/api/DroneCaseInfoSingle/Copyfujian"
}
diff --git a/src/components/Audit/ImportDataModal/index.vue b/src/components/Audit/ImportDataModal/index.vue
index 79434835..3142fdff 100644
--- a/src/components/Audit/ImportDataModal/index.vue
+++ b/src/components/Audit/ImportDataModal/index.vue
@@ -26,19 +26,19 @@ const props = defineProps(["picihao"])
const emits = defineEmits(["closeImportModal"])
const columns = [
{
- title: "图斑编号",
+ title: "线索编号",
dataIndex: "case_no",
},
{
- title: "图斑描述",
+ title: "线索描述",
dataIndex: "case_description",
},
{
- title: "图斑类型",
+ title: "线索类型",
dataIndex: "typename",
},
{
- title: "图斑面积",
+ title: "线索面积",
dataIndex: "area",
},
]
@@ -59,7 +59,7 @@ const [registerTable, { getSelectRowKeys }] = useTable({
schemas: [
{
field: 'typename',
- label: '原始图斑编号',
+ label: '原始线索编号',
component: 'Input',
colProps: { span: 5 },
componentProps: {
diff --git a/src/components/Audit/InfoModal/index.vue b/src/components/Audit/InfoModal/index.vue
index d82e9e74..56be71f4 100644
--- a/src/components/Audit/InfoModal/index.vue
+++ b/src/components/Audit/InfoModal/index.vue
@@ -3,38 +3,38 @@
- 图斑详情:
+ 线索详情:
- 图斑面积:
+ 线索面积:
@@ -105,13 +105,13 @@
@@ -502,11 +502,11 @@ async function changeTask() {
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
geomsList.value = null;
- message.error('当前数据没有图斑!');
+ message.error('当前数据没有线索!');
}
});
} else {
- message.error('当前数据没有图斑!');
+ message.error('当前数据没有线索!');
}
}
const onMapboxLoad = () => {
diff --git a/src/components/MapboxMaps/AddLayer/index.vue b/src/components/MapboxMaps/AddLayer/index.vue
index ffdc24b6..b3473f95 100644
--- a/src/components/MapboxMaps/AddLayer/index.vue
+++ b/src/components/MapboxMaps/AddLayer/index.vue
@@ -32,7 +32,7 @@
-
+
EPSG:4326
@@ -41,7 +41,7 @@
-
+
点
@@ -217,7 +217,7 @@
const uploadFormRules = reactive({
name: [{ required: true, message: '请输入服务名称', trigger: 'blur' }],
description:[{ required: true, message: '请输入服务描述', trigger: 'blur' }],
- hasFeature: [{ required: true, message: '请选择是否有图斑数据', trigger: 'blur' }],
+ hasFeature: [{ required: true, message: '请选择是否有线索数据', trigger: 'blur' }],
srid: [{ required: true, message: '请选择参考系', trigger: 'blur' }],
vectorType: [{ required: true, message: '请选数据类型', trigger: 'blur' }],
relationTable: [{ required: true, message: '请输入表名', trigger: 'blur' }],
diff --git a/src/components/MapboxMaps/InsertShp/index.vue b/src/components/MapboxMaps/InsertShp/index.vue
index 6a93217b..8c4fcf1d 100644
--- a/src/components/MapboxMaps/InsertShp/index.vue
+++ b/src/components/MapboxMaps/InsertShp/index.vue
@@ -61,14 +61,14 @@
-
-
+
+
是
否
-
+
EPSG:4326
@@ -77,7 +77,7 @@
-
+
点
@@ -189,7 +189,7 @@
-
+
EPSG:4326
@@ -198,7 +198,7 @@
-
+
点
@@ -465,7 +465,7 @@
const uploadFormRules = reactive({
serverName: [{ required: true, message: '请输入服务名称', trigger: 'blur' }],
imageServerAddress: [{ required: true, message: '请输入服务地址', trigger: 'blur' }],
- hasFeature: [{ required: true, message: '请选择是否有图斑数据', trigger: 'blur' }],
+ hasFeature: [{ required: true, message: '请选择是否有线索数据', trigger: 'blur' }],
spaceType: [{ required: true, message: '请选择参考系', trigger: 'blur' }],
layerType: [{ required: true, message: '请选数据类型', trigger: 'blur' }],
tableName: [{ required: true, message: '请输入表名', trigger: 'blur' }],
diff --git a/src/components/MapboxMaps/MapComponent.vue b/src/components/MapboxMaps/MapComponent.vue
index c9b85dc8..6b2a7cc6 100644
--- a/src/components/MapboxMaps/MapComponent.vue
+++ b/src/components/MapboxMaps/MapComponent.vue
@@ -83,7 +83,7 @@
- 图斑定位
+ 线索定位
@@ -107,10 +107,10 @@
导入图层分割
-
+
- 地类图斑分割
+ 地类线索分割
@@ -128,7 +128,7 @@
- 线分割图斑
+ 线分割线索
@@ -171,7 +171,7 @@
size="small"
v-if="props.splitPlugin"
@click="onHandlerSplitPolygon"
- >分割图斑
+ >分割线索
@@ -365,7 +365,7 @@
let geojson = JSON.parse(JSON.stringify(res))
- // 绘制导入的shapgefile图斑
+ // 绘制导入的shapgefile线索
handlerDetails(
res,
'shapefileSource',
@@ -377,7 +377,7 @@
)
Modal.confirm({
- title: '是否确认分割图斑?',
+ title: '是否确认分割线索?',
onCancel() {
handlerDetails(
{type:"FeatureCollection",features:[]},
@@ -440,7 +440,7 @@
return result;
}
- // 地类分割图斑
+ // 地类分割线索
const handlerSelectLandType = (type)=>{
emit('handlerStartSpliting',true);
@@ -1022,7 +1022,7 @@
// 分割多边形
// splitFeature();
- // 添加地类分割图斑
+ // 添加地类分割线索
// map.addLayer({
// id: 'yingxiang',
// type: 'raster',
@@ -1250,7 +1250,7 @@
handler === 'handlerDrawLineString' && handlerDrawLineString();
handler === 'handlerDrawPolygon' && handlerDrawPolygon();
};
- // 使用坐标点分割图斑
+ // 使用坐标点分割线索
const onHandlerSplitPolygon = () => {
if (locationArrays.value.length < 2) {
createMessage.warning('必须绘制2个以上点!');
@@ -1273,7 +1273,7 @@
splitFeature(feature.geometry.coordinates);
}
};
- // 分割图斑
+ // 分割线索
const splitFeature = (line) => {
let turfSplitLine = turf.lineString(line);
@@ -1312,7 +1312,7 @@
}
} catch (e) {
console.error(e);
- createMessage.warning('分割线起点、终点需要在图斑外,多个图斑时需要点击选择需要分割的图斑!');
+ createMessage.warning('分割线起点、终点需要在线索外,多个线索时需要点击选择需要分割的线索!');
handlerUnDraw();
}
};
@@ -1396,7 +1396,7 @@
mp.draw('LineString');
mp.on('LineString', function (e) {
Modal.confirm({
- title: '是否确认分割图斑?',
+ title: '是否确认分割线索?',
onCancel() {
handlerUnDraw();
},
@@ -1418,7 +1418,7 @@
mp.draw('Polygon');
mp.on('Polygon', function (e) {
Modal.confirm({
- title: '是否确认分割图斑?',
+ title: '是否确认分割线索?',
onCancel() {
handlerUnDraw();
},
@@ -1503,7 +1503,7 @@
drawing.value = true;
};
- // 将图斑复制到指定图层
+ // 将线索复制到指定图层
const handlerCopyToTargetLayer = (e) => {
if (e.features.length > 0) {
if (popup) {
@@ -1523,7 +1523,7 @@
.setLngLat(clickPoisition)
.setHTML(
`
- 复制当前图斑 `,
+ 复制当前线索 `,
)
.addTo(map);
} else {
@@ -1583,7 +1583,7 @@
// 查看列表数据
const handlerDataList = () => {};
- // 图斑属性查看
+ // 线索属性查看
const handlerPreviewFeatureInfo = (e) => {
if (e.features) {
isOpen.value = true;
@@ -1595,7 +1595,7 @@
};
const currentPosition = ref(null);
- // 图斑定位
+ // 线索定位
const handlerLocation = (lngLat) => {
map.flyTo({
center: lngLat,
@@ -1624,7 +1624,7 @@
}
};
- // 编辑图斑
+ // 编辑线索
const handlerEdit = (info) => {
initDraw(info);
};
@@ -1716,7 +1716,7 @@
type: 'FeatureCollection',
features: [],
};
- // 清空详情图斑
+ // 清空详情线索
if (map.getSource('detailsSource')) {
map.getSource('detailsSource').setData({
type: 'FeatureCollection',
@@ -1738,7 +1738,7 @@
geometry: featureTemp,
};
geo.features.push(feature);
- // 获取第一个图斑的中心点跳转定位
+ // 获取第一个线索的中心点跳转定位
if (i == 0) {
let lngLat = getGeometryCenter(feature);
// let lngLat = getGeometryCenter(geo.features[0]);
@@ -1808,7 +1808,7 @@
}
- // 天坑! 判读端传回的的图斑数据 最后2个坐标完全相同导致Mapbox解析不了报错!!!!
+ // 天坑! 判读端传回的的线索数据 最后2个坐标完全相同导致Mapbox解析不了报错!!!!
if (coordinates) {
if((coordinates[0][coordinates[0].length - 1][0] == coordinates[0][coordinates[0].length - 2][0]) && (coordinates[0][coordinates[0].length - 1][1] == coordinates[0][coordinates[0].length - 2][1])) {
coordinates[0]?.pop();
@@ -1868,7 +1868,7 @@
}
};
- // 创建查看图斑图层
+ // 创建查看线索图层
// 粘贴坐标实现定位、绘图相关
interface LocationItem {
@@ -2258,7 +2258,7 @@
// 云查询按钮-查询中
function initiateCloudQuery2() {
let geomidStr = props.geomsList.map((item) => item.key).join(',');
- // 查看当前后台云查询图斑的情况
+ // 查看当前后台云查询线索的情况
LoadCloudQueryByCaseNo({
geomid: useCloudQuery.geomid,
caseno: useCloudQuery.caseno,
@@ -2266,7 +2266,7 @@
if (res) {
if (geomidStr == useCloudQuery.geomid && props.caseno == useCloudQuery.caseno) {
if (res.state == 1 || res.state == 0) {
- message.warning('当前图斑的云查询正在运行,请稍候等待');
+ message.warning('当前线索的云查询正在运行,请稍候等待');
} else {
useCloudQuery.setIdentification(false);
useCloudQuery.setBeforeId(res.queryId);
@@ -2277,7 +2277,7 @@
open.value = true;
}
} else {
- // 非当前后台云查询的图斑
+ // 非当前后台云查询的线索
message.warning('已有云查询运行,不能再次提交');
}
}
diff --git a/src/components/MapboxMaps/MapboxMap.vue b/src/components/MapboxMaps/MapboxMap.vue
index e7dd687c..b5329f87 100644
--- a/src/components/MapboxMaps/MapboxMap.vue
+++ b/src/components/MapboxMaps/MapboxMap.vue
@@ -381,7 +381,7 @@
// map.addControl(drawTool, 'top-right');
};
- // 将图斑复制到指定图层
+ // 将线索复制到指定图层
const handlerCopyToTargetLayer = (e) => {
if (e.features.length > 0) {
if (popup) {
@@ -401,7 +401,7 @@
.setLngLat(clickPoisition)
.setHTML(
`
- 复制当前图斑 `,
+ 复制当前线索 `,
)
.addTo(map);
} else {
@@ -442,7 +442,7 @@
}
};
- // 图斑属性查看
+ // 线索属性查看
const handlerPreviewFeatureInfo = (e) => {
if (e.features) {
openRightInfo.value = true;
diff --git a/src/components/MapboxMaps/lib/splitpolygon.ts b/src/components/MapboxMaps/lib/splitpolygon.ts
index bf168166..c66e5cae 100644
--- a/src/components/MapboxMaps/lib/splitpolygon.ts
+++ b/src/components/MapboxMaps/lib/splitpolygon.ts
@@ -12,7 +12,7 @@ export function splitPolygonByLine(line, outerPolygon) {
let splitAfterFeatures = [];
// 判断outerpolygon类型
if(outerPolygon.geometry.type == "MultiPolygon"){
- // 如果是MultiPolygon图斑 遍历数据 转换为Polygon分割 后合成数组
+ // 如果是MultiPolygon线索 遍历数据 转换为Polygon分割 后合成数组
outerPolygon.geometry.coordinates.forEach((item,index)=>{
let tempPolygon = {
@@ -39,7 +39,7 @@ export function splitPolygonByLine(line, outerPolygon) {
})
}else if(outerPolygon.geometry.type == "Polygon"){
- // 如果是Polygon的单图斑 直接获取分割结果
+ // 如果是Polygon的单线索 直接获取分割结果
let splitRes = splitByLine(line,outerPolygon);
// 如果有数据就拼接数据
@@ -109,7 +109,7 @@ export function splitPolygonByLine(line, outerPolygon) {
// 获取多边形表面一点
let newcenter = turf.pointOnFeature(polygon);
- // 图斑中心点
+ // 线索中心点
let centerPoint = turf.point(randomCenterPoint.geometry.coordinates);
//console.log('第10步:封闭图形中心点数据',randomCenterPoint,centerPoint)
return turf.booleanWithin(centerPoint, outerPolygon);
@@ -137,7 +137,7 @@ export function splitPolygonByLine(line, outerPolygon) {
});
}
- // 每个图斑配置UUID 处理每个数据保留8位数
+ // 每个线索配置UUID 处理每个数据保留8位数
innerPolygons.forEach((item, index) => {
innerPolygons[index] = turf.truncate(turf.polygon(innerPolygons[index].geometry.coordinates),dealOptions)
@@ -209,7 +209,7 @@ function splitByLine(line,outerPolygon){
// 获取多边形表面一点
let newcenter = turf.pointOnFeature(polygon);
- // 图斑中心点
+ // 线索中心点
let centerPoint = turf.point(randomCenterPoint.geometry.coordinates);
//console.log('第10步:封闭图形中心点数据',randomCenterPoint,centerPoint)
return turf.booleanWithin(centerPoint, outerPolygon);
@@ -237,7 +237,7 @@ function splitByLine(line,outerPolygon){
});
}
- // 每个图斑配置UUID 处理每个数据保留8位数
+ // 每个线索配置UUID 处理每个数据保留8位数
innerPolygons.forEach((item, index) => {
innerPolygons[index] = turf.truncate(turf.polygon(innerPolygons[index].geometry.coordinates),dealOptions)
innerPolygons[index].properties.id = generateUUID();
@@ -279,10 +279,10 @@ export async function splitPolygonByFill(drawPolygon, outerPolygon) {
let intersection = turf.intersect(turf.featureCollection([polygon1, polygon2]));
- //console.log("第4步:获取绘制图斑和分割图斑的交集",JSON.stringify(polygon2),JSON.stringify(polygon1),intersection);
+ //console.log("第4步:获取绘制线索和分割线索的交集",JSON.stringify(polygon2),JSON.stringify(polygon1),intersection);
var difference = turf.difference(turf.featureCollection([polygon2, polygon1]));
- //console.log("第3步:获取绘制图斑和分割图斑的差集",difference);
+ //console.log("第3步:获取绘制线索和分割线索的差集",difference);
let splitAfterFeatures = [intersection,difference];
@@ -310,7 +310,7 @@ export async function splitPolygonByMultiFill(drawPolygons,outerPolygon){
// 所有结果集合
let resultArray = [];
- // 绘制图斑和分割图斑数组集合
+ // 绘制线索和分割线索数组集合
let featuresArray = [];
let turfOuterPolygon = null;
@@ -325,25 +325,25 @@ export async function splitPolygonByMultiFill(drawPolygons,outerPolygon){
}
featuresArray.push(turf.truncate(turfOuterPolygon,dealOptions));
- //console.log("💩第3步:处理精度后的被分割图斑",featuresArray);
+ //console.log("💩第3步:处理精度后的被分割线索",featuresArray);
- // 绘制图斑数组
+ // 绘制线索数组
let splitFeaturesArray = [];
- // 求交集图斑
+ // 求交集线索
drawPolygons.forEach((item,index)=>{
try{
let splitPolygonItem = null;
if(item.geometry.type == "Polygon"){
- // 如果分割图斑是单面
+ // 如果分割线索是单面
splitPolygonItem = turf.polygon(item.geometry.coordinates);
}else if(item.geometry.type == "MultiPolygon"){
- // 如果分割图斑是多面
+ // 如果分割线索是多面
splitPolygonItem = turf.multiPolygon(item.geometry.coordinates);
}
- // 处理精度后绘制图斑
+ // 处理精度后绘制线索
let turfPolygon = turf.truncate(splitPolygonItem,dealOptions);
- //console.log("💩第4步:处理精度后绘制图斑",turfPolygon);
+ //console.log("💩第4步:处理精度后绘制线索",turfPolygon);
console.log("求交集的处理数据:",turf.featureCollection([featuresArray[0],turfPolygon]));
// 取交集
let intersection = turf.intersect(turf.featureCollection([featuresArray[0],turfPolygon]),dealOptions);
@@ -366,8 +366,8 @@ export async function splitPolygonByMultiFill(drawPolygons,outerPolygon){
resultArray.push(difference);
}
- // 全部图斑
- //console.log("💩第7步:分割后所有图斑",resultArray);
+ // 全部线索
+ //console.log("💩第7步:分割后所有线索",resultArray);
resolve(resultArray)
diff --git a/src/components/illegalmining/SearchComponent/index.vue b/src/components/illegalmining/SearchComponent/index.vue
index 899c437e..3e16c2ea 100644
--- a/src/components/illegalmining/SearchComponent/index.vue
+++ b/src/components/illegalmining/SearchComponent/index.vue
@@ -11,7 +11,7 @@
/>
- 图斑类型
+ 线索类型
emits('screenDataChange',value.target.value,'caseNo')"
diff --git a/src/components/illegalmining/util.ts b/src/components/illegalmining/util.ts
index 9312b4e1..fdcc368f 100644
--- a/src/components/illegalmining/util.ts
+++ b/src/components/illegalmining/util.ts
@@ -1,22 +1,22 @@
/**
* 年份 year
- * 图斑来源 tubanlaiyuan
- * 图斑类型 typename
+ * 线索来源 tubanlaiyuan
+ * 线索类型 typename
* 县区 countyid
* 乡镇 streetid
* 处理状态 nowStatus
* 下发时间段 startTime-endTime
- * 图斑号 caseNo
+ * 线索号 caseNo
* 是否立案 register
*/
-// 图斑来源
+// 线索来源
import { getChildrenTree } from '@/api/demo/system';
import { asyncGetOptions } from '@/utils/global';
const counties = await getChildrenTree({ parentId: 371300 })
export const polygonSourceOptions= await asyncGetOptions('tubanlaiyuan')
-// 图斑类型
+// 线索类型
export const polygonTypeOptions= await asyncGetOptions('kctubanleixing')
// 当前状态
export const statusOptions = await asyncGetOptions('kcdangqianzhuangtai')
diff --git a/src/components/redlinesupervision/SearchComponent/index.vue b/src/components/redlinesupervision/SearchComponent/index.vue
index 899c437e..3e16c2ea 100644
--- a/src/components/redlinesupervision/SearchComponent/index.vue
+++ b/src/components/redlinesupervision/SearchComponent/index.vue
@@ -11,7 +11,7 @@
/>
- 图斑类型
+ 线索类型
emits('screenDataChange',value.target.value,'caseNo')"
diff --git a/src/components/redlinesupervision/util.ts b/src/components/redlinesupervision/util.ts
index 9312b4e1..fdcc368f 100644
--- a/src/components/redlinesupervision/util.ts
+++ b/src/components/redlinesupervision/util.ts
@@ -1,22 +1,22 @@
/**
* 年份 year
- * 图斑来源 tubanlaiyuan
- * 图斑类型 typename
+ * 线索来源 tubanlaiyuan
+ * 线索类型 typename
* 县区 countyid
* 乡镇 streetid
* 处理状态 nowStatus
* 下发时间段 startTime-endTime
- * 图斑号 caseNo
+ * 线索号 caseNo
* 是否立案 register
*/
-// 图斑来源
+// 线索来源
import { getChildrenTree } from '@/api/demo/system';
import { asyncGetOptions } from '@/utils/global';
const counties = await getChildrenTree({ parentId: 371300 })
export const polygonSourceOptions= await asyncGetOptions('tubanlaiyuan')
-// 图斑类型
+// 线索类型
export const polygonTypeOptions= await asyncGetOptions('kctubanleixing')
// 当前状态
export const statusOptions = await asyncGetOptions('kcdangqianzhuangtai')
diff --git a/src/layouts/default/header/components/CloudQuery.vue b/src/layouts/default/header/components/CloudQuery.vue
index 44ae0adf..617fbf46 100644
--- a/src/layouts/default/header/components/CloudQuery.vue
+++ b/src/layouts/default/header/components/CloudQuery.vue
@@ -76,12 +76,12 @@
ifShow: false,
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseNo',
width: 150,
},
{
- title: '图斑ID',
+ title: '线索ID',
dataIndex: 'geomId',
width: 100,
},
@@ -110,13 +110,13 @@
const searchFormSchema: FormSchema[] = [
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 8 },
},
{
field: 'geomId',
- label: '图斑ID',
+ label: '线索ID',
component: 'Input',
colProps: { span: 8 },
},
diff --git a/src/layouts/default/header/components/notify/data.ts b/src/layouts/default/header/components/notify/data.ts
index 05ece07d..b047c277 100644
--- a/src/layouts/default/header/components/notify/data.ts
+++ b/src/layouts/default/header/components/notify/data.ts
@@ -51,6 +51,6 @@ export const toDoDate = [
]
export const updateDate = [
{ id: 1, title: '自然资源监管平台6月07日更新公告', datetime: '2025-06-07 10:39:03',
- content:'1.手机端非法采矿专题新增地图和全部功能模块\n2.电脑端非法采矿专题新增数据列表功能\n3.手机端违法用地专题图斑来源筛选优化\n4.电脑端新增"图斑持续监管"功能模块,实现对指定图斑的全周期动态监测与智能化管理。\n5.电脑端矿产专题优化矿产图斑导出功能,新增审核全要素信息导出'
+ content:'1.手机端非法采矿专题新增地图和全部功能模块\n2.电脑端非法采矿专题新增数据列表功能\n3.手机端违法用地专题线索来源筛选优化\n4.电脑端新增"线索持续监管"功能模块,实现对指定线索的全周期动态监测与智能化管理。\n5.电脑端矿产专题优化矿产线索导出功能,新增审核全要素信息导出'
},
]
diff --git a/src/layouts/default/header/components/notify/index.vue b/src/layouts/default/header/components/notify/index.vue
index 4872726f..84bfd766 100644
--- a/src/layouts/default/header/components/notify/index.vue
+++ b/src/layouts/default/header/components/notify/index.vue
@@ -47,7 +47,7 @@

- 您有一条按照地类分割图斑结果,请查收
+ 您有一条按照地类分割线索结果,请查收
查看
@@ -86,7 +86,7 @@
style="width: 100vw; top: 0px; left: 0px; margin: 0px; padding: 0px"
wrap-class-name="full-modal"
v-model:open="showSplitPolygon"
- title="图斑分综"
+ title="线索分综"
:footer="null"
:maskClosable="true"
:destroyOnClose="true"
@@ -368,7 +368,7 @@
showInfoData.value = res;
closeCloudLandQuery();
showSplitPolygon.value = true;
- // 绘制分割后图斑
+ // 绘制分割后线索
setTimeout(function () {
let geoms = {
type: 'FeatureCollection',
diff --git a/src/utils/global.ts b/src/utils/global.ts
index 910c07c0..2696de4b 100644
--- a/src/utils/global.ts
+++ b/src/utils/global.ts
@@ -89,7 +89,7 @@ export const markTypeOptions = [
{ label: '已建成', value: '已建成' },
{ label: '持续变化', value: '持续变化' },
];
-// 图斑来源
+// 线索来源
export const patchSourceOptions = [
{
label: '全域巡查',
@@ -100,16 +100,16 @@ export const patchSourceOptions = [
value: '卫片下发',
},
// {
- // label: '部级矿产卫片图斑',
- // value: '部级矿产卫片图斑',
+ // label: '部级矿产卫片线索',
+ // value: '部级矿产卫片线索',
// },
// {
- // label: '省级矿产卫片图斑',
- // value: '省级矿产卫片图斑',
+ // label: '省级矿产卫片线索',
+ // value: '省级矿产卫片线索',
// },
{
- label: '省级月度图斑',
- value: '省级月度图斑',
+ label: '省级月度线索',
+ value: '省级月度线索',
},
];
export const isOverdueOptions = [
diff --git a/src/views/dashboard/analysis/index.vue b/src/views/dashboard/analysis/index.vue
index c7616b16..c9c6a999 100644
--- a/src/views/dashboard/analysis/index.vue
+++ b/src/views/dashboard/analysis/index.vue
@@ -33,7 +33,7 @@
// 图层绘制类型
const type = ref('add')
- // 图斑数据
+ // 线索数据
// const feature ="LINESTRING (118.55483239594203 35.81329409678203, 118.54889167836416 35.806406839795216, 118.55647247134772 35.80285975465173, 118.56157492816281 35.803303140294986)"
// const feature = "POLYGON ((118.54774514802972 35.80786133598188, 118.54515277045988 35.79816597053564, 118.55919536113471 35.80085134034624, 118.56021460056033 35.80462789316549, 118.5595188628206 35.80695604583504, 118.5580066425723 35.80815336506183, 118.54774514802972 35.80786133598188))"
@@ -53,17 +53,17 @@ let drawFeatures = [
// 绘图完成返回geom
const handlerDrawComplete = (geom)=>{
- console.log("绘制完成返回的图斑",geom);
+ console.log("绘制完成返回的线索",geom);
}
// 地图组件
const MapboxComponent = ref()
- // 添加 或者 编辑图斑
+ // 添加 或者 编辑线索
// setTimeout(function(){
- // // 添加图斑
+ // // 添加线索
// // MapboxComponent.value.handlerDraw()
- // // 编辑图斑
+ // // 编辑线索
// MapboxComponent.value.handlerDraw(drawFeatures)
// },3000)
@@ -74,7 +74,7 @@ let drawFeatures = [
// // MapboxComponent.value.handlerDraw()
// },6000)
- // 图斑定位
+ // 线索定位
// setTimeout(function(){
// MapboxComponent.value.handlerLocation([118.556717,35.80391]);
// },6000)
diff --git a/src/views/dashboard/test/SearchMenu/Satellite/index.vue b/src/views/dashboard/test/SearchMenu/Satellite/index.vue
index edb2e87c..8b1f8406 100644
--- a/src/views/dashboard/test/SearchMenu/Satellite/index.vue
+++ b/src/views/dashboard/test/SearchMenu/Satellite/index.vue
@@ -1,5 +1,5 @@
-
+
diff --git a/src/views/dashboard/test/SearchMenu/Search/index.vue b/src/views/dashboard/test/SearchMenu/Search/index.vue
index 1e2baff8..4f57a959 100644
--- a/src/views/dashboard/test/SearchMenu/Search/index.vue
+++ b/src/views/dashboard/test/SearchMenu/Search/index.vue
@@ -1,5 +1,5 @@
-
+
-
+
@@ -33,7 +33,7 @@ const select = ref(0)
const drawMapType = ref()
const columns = ref([
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'id',
key: 'id',
},
diff --git a/src/views/dashboard/test/components/ShowTableList/index.vue b/src/views/dashboard/test/components/ShowTableList/index.vue
index 400e3cd4..1a97505a 100644
--- a/src/views/dashboard/test/components/ShowTableList/index.vue
+++ b/src/views/dashboard/test/components/ShowTableList/index.vue
@@ -43,7 +43,7 @@
- 查询的本图斑并未占用耕地(旱地、水浇地、水田)
+ 查询的本线索并未占用耕地(旱地、水浇地、水田)
diff --git a/src/views/demo/Categories/Modal/index.vue b/src/views/demo/Categories/Modal/index.vue
index 0f765609..a8817e4c 100644
--- a/src/views/demo/Categories/Modal/index.vue
+++ b/src/views/demo/Categories/Modal/index.vue
@@ -53,7 +53,7 @@
}}
-
+
diff --git a/src/views/demo/ThematicSetting/index.vue b/src/views/demo/ThematicSetting/index.vue
index aaeeddf3..028fbb97 100644
--- a/src/views/demo/ThematicSetting/index.vue
+++ b/src/views/demo/ThematicSetting/index.vue
@@ -70,7 +70,7 @@
message.warning('请选择一条数据');
return;
}
- modalData.title = type === 'bindCaseTypes' ? '分配图斑类型' : '分配角色';
+ modalData.title = type === 'bindCaseTypes' ? '分配线索类型' : '分配角色';
modalData.topicId = row[0].topicId;
modalData.type = type;
openModal.value = true;
diff --git a/src/views/demo/ThematicSetting/util.ts b/src/views/demo/ThematicSetting/util.ts
index 031e88bd..a5ccbaf3 100644
--- a/src/views/demo/ThematicSetting/util.ts
+++ b/src/views/demo/ThematicSetting/util.ts
@@ -13,7 +13,7 @@ export const columns = [
dataIndex: 'topicName',
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'caseTypes',
},
{
@@ -46,7 +46,7 @@ export const emptyTopicItem = {
};
export const caseTypesColumns = [
{
- title: '图斑名称',
+ title: '线索名称',
dataIndex: 'itemName',
},
{
diff --git a/src/views/demo/audit/util.ts b/src/views/demo/audit/util.ts
index 743dc375..dddf74f6 100644
--- a/src/views/demo/audit/util.ts
+++ b/src/views/demo/audit/util.ts
@@ -38,22 +38,22 @@ export const codeObj = {
}
export const columns: BasicColumn[] = [
{
- title: '原始图斑编号',
+ title: '原始线索编号',
dataIndex: 'original_case_no',
width: 200,
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'case_no',
width: 200,
},
{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'case_description',
width: 300,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
@@ -90,7 +90,7 @@ export const searchFormSchemaFunction:(type:string, audit:boolean) => FormSchema
return [
{
field: 'originalCaseNo',
- label: '原始图斑编号',
+ label: '原始线索编号',
component: 'Input',
colProps: { span: 5 },
componentProps: {
@@ -99,16 +99,16 @@ export const searchFormSchemaFunction:(type:string, audit:boolean) => FormSchema
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 5 },
componentProps: {
- placeholder: '请输入图斑编号',
+ placeholder: '请输入线索编号',
},
},
{
field: 'typename',
- label:'图斑类型',
+ label:'线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({formModel}) => {
diff --git a/src/views/demo/caseoffence/RecordList.vue b/src/views/demo/caseoffence/RecordList.vue
index a38fff9d..e566aea4 100644
--- a/src/views/demo/caseoffence/RecordList.vue
+++ b/src/views/demo/caseoffence/RecordList.vue
@@ -30,7 +30,7 @@
{
diff --git a/src/views/demo/caseoffence/feifacaikuang/index.vue b/src/views/demo/caseoffence/feifacaikuang/index.vue
index 98a5fcd4..a0ba4a15 100644
--- a/src/views/demo/caseoffence/feifacaikuang/index.vue
+++ b/src/views/demo/caseoffence/feifacaikuang/index.vue
@@ -30,7 +30,7 @@
const [registerTable] = useTable({
api: CaseOffenceMineralsNew,
columns: columnsNew,
- // title: '无人机全域巡查图斑情况统计表',
+ // title: '无人机全域巡查线索情况统计表',
// titleHelpMessage: '合法、其他、非粮化、补办手续、拆除复耕均需市级审核通过才可判定为举证类型。',
formConfig: {
labelWidth: 120,
diff --git a/src/views/demo/caseoffence/feifacaikuang_old/index.vue b/src/views/demo/caseoffence/feifacaikuang_old/index.vue
index 94271f3a..69118b10 100644
--- a/src/views/demo/caseoffence/feifacaikuang_old/index.vue
+++ b/src/views/demo/caseoffence/feifacaikuang_old/index.vue
@@ -38,7 +38,7 @@
const [registerTable] = useTable({
api: CaseOffenceMinerals,
columns: columns,
- // title: '无人机全域巡查图斑情况统计表',
+ // title: '无人机全域巡查线索情况统计表',
// titleHelpMessage: '合法、其他、非粮化、补办手续、拆除复耕均需市级审核通过才可判定为举证类型。',
formConfig: {
labelWidth: 120,
diff --git a/src/views/demo/caseoffence/index.data.ts b/src/views/demo/caseoffence/index.data.ts
index 13c58a81..2317b2c5 100644
--- a/src/views/demo/caseoffence/index.data.ts
+++ b/src/views/demo/caseoffence/index.data.ts
@@ -16,7 +16,7 @@ export const columns: BasicColumn[] = [
fixed: 'left',
},
{
- title: '下发图斑',
+ title: '下发线索',
children: [
{
title: '宗数',
@@ -238,7 +238,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 5 },
componentProps: ({ formModel }) => {
diff --git a/src/views/demo/caseoffence/index.vue b/src/views/demo/caseoffence/index.vue
index 4aab9073..1ceba5eb 100644
--- a/src/views/demo/caseoffence/index.vue
+++ b/src/views/demo/caseoffence/index.vue
@@ -12,17 +12,17 @@
-->
-
+
{{ record.xftbzs }}
-
+
{{ record.xfmj == 0 ? 0 : record.xfmj.toFixed(2) }}
-
+
{{ record.xfgdmj == 0 ? 0 : record.xfgdmj.toFixed(2) }}
@@ -177,20 +177,20 @@
- 无人机全域巡查图斑核查情况统计表
+ 无人机全域巡查线索核查情况统计表
- 无人机全域巡查图斑下发情况统计表
+ 无人机全域巡查线索下发情况统计表
- 无人机全域巡查图斑整改情况统计表
+ 无人机全域巡查线索整改情况统计表
- 统计明细图斑信息(execl)
+ 统计明细线索信息(execl)
统计明细矢量数据(shp)
@@ -260,7 +260,7 @@
const [registerTable] = useTable({
api: getCaseOffence,
columns: columns,
- title: '无人机全域巡查图斑情况统计表',
+ title: '无人机全域巡查线索情况统计表',
titleHelpMessage: '合法、其他、非粮化、补办手续、拆除复耕均需市级审核通过才可判定为举证类型。',
formConfig: {
labelWidth: 120,
@@ -328,7 +328,7 @@
};
switch (CaseType) {
case 1:
- tabItem.label = '下发图斑';
+ tabItem.label = '下发线索';
break;
case 2:
tabItem.label = '合法';
@@ -424,10 +424,10 @@
}
switch (exportType) {
case 'chuantou_execl':
- // 穿透-导出图斑明细execl
+ // 穿透-导出线索明细execl
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExprotCaseListByType';
fileName =
- '统计明细图斑信息 ' +
+ '统计明细线索信息 ' +
tablist[activeKey.value].countyname +
'-' +
tablist[activeKey.value].label +
@@ -436,7 +436,7 @@
'.xls';
break;
case 'chuantou_shp':
- // 穿透-导出图斑明细shp
+ // 穿透-导出线索明细shp
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportShapefile';
fileName =
'统计明细矢量数据 ' +
@@ -448,19 +448,19 @@
'.zip';
break;
case 'mingxi_1':
- // 无人机全域巡查图斑核查情况统计表
+ // 无人机全域巡查线索核查情况统计表
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/CaseOffenceToExcel';
- fileName = '无人机全域巡查图斑核查情况统计表 ' + afterTitle + '.xls';
+ fileName = '无人机全域巡查线索核查情况统计表 ' + afterTitle + '.xls';
break;
case 'mingxi_2':
- // 无人机全域巡查图斑下发情况统计表
+ // 无人机全域巡查线索下发情况统计表
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/CaseOfWrjqyxctbxfqktjbToExcel';
- fileName = '无人机全域巡查图斑下发情况统计表 ' + afterTitle + '.xls';
+ fileName = '无人机全域巡查线索下发情况统计表 ' + afterTitle + '.xls';
break;
case 'mingxi_3':
- // 无人机全域巡查图斑整改情况统计表
+ // 无人机全域巡查线索整改情况统计表
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/CaseOfWrjqyxctbzgqktjbToExcel';
- fileName = '无人机全域巡查图斑整改情况统计表 ' + afterTitle + '.xls';
+ fileName = '无人机全域巡查线索整改情况统计表 ' + afterTitle + '.xls';
break;
default:
break;
diff --git a/src/views/demo/degraining/auditinfo/AuditProgress/index.vue b/src/views/demo/degraining/auditinfo/AuditProgress/index.vue
index f734fab1..89c291ac 100644
--- a/src/views/demo/degraining/auditinfo/AuditProgress/index.vue
+++ b/src/views/demo/degraining/auditinfo/AuditProgress/index.vue
@@ -16,7 +16,7 @@
/>
-->
查询
diff --git a/src/views/demo/degraining/auditinfo/index.vue b/src/views/demo/degraining/auditinfo/index.vue
index a311a4d1..e4b9116d 100644
--- a/src/views/demo/degraining/auditinfo/index.vue
+++ b/src/views/demo/degraining/auditinfo/index.vue
@@ -148,11 +148,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
}
diff --git a/src/views/demo/degraining/caseoffence/RecordList.vue b/src/views/demo/degraining/caseoffence/RecordList.vue
index 7f52a91b..1e7a7931 100644
--- a/src/views/demo/degraining/caseoffence/RecordList.vue
+++ b/src/views/demo/degraining/caseoffence/RecordList.vue
@@ -29,7 +29,7 @@
-->
-
+
{{ record.xftbzs }}
-
+
{{ record.xfmj == 0 ? 0 : record.xfmj.toFixed(2) }}
-
+
{{ record.xfgdmj == 0 ? 0 : record.xfgdmj.toFixed(2) }}
@@ -177,7 +177,7 @@
- 无人机全域巡查图斑情况统计表
+ 无人机全域巡查线索情况统计表
土地卫片新增违法占用耕地情况统计表
@@ -190,7 +190,7 @@
- 统计明细图斑信息(execl)
+ 统计明细线索信息(execl)
统计明细矢量数据(shp)
@@ -262,7 +262,7 @@
const [registerTable] = useTable({
api: getCaseOffence,
columns: columns,
- // title: '无人机全域巡查图斑情况统计表',
+ // title: '无人机全域巡查线索情况统计表',
// titleHelpMessage: '合法、其他、非粮化、补办手续、拆除复耕均需市级审核通过才可判定为举证类型。',
formConfig: {
labelWidth: 120,
@@ -325,7 +325,7 @@
};
switch (CaseType) {
case 1:
- tabItem.label = '下发图斑';
+ tabItem.label = '下发线索';
break;
case 2:
tabItem.label = '合法';
@@ -421,10 +421,10 @@
}
switch (exportType) {
case 'chuantou_execl':
- // 穿透-导出图斑明细execl
+ // 穿透-导出线索明细execl
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExprotCaseListByType';
fileName =
- '统计明细图斑信息 ' +
+ '统计明细线索信息 ' +
tablist[activeKey.value].countyname +
'-' +
tablist[activeKey.value].label +
@@ -433,7 +433,7 @@
'.xls';
break;
case 'chuantou_shp':
- // 穿透-导出图斑明细shp
+ // 穿透-导出线索明细shp
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportShapefile';
fileName =
'统计明细矢量数据 ' +
@@ -445,9 +445,9 @@
'.zip';
break;
case 'mingxi_1':
- // 无人机全域巡查图斑情况统计表
+ // 无人机全域巡查线索情况统计表
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/CaseOffenceToExcel';
- fileName = '无人机全域巡查图斑情况统计表 ' + afterTitle + '.xls';
+ fileName = '无人机全域巡查线索情况统计表 ' + afterTitle + '.xls';
break;
case 'mingxi_2':
// 土地卫片新增违法占用耕地情况统计表
diff --git a/src/views/demo/degraining/changearea/MapList/amend.vue b/src/views/demo/degraining/changearea/MapList/amend.vue
index e299cfdc..f05a1bab 100644
--- a/src/views/demo/degraining/changearea/MapList/amend.vue
+++ b/src/views/demo/degraining/changearea/MapList/amend.vue
@@ -2,7 +2,7 @@
@@ -13,10 +13,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
@@ -61,10 +61,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
diff --git a/src/views/demo/degraining/changearea/MapList/index.vue b/src/views/demo/degraining/changearea/MapList/index.vue
index a6b2eb2e..388a5e8d 100644
--- a/src/views/demo/degraining/changearea/MapList/index.vue
+++ b/src/views/demo/degraining/changearea/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
mapListScreenChange(value.target.value, 'caseNo')"
@@ -60,7 +60,7 @@
- 图斑分割
+ 线索分割
分割还原
@@ -116,7 +116,7 @@
- 图斑面积:
+ 线索面积:
-->
- {{
+ {{
props.showInfoData.case_description
}}
-
+
{{ props.showInfoData.remark }}
{{ props.showInfoData.lng }}
{{ props.showInfoData.lat }}
{{
props.showInfoData.synchronoustime
}}
-
+
{{
props.showInfoData.fashengshijian
}}
- {{
+ {{
getLabel('tianbaoleixing', props.showInfoData.tianbaoleixing)
}}
{{
@@ -226,7 +226,7 @@
{
diff --git a/src/views/demo/degraining/curbspotcity/MapList/SplitPolygonModal/index.vue b/src/views/demo/degraining/curbspotcity/MapList/SplitPolygonModal/index.vue
index fd2e3842..99e4ab7c 100644
--- a/src/views/demo/degraining/curbspotcity/MapList/SplitPolygonModal/index.vue
+++ b/src/views/demo/degraining/curbspotcity/MapList/SplitPolygonModal/index.vue
@@ -6,7 +6,7 @@
- 图斑信息
+ 线索信息
- {{
+ {{
props.showInfoData.case_no
}}
- {{
+ {{
props.showInfoData.typename
}}
{{
@@ -52,7 +52,7 @@
{{
props.showInfoData.communityname
}}
- {{
+ {{
dataProcessing(props.showInfoData.area)
}}
{{
@@ -69,17 +69,17 @@
dataProcessing(props.showInfoData.shengtaibaohuhongxian_area)
}}
- {{
+ {{
props.showInfoData.case_description
}}
-
+
{{ props.showInfoData.remark }}
{{ props.showInfoData.lng }}
{{ props.showInfoData.lat }}
{{
props.showInfoData.synchronoustime
}}
-
+
- 图斑分割结果
+ 线索分割结果
- 合并图斑
+ 合并线索
+ 删除线索 -->
还原分割
@@ -608,7 +608,7 @@
>
-
+
{
@@ -999,7 +999,7 @@
let splitPolygonPromiseArray = [];
const handlerSplitPolygon = (e) => {
isLandTypeSpliting.value = true;
- // 删除被分割的图斑
+ // 删除被分割的线索
if(currentPolygon.value){
splitPolygonForm.value?.splice(currentPolygon.value,1);
splitAfterPolygon.value?.splice(currentPolygon.value,1);
@@ -1022,7 +1022,7 @@
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -1063,19 +1063,19 @@
// 处理面积
handlerFeatureArea();
- // 清空选中图斑
+ // 清空选中线索
let geoms = {
type: 'FeatureCollection',
features: [],
};
- // 绘制新图斑
+ // 绘制新线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
});
- // 清空当前图斑
+ // 清空当前线索
currentPolygon.value = null;
// 停止加载
@@ -1102,7 +1102,7 @@
}
splitPolygonForm.value?.forEach((item,index)=>{
- // 处理最后一块图斑面积
+ // 处理最后一块线索面积
if(index == splitPolygonForm.value.length-1){
splitPolygonForm.value[index].area = (area - addArea.area).toFixed(2) > 0 ? (area - addArea.area).toFixed(2) : null;
splitPolygonForm.value[index].gengdi_area = (gengdi_area - addArea.gengdi_area).toFixed(2) > 0 ? (gengdi_area - addArea.gengdi_area).toFixed(2) : null;
@@ -1150,14 +1150,14 @@
splitPolygonDetailShow.value = true;
};
- // 切换图斑
+ // 切换线索
const currentPolygon = ref(null);
const changeCurrentPolygon = (index, item) => {
let geoms = {
type: 'FeatureCollection',
features: [item.geom],
};
- // 绘图图斑
+ // 绘图线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
@@ -1165,7 +1165,7 @@
currentPolygon.value = index;
};
- // 图斑点击事件
+ // 线索点击事件
const onFeatureClick = (feature) => {
splitPolygonForm.value?.forEach((item, index) => {
if (item['geom']['properties']['id'] == feature.properties.id) {
@@ -1196,7 +1196,7 @@
};
- // 删除图斑
+ // 删除线索
const deleteSplitResult = ()=>{
@@ -1210,7 +1210,7 @@
})
if(deleteIndexs.length<1){
- createMessage.error("请选择需要删除的图斑!");
+ createMessage.error("请选择需要删除的线索!");
return;
}
@@ -1219,7 +1219,7 @@
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1257,7 +1257,7 @@
}
- // 合并图斑
+ // 合并线索
const mergeSplitResult = ()=>{
@@ -1279,7 +1279,7 @@
})
if(deleteIndexs.length!=2){
- createMessage.error("请选择两个图斑进行合并!");
+ createMessage.error("请选择两个线索进行合并!");
return;
}
@@ -1289,7 +1289,7 @@
removeElementsByIndexes(splitPolygonForm.value,deleteIndexs);
- // 合并后图斑
+ // 合并后线索
// turf旧版本
// let union = turf.union(mergeArr[0],mergeArr[1]);
@@ -1297,7 +1297,7 @@
// turf 7.0新版本
let union = turf.union(turf.featureCollection([mergeArr[0], mergeArr[1]]))
- // 计算合并后的图斑面积
+ // 计算合并后的线索面积
let calAreaParams:CalTubanAreaModel = {
"wktgeom": GeojsonToWkt(union['geometry']),
}
@@ -1308,7 +1308,7 @@
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -1325,7 +1325,7 @@
splitAfterPolygon.value?.push(union);
splitPolygonForm.value?.push(polygon);
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1335,7 +1335,7 @@
fillStyle: { 'fill-color': '#fcf003', 'fill-opacity': 0.1 },
});
- // 合并后选中图斑
+ // 合并后选中线索
let checkedGeoms = {
type: 'FeatureCollection',
features: [],
@@ -1364,7 +1364,7 @@
const saveSplitResult = () => {
isSpliting.value = true;
if (splitPolygonForm.value?.length == 0) {
- createMessage.error('请先使用分割工具分割图斑!');
+ createMessage.error('请先使用分割工具分割线索!');
isSpliting.value = false;
return null;
}
@@ -1444,7 +1444,7 @@
}
for (let key in areaAbnormal.value) {
if (areaAbnormal.value[key]) {
- createMessage.error('分割后总面积与原图斑总面积不一致!');
+ createMessage.error('分割后总面积与原线索总面积不一致!');
return false;
}
}
diff --git a/src/views/demo/degraining/curbspotcity/MapList/index.vue b/src/views/demo/degraining/curbspotcity/MapList/index.vue
index 9603eaca..30dec09d 100644
--- a/src/views/demo/degraining/curbspotcity/MapList/index.vue
+++ b/src/views/demo/degraining/curbspotcity/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
emits('mapListScreenChange',value.target.value,'mapNo')"
@@ -109,7 +109,7 @@
- 图斑面积:
+ 线索面积:
{
// landType: props.infoScreenData.landType, //0 农用地 1建设用地
isOutTime: props.infoScreenData.isOverdue, //是否超期
year: props.infoScreenData.year, //年
- tubanlaiyuan: props.infoScreenData.patchSource, //图斑来源
+ tubanlaiyuan: props.infoScreenData.patchSource, //线索来源
picihao: props.infoScreenData.batch, //批次号
streetid: props.infoScreenData.streetId,
caseNo: props.infoScreenData.mapNo, //图版编号
@@ -489,8 +489,8 @@ const getParams = (data) => {
endTime: props.infoScreenData.endTime, // 下发结束时间
nowStatus: props.infoScreenData.mapStatus, // 当前状态
isBuildName: props.infoScreenData.markType, // 标注
- tubanArea1: props.infoScreenData.mapAreaFirst, // 图斑面积1
- tubanArea2: props.infoScreenData.mapAreaLast, // 图斑面积2
+ tubanArea1: props.infoScreenData.mapAreaFirst, // 线索面积1
+ tubanArea2: props.infoScreenData.mapAreaLast, // 线索面积2
gengdiArea1: props.infoScreenData.arableAreaFirst, //耕地面积1
gengdiArea2: props.infoScreenData.arableAreaLast, //耕地面积2
page: props.pageNo,
diff --git a/src/views/demo/degraining/curbspotcity/index.vue b/src/views/demo/degraining/curbspotcity/index.vue
index a1b8bfdd..6d98330b 100644
--- a/src/views/demo/degraining/curbspotcity/index.vue
+++ b/src/views/demo/degraining/curbspotcity/index.vue
@@ -267,7 +267,7 @@
// landType: infoScreenData.value.landType, //0 农用地 1建设用地
isOutTime: infoScreenData.value.isOverdue, //是否超期
year: infoScreenData.value.year, //年
- tubanlaiyuan: infoScreenData.value.patchSource, //图斑来源
+ tubanlaiyuan: infoScreenData.value.patchSource, //线索来源
picihao: infoScreenData.value.batch, //批次号
// countyid: infoScreenData.value.countyId,
streetid: infoScreenData.value.streetId,
@@ -280,8 +280,8 @@
// measure_name: infoScreenData.value.measure,
nowStatus: infoScreenData.value.mapStatus, // 当前状态
isBuildName: infoScreenData.value.markType, // 标注
- tubanArea1: infoScreenData.value.mapAreaFirst, // 图斑面积1
- tubanArea2: infoScreenData.value.mapAreaLast, // 图斑面积2
+ tubanArea1: infoScreenData.value.mapAreaFirst, // 线索面积1
+ tubanArea2: infoScreenData.value.mapAreaLast, // 线索面积2
gengdiArea1: infoScreenData.value.arableAreaFirst, //耕地面积1
gengdiArea2: infoScreenData.value.arableAreaLast, //耕地面积2
// areaid: cityType.value.areaid,
@@ -393,11 +393,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
const infoDataListSort = (type, order) => {
diff --git a/src/views/demo/degraining/illegaltreatment/AuditProgress/index.vue b/src/views/demo/degraining/illegaltreatment/AuditProgress/index.vue
index b9d59465..94185a4f 100644
--- a/src/views/demo/degraining/illegaltreatment/AuditProgress/index.vue
+++ b/src/views/demo/degraining/illegaltreatment/AuditProgress/index.vue
@@ -16,7 +16,7 @@
/>
-->
查询
diff --git a/src/views/demo/degraining/illegaltreatment/illegaltreatment.data.ts b/src/views/demo/degraining/illegaltreatment/illegaltreatment.data.ts
index 9d568413..92c3147b 100644
--- a/src/views/demo/degraining/illegaltreatment/illegaltreatment.data.ts
+++ b/src/views/demo/degraining/illegaltreatment/illegaltreatment.data.ts
@@ -37,7 +37,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'streetname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
@@ -46,7 +46,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'identificationtime',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
},
{
@@ -123,7 +123,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -191,7 +191,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/degraining/illegaltreatment/index.vue b/src/views/demo/degraining/illegaltreatment/index.vue
index 8a9cdc5e..9a224d66 100644
--- a/src/views/demo/degraining/illegaltreatment/index.vue
+++ b/src/views/demo/degraining/illegaltreatment/index.vue
@@ -145,11 +145,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
}
diff --git a/src/views/demo/degraining/patchsummary/index.vue b/src/views/demo/degraining/patchsummary/index.vue
index 12a9b180..1e8c3295 100644
--- a/src/views/demo/degraining/patchsummary/index.vue
+++ b/src/views/demo/degraining/patchsummary/index.vue
@@ -68,10 +68,10 @@
- 图斑汇总统计报表(execl)
+ 线索汇总统计报表(execl)
- 图斑汇总矢量数据(shp)
+ 线索汇总矢量数据(shp)
@@ -157,7 +157,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑汇总',
+ title: '线索汇总',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -187,10 +187,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoFLH/ExportCaseInfoTuBanListV1';
- fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索汇总统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoFLH/ExportCaseInfoShapefileV1';
- fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索汇总矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/degraining/patchsummary/patchsummary.data.ts b/src/views/demo/degraining/patchsummary/patchsummary.data.ts
index ff87e3ec..d6f56128 100644
--- a/src/views/demo/degraining/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/degraining/patchsummary/patchsummary.data.ts
@@ -13,7 +13,7 @@ export const nowStatusOptions = await asyncGetOptions('gdflhdqzt');
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -30,16 +30,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -97,7 +97,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -115,7 +115,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -215,10 +215,10 @@ export const searchFormSchema: FormSchema[] = [
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -246,7 +246,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 5 },
},
diff --git a/src/views/demo/form-design/components/VFormDesign/components/FormItemProps.vue b/src/views/demo/form-design/components/VFormDesign/components/FormItemProps.vue
index 06477b5a..aaf86944 100644
--- a/src/views/demo/form-design/components/VFormDesign/components/FormItemProps.vue
+++ b/src/views/demo/form-design/components/VFormDesign/components/FormItemProps.vue
@@ -9,7 +9,7 @@
v-else-if="formConfig.currentItem.component == 'MapGeom'"
label-align="left"
layout="vertical"
- description="图斑控件"
+ description="线索控件"
>
-
+
@@ -186,7 +186,7 @@
formConfig.value.currentItem.itemProps.wrapperCol =
formConfig.value.currentItem.itemProps.wrapperCol || {};
if (formConfig.value.currentItem.component === 'MapGeom') {
- // 图斑组件
+ // 线索组件
formConfig.value.currentItem.mapSetData = formConfig.value.currentItem.mapSetData
? formConfig.value.currentItem.mapSetData
: {
diff --git a/src/views/demo/form-design/components/VFormItem/index.vue b/src/views/demo/form-design/components/VFormItem/index.vue
index 31442bcc..c20024b7 100644
--- a/src/views/demo/form-design/components/VFormItem/index.vue
+++ b/src/views/demo/form-design/components/VFormItem/index.vue
@@ -35,7 +35,7 @@
@change="handleChange"
@click="handleClick(schema)"
>
- 图斑组件
+ 线索组件
;
- // 图斑数据
+ // 线索数据
mapSetData?: MapComponent;
// 判断子表的字段
type?: string;
diff --git a/src/views/demo/illegalmining/auditinfo/AuditProgress/index.vue b/src/views/demo/illegalmining/auditinfo/AuditProgress/index.vue
index 3205dd26..c82ea2b1 100644
--- a/src/views/demo/illegalmining/auditinfo/AuditProgress/index.vue
+++ b/src/views/demo/illegalmining/auditinfo/AuditProgress/index.vue
@@ -14,7 +14,7 @@
/>
查询
diff --git a/src/views/demo/illegalmining/auditinfo/index.vue b/src/views/demo/illegalmining/auditinfo/index.vue
index c56134b2..f9ce7305 100644
--- a/src/views/demo/illegalmining/auditinfo/index.vue
+++ b/src/views/demo/illegalmining/auditinfo/index.vue
@@ -146,11 +146,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
}
diff --git a/src/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue
index 2434966f..106ab640 100644
--- a/src/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue
+++ b/src/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue
@@ -24,10 +24,10 @@
'word-break': 'break-all',
}"
>
- {{
+ {{
props.showInfoData.case_no
}}
- {{
+ {{
props.showInfoData.typename
}}
{{
@@ -39,7 +39,7 @@
{{
props.showInfoData.communityname
}}
- {{
+ {{
dataProcessing(props.showInfoData.area)
}}
{{
@@ -56,17 +56,17 @@
dataProcessing(props.showInfoData.shengtaibaohuhongxian_area)
}}
- {{
+ {{
props.showInfoData.case_description
}}
-
+
{{ props.showInfoData.remark }}
{{ props.showInfoData.lng }}
{{ props.showInfoData.lat }}
{{
props.showInfoData.synchronoustime
}}
-
+
- 图斑信息
+ 线索信息
- {{ case_no }}
- {{ typename }}
+ {{ case_no }}
+ {{ typename }}
{{ countyname }}
{{ streetname }}
{{ communityname }}
- {{ dataProcessing(area) }}
+ {{ dataProcessing(area) }}
{{ dataProcessing(nongyongdi_area) }}
{{ dataProcessing(gengdi_area) }}
{{ dataProcessing(yongjiujibennongtian_area) }}
{{ dataProcessing(shengtaibaohuhongxian_area) }}
- {{ case_description }}
-
+ {{ case_description }}
+
{{ remark }}
{{ lng }}
{{ lat }}
{{ createtime }}
-
+
- 图斑分割结果
+ 线索分割结果
-
+
{
@@ -751,7 +751,7 @@
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -797,14 +797,14 @@
splitPolygonDetailShow.value = true;
};
- // 切换图斑
+ // 切换线索
const currentPolygon = ref();
const changeCurrentPolygon = (index, item) => {
let geoms = {
type: 'FeatureCollection',
features: [item.geom],
};
- // 绘图图斑
+ // 绘图线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
@@ -812,7 +812,7 @@
currentPolygon.value = index;
};
- // 图斑点击事件
+ // 线索点击事件
const onFeatureClick = (feature) => {
splitPolygonForm.value?.forEach((item, index) => {
console.log('item---', item);
@@ -844,7 +844,7 @@
// 保存分割
const saveSplitResult = () => {
if (splitPolygonForm.value?.length == 0) {
- createMessage.error('请先使用风格工具分割图斑!');
+ createMessage.error('请先使用风格工具分割线索!');
return null;
}
let checkResult = handlerBeforeSubmitCheckArea();
@@ -913,7 +913,7 @@
}
for (let key in areaAbnormal.value) {
if (areaAbnormal.value[key]) {
- createMessage.error('分割后总面积与原图斑总面积不一致!');
+ createMessage.error('分割后总面积与原线索总面积不一致!');
return false;
}
}
diff --git a/src/views/demo/illegalmining/curbspotcity/MapList/index.vue b/src/views/demo/illegalmining/curbspotcity/MapList/index.vue
index 19203da6..c78274ba 100644
--- a/src/views/demo/illegalmining/curbspotcity/MapList/index.vue
+++ b/src/views/demo/illegalmining/curbspotcity/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
emits('mapListScreenChange',value.target.value,'mapNo')"
@@ -110,7 +110,7 @@
- 图斑面积:
+ 线索面积:
{
// landType: props.infoScreenData.landType, //0 农用地 1建设用地
isOutTime: props.infoScreenData.isOverdue, //是否超期
year: props.infoScreenData.year, //年
- tubanlaiyuan: props.infoScreenData.patchSource, //图斑来源
+ tubanlaiyuan: props.infoScreenData.patchSource, //线索来源
picihao: props.infoScreenData.batch, //批次号
streetid: props.infoScreenData.streetId,
caseNo: props.infoScreenData.mapNo, //图版编号
@@ -490,8 +490,8 @@ const getParams = (data) => {
endTime: props.infoScreenData.endTime, // 下发结束时间
nowStatus: props.infoScreenData.mapStatus, // 当前状态
isBuildName: props.infoScreenData.markType, // 标注
- tubanArea1: props.infoScreenData.mapAreaFirst, // 图斑面积1
- tubanArea2: props.infoScreenData.mapAreaLast, // 图斑面积2
+ tubanArea1: props.infoScreenData.mapAreaFirst, // 线索面积1
+ tubanArea2: props.infoScreenData.mapAreaLast, // 线索面积2
gengdiArea1: props.infoScreenData.arableAreaFirst, //耕地面积1
gengdiArea2: props.infoScreenData.arableAreaLast, //耕地面积2
page: props.pageNo,
diff --git a/src/views/demo/illegalmining/curbspotcity/index.vue b/src/views/demo/illegalmining/curbspotcity/index.vue
index 38aa18ed..21d3be41 100644
--- a/src/views/demo/illegalmining/curbspotcity/index.vue
+++ b/src/views/demo/illegalmining/curbspotcity/index.vue
@@ -267,7 +267,7 @@
// landType: infoScreenData.value.landType, //0 农用地 1建设用地
isOutTime: infoScreenData.value.isOverdue, //是否超期
year: infoScreenData.value.year, //年
- tubanlaiyuan: infoScreenData.value.patchSource, //图斑来源
+ tubanlaiyuan: infoScreenData.value.patchSource, //线索来源
picihao: infoScreenData.value.batch, //批次号
// countyid: infoScreenData.value.countyId,
streetid: infoScreenData.value.streetId,
@@ -280,8 +280,8 @@
// measure_name: infoScreenData.value.measure,
nowStatus: infoScreenData.value.mapStatus, // 当前状态
isBuildName: infoScreenData.value.markType, // 标注
- tubanArea1: infoScreenData.value.mapAreaFirst, // 图斑面积1
- tubanArea2: infoScreenData.value.mapAreaLast, // 图斑面积2
+ tubanArea1: infoScreenData.value.mapAreaFirst, // 线索面积1
+ tubanArea2: infoScreenData.value.mapAreaLast, // 线索面积2
gengdiArea1: infoScreenData.value.arableAreaFirst, //耕地面积1
gengdiArea2: infoScreenData.value.arableAreaLast, //耕地面积2
// areaid: cityType.value.areaid,
@@ -392,11 +392,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
const infoDataListSort = (type, order) => {
diff --git a/src/views/demo/illegalmining/examiningaudit/index.vue b/src/views/demo/illegalmining/examiningaudit/index.vue
index 78cb45ca..f4802a63 100644
--- a/src/views/demo/illegalmining/examiningaudit/index.vue
+++ b/src/views/demo/illegalmining/examiningaudit/index.vue
@@ -58,11 +58,11 @@ function changeTask(val) {
}
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- message.error('当前数据没有图斑!');
+ message.error('当前数据没有线索!');
}
});
} else {
- message.error('当前数据没有图斑!');
+ message.error('当前数据没有线索!');
}
}
diff --git a/src/views/demo/illegalmining/fillingaudit/index.vue b/src/views/demo/illegalmining/fillingaudit/index.vue
index 78cb45ca..f4802a63 100644
--- a/src/views/demo/illegalmining/fillingaudit/index.vue
+++ b/src/views/demo/illegalmining/fillingaudit/index.vue
@@ -58,11 +58,11 @@ function changeTask(val) {
}
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- message.error('当前数据没有图斑!');
+ message.error('当前数据没有线索!');
}
});
} else {
- message.error('当前数据没有图斑!');
+ message.error('当前数据没有线索!');
}
}
diff --git a/src/views/demo/illegalmining/homepage/Map/SearchComponent/index.vue b/src/views/demo/illegalmining/homepage/Map/SearchComponent/index.vue
index 8b830de2..2c2bd814 100644
--- a/src/views/demo/illegalmining/homepage/Map/SearchComponent/index.vue
+++ b/src/views/demo/illegalmining/homepage/Map/SearchComponent/index.vue
@@ -1,7 +1,7 @@
查询
diff --git a/src/views/demo/illegalmining/illegaltreatment/illegaltreatment.data.ts b/src/views/demo/illegalmining/illegaltreatment/illegaltreatment.data.ts
index bd3eb9fc..7614edfe 100644
--- a/src/views/demo/illegalmining/illegaltreatment/illegaltreatment.data.ts
+++ b/src/views/demo/illegalmining/illegaltreatment/illegaltreatment.data.ts
@@ -37,7 +37,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'streetname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
@@ -46,7 +46,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'identificationtime',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
},
{
@@ -123,7 +123,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -191,7 +191,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/illegalmining/illegaltreatment/index.vue b/src/views/demo/illegalmining/illegaltreatment/index.vue
index a27d4158..0817c132 100644
--- a/src/views/demo/illegalmining/illegaltreatment/index.vue
+++ b/src/views/demo/illegalmining/illegaltreatment/index.vue
@@ -143,11 +143,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
diff --git a/src/views/demo/illegalmining/mainapproved/util.ts b/src/views/demo/illegalmining/mainapproved/util.ts
index d36ef80c..72955700 100644
--- a/src/views/demo/illegalmining/mainapproved/util.ts
+++ b/src/views/demo/illegalmining/mainapproved/util.ts
@@ -5,22 +5,22 @@ import { getChildrenTree } from '@/api/demo/system';
import { getLoad } from '@/api/sys/sysDataItemDetail';
export const columns: BasicColumn[] = [
{
- title: '原始图斑编号',
+ title: '原始线索编号',
dataIndex: 'original_case_no',
width: 200,
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'case_no',
width: 200,
},
{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'case_description',
width: 300,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
@@ -57,7 +57,7 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [
{
field: 'originalCaseNo',
- label: '原始图斑编号',
+ label: '原始线索编号',
component: 'Input',
colProps: { span: 5 },
componentProps: {
@@ -66,16 +66,16 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 5 },
componentProps: {
- placeholder: '请输入图斑编号',
+ placeholder: '请输入线索编号',
},
},
{
field: 'typename',
- label:'图斑类型',
+ label:'线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({formModel}) => {
diff --git a/src/views/demo/illegalmining/mainaudit/InfoModal/index.vue b/src/views/demo/illegalmining/mainaudit/InfoModal/index.vue
index e70f5c5b..0b5d2565 100644
--- a/src/views/demo/illegalmining/mainaudit/InfoModal/index.vue
+++ b/src/views/demo/illegalmining/mainaudit/InfoModal/index.vue
@@ -3,24 +3,24 @@
- 图斑详情:
+ 线索详情:
@@ -110,7 +110,7 @@
- 疑似违法涉矿图斑面积:
+ 疑似违法涉矿线索面积:
@@ -457,11 +457,11 @@ async function changeTask() {
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
geomsList.value = null;
- message.error('当前数据没有图斑!');
+ message.error('当前数据没有线索!');
}
});
} else {
- message.error('当前数据没有图斑!');
+ message.error('当前数据没有线索!');
}
}
const onMapboxLoad = () => {
diff --git a/src/views/demo/illegalmining/mainaudit/util.ts b/src/views/demo/illegalmining/mainaudit/util.ts
index bae8677a..50cde9bd 100644
--- a/src/views/demo/illegalmining/mainaudit/util.ts
+++ b/src/views/demo/illegalmining/mainaudit/util.ts
@@ -10,22 +10,22 @@ export const subjectKey = SubjectKeyList[code];
export const columns: BasicColumn[] = [
{
- title: '原始图斑编号',
+ title: '原始线索编号',
dataIndex: 'original_case_no',
width: 200,
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'case_no',
width: 200,
},
{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'case_description',
width: 300,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
@@ -62,7 +62,7 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [
{
field: 'originalCaseNo',
- label: '原始图斑编号',
+ label: '原始线索编号',
component: 'Input',
colProps: { span: 5 },
componentProps: {
@@ -71,16 +71,16 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 5 },
componentProps: {
- placeholder: '请输入图斑编号',
+ placeholder: '请输入线索编号',
},
},
{
field: 'typename',
- label:'图斑类型',
+ label:'线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({formModel}) => {
diff --git a/src/views/demo/illegalmining/mainclosed/util.ts b/src/views/demo/illegalmining/mainclosed/util.ts
index d36ef80c..72955700 100644
--- a/src/views/demo/illegalmining/mainclosed/util.ts
+++ b/src/views/demo/illegalmining/mainclosed/util.ts
@@ -5,22 +5,22 @@ import { getChildrenTree } from '@/api/demo/system';
import { getLoad } from '@/api/sys/sysDataItemDetail';
export const columns: BasicColumn[] = [
{
- title: '原始图斑编号',
+ title: '原始线索编号',
dataIndex: 'original_case_no',
width: 200,
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'case_no',
width: 200,
},
{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'case_description',
width: 300,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
@@ -57,7 +57,7 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [
{
field: 'originalCaseNo',
- label: '原始图斑编号',
+ label: '原始线索编号',
component: 'Input',
colProps: { span: 5 },
componentProps: {
@@ -66,16 +66,16 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 5 },
componentProps: {
- placeholder: '请输入图斑编号',
+ placeholder: '请输入线索编号',
},
},
{
field: 'typename',
- label:'图斑类型',
+ label:'线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({formModel}) => {
diff --git a/src/views/demo/illegalmining/patchsummary/index.vue b/src/views/demo/illegalmining/patchsummary/index.vue
index ce31bd2c..40c480d3 100644
--- a/src/views/demo/illegalmining/patchsummary/index.vue
+++ b/src/views/demo/illegalmining/patchsummary/index.vue
@@ -68,10 +68,10 @@
- 图斑汇总统计报表(execl)
+ 线索汇总统计报表(execl)
- 图斑汇总矢量数据(shp)
+ 线索汇总矢量数据(shp)
@@ -159,7 +159,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑汇总',
+ title: '线索汇总',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -189,10 +189,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfTuBanList';
- fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索汇总统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfShapefile';
- fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索汇总矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/illegalmining/patchsummary/patchsummary.data.ts b/src/views/demo/illegalmining/patchsummary/patchsummary.data.ts
index 8701d4f2..fe10565a 100644
--- a/src/views/demo/illegalmining/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/illegalmining/patchsummary/patchsummary.data.ts
@@ -11,7 +11,7 @@ import { getLoad } from '@/api/sys/sysDataItemDetail';
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -28,16 +28,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -104,7 +104,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -131,13 +131,13 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'Select',
colProps: { span: 4 },
componentProps: {
options: [
- { label: '部级矿产卫片图斑', value: '部级矿产卫片图斑' },
- { label: '省级矿产卫片图斑', value: '省级矿产卫片图斑' },
+ { label: '部级矿产卫片线索', value: '部级矿产卫片线索' },
+ { label: '省级矿产卫片线索', value: '省级矿产卫片线索' },
],
},
},
@@ -228,10 +228,10 @@ export const searchFormSchema: FormSchema[] = [
],
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -256,7 +256,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 6 },
},
diff --git a/src/views/demo/illegalmining/patternadjust/MapList/amend.vue b/src/views/demo/illegalmining/patternadjust/MapList/amend.vue
index 9bb06d2c..3456532d 100644
--- a/src/views/demo/illegalmining/patternadjust/MapList/amend.vue
+++ b/src/views/demo/illegalmining/patternadjust/MapList/amend.vue
@@ -2,7 +2,7 @@
@@ -13,10 +13,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
@@ -61,10 +61,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
diff --git a/src/views/demo/illegalmining/patternadjust/MapList/index.vue b/src/views/demo/illegalmining/patternadjust/MapList/index.vue
index efb5ef62..b7db0679 100644
--- a/src/views/demo/illegalmining/patternadjust/MapList/index.vue
+++ b/src/views/demo/illegalmining/patternadjust/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
mapListScreenChange(value.target.value, 'caseNo')"
@@ -53,7 +53,7 @@
- 图斑分割
+ 线索分割
分割还原
@@ -109,7 +109,7 @@
- 图斑面积:
+ 线索面积:
查询
diff --git a/src/views/demo/inspectionaudit/auditinfo/index.vue b/src/views/demo/inspectionaudit/auditinfo/index.vue
index bb651f57..c261c08d 100644
--- a/src/views/demo/inspectionaudit/auditinfo/index.vue
+++ b/src/views/demo/inspectionaudit/auditinfo/index.vue
@@ -150,11 +150,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
}
diff --git a/src/views/demo/inspectionaudit/caseoffence/RecordList.vue b/src/views/demo/inspectionaudit/caseoffence/RecordList.vue
index b31ccab9..2b00344a 100644
--- a/src/views/demo/inspectionaudit/caseoffence/RecordList.vue
+++ b/src/views/demo/inspectionaudit/caseoffence/RecordList.vue
@@ -30,7 +30,7 @@
{
diff --git a/src/views/demo/inspectionaudit/caseoffence/index.vue b/src/views/demo/inspectionaudit/caseoffence/index.vue
index 8c3c06b1..b70f6c28 100644
--- a/src/views/demo/inspectionaudit/caseoffence/index.vue
+++ b/src/views/demo/inspectionaudit/caseoffence/index.vue
@@ -12,17 +12,17 @@
-->
-
+
{{ record.xftbzs }}
-
+
{{ record.xfmj == 0 ? 0 : record.xfmj.toFixed(2) }}
-
+
{{ record.xfgdmj == 0 ? 0 : record.xfgdmj.toFixed(2) }}
@@ -177,7 +177,7 @@
- 无人机全域巡查图斑情况统计表
+ 无人机全域巡查线索情况统计表
土地卫片新增违法占用耕地情况统计表
@@ -190,7 +190,7 @@
- 统计明细图斑信息(execl)
+ 统计明细线索信息(execl)
统计明细矢量数据(shp)
@@ -260,7 +260,7 @@
const [registerTable] = useTable({
api: getCaseOffence,
columns: columns,
- // title: '无人机全域巡查图斑情况统计表',
+ // title: '无人机全域巡查线索情况统计表',
// titleHelpMessage: '合法、其他、非粮化、补办手续、拆除复耕均需市级审核通过才可判定为举证类型。',
formConfig: {
labelWidth: 120,
@@ -328,7 +328,7 @@
};
switch (CaseType) {
case 1:
- tabItem.label = '下发图斑';
+ tabItem.label = '下发线索';
break;
case 2:
tabItem.label = '合法';
@@ -424,10 +424,10 @@
}
switch (exportType) {
case 'chuantou_execl':
- // 穿透-导出图斑明细execl
+ // 穿透-导出线索明细execl
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoXcsj/ExprotCaseListByType';
fileName =
- '统计明细图斑信息 ' +
+ '统计明细线索信息 ' +
tablist[activeKey.value].countyname +
'-' +
tablist[activeKey.value].label +
@@ -436,7 +436,7 @@
'.xls';
break;
case 'chuantou_shp':
- // 穿透-导出图斑明细shp
+ // 穿透-导出线索明细shp
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoXcsj/ExportShapefile';
fileName =
'统计明细矢量数据 ' +
@@ -448,9 +448,9 @@
'.zip';
break;
case 'mingxi_1':
- // 无人机全域巡查图斑情况统计表
+ // 无人机全域巡查线索情况统计表
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoXcsj/CaseOffenceToExcel';
- fileName = '无人机全域巡查图斑情况统计表 ' + afterTitle + '.xls';
+ fileName = '无人机全域巡查线索情况统计表 ' + afterTitle + '.xls';
break;
case 'mingxi_2':
// 土地卫片新增违法占用耕地情况统计表
diff --git a/src/views/demo/inspectionaudit/changearea/MapList/amend.vue b/src/views/demo/inspectionaudit/changearea/MapList/amend.vue
index f830ddf2..4e2d2083 100644
--- a/src/views/demo/inspectionaudit/changearea/MapList/amend.vue
+++ b/src/views/demo/inspectionaudit/changearea/MapList/amend.vue
@@ -2,7 +2,7 @@
@@ -13,10 +13,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
@@ -61,10 +61,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
diff --git a/src/views/demo/inspectionaudit/changearea/MapList/index.vue b/src/views/demo/inspectionaudit/changearea/MapList/index.vue
index 06140b21..0dd78eeb 100644
--- a/src/views/demo/inspectionaudit/changearea/MapList/index.vue
+++ b/src/views/demo/inspectionaudit/changearea/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
mapListScreenChange(value.target.value, 'caseNo')"
@@ -74,7 +74,7 @@
- 图斑分割
+ 线索分割
分割还原
@@ -130,7 +130,7 @@
- 图斑面积:
+ 线索面积:
-->
- {{
+ {{
props.showInfoData.case_description
}}
-
+
{{ props.showInfoData.remark }}
{{ props.showInfoData.lng }}
{{ props.showInfoData.lat }}
{{
props.showInfoData.synchronoustime
}}
-
+
- 图斑信息
+ 线索信息
- {{ case_no }}
- {{ typename }}
+ {{ case_no }}
+ {{ typename }}
{{ countyname }}
{{ streetname }}
{{ communityname }}
- {{ dataProcessing(area) }}
+ {{ dataProcessing(area) }}
{{ dataProcessing(nongyongdi_area) }}
{{ dataProcessing(gengdi_area) }}
{{ dataProcessing(yongjiujibennongtian_area) }}
{{ dataProcessing(shengtaibaohuhongxian_area) }}
- {{ case_description }}
-
+ {{ case_description }}
+
{{ remark }}
{{ lng }}
{{ lat }}
{{ createtime }}
-
+
- 图斑分割结果
+ 线索分割结果
- 合并图斑
+ 合并线索
+ 删除线索 -->
还原分割
@@ -537,7 +537,7 @@
>
-
+
{
@@ -931,7 +931,7 @@ import { itemProps } from '@/components/Menu/src/props';
const handlerSplitPolygon = (e) => {
isLandTypeSpliting.value = true;
- // 删除被分割的图斑
+ // 删除被分割的线索
if(currentPolygon.value){
splitPolygonForm.value?.splice(currentPolygon.value,1);
splitAfterPolygon.value?.splice(currentPolygon.value,1);
@@ -954,7 +954,7 @@ import { itemProps } from '@/components/Menu/src/props';
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -995,19 +995,19 @@ import { itemProps } from '@/components/Menu/src/props';
// 处理面积
handlerFeatureArea();
- // 清空选中图斑
+ // 清空选中线索
let geoms = {
type: 'FeatureCollection',
features: [],
};
- // 绘制新图斑
+ // 绘制新线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
});
- // 清空当前图斑
+ // 清空当前线索
currentPolygon.value = null;
// 停止加载
@@ -1032,7 +1032,7 @@ import { itemProps } from '@/components/Menu/src/props';
}
splitPolygonForm.value?.forEach((item,index)=>{
- // 处理最后一块图斑面积
+ // 处理最后一块线索面积
if(index == splitPolygonForm.value.length-1){
splitPolygonForm.value[index].area = (area - addArea.area).toFixed(2) > 0 ? (area - addArea.area).toFixed(2) : null;
splitPolygonForm.value[index].gengdi_area = (gengdi_area - addArea.gengdi_area).toFixed(2) > 0 ? (gengdi_area - addArea.gengdi_area).toFixed(2) : null;
@@ -1080,14 +1080,14 @@ import { itemProps } from '@/components/Menu/src/props';
splitPolygonDetailShow.value = true;
};
- // 切换图斑
+ // 切换线索
const currentPolygon = ref(null);
const changeCurrentPolygon = (index, item) => {
let geoms = {
type: 'FeatureCollection',
features: [item.geom],
};
- // 绘图图斑
+ // 绘图线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
@@ -1095,7 +1095,7 @@ import { itemProps } from '@/components/Menu/src/props';
currentPolygon.value = index;
};
- // 图斑点击事件
+ // 线索点击事件
const onFeatureClick = (feature) => {
splitPolygonForm.value?.forEach((item, index) => {
if (item['geom']['properties']['id'] == feature.properties.id) {
@@ -1126,7 +1126,7 @@ import { itemProps } from '@/components/Menu/src/props';
};
- // 删除图斑
+ // 删除线索
const deleteSplitResult = ()=>{
@@ -1140,7 +1140,7 @@ import { itemProps } from '@/components/Menu/src/props';
})
if(deleteIndexs.length<1){
- createMessage.error("请选择需要删除的图斑!");
+ createMessage.error("请选择需要删除的线索!");
return;
}
@@ -1149,7 +1149,7 @@ import { itemProps } from '@/components/Menu/src/props';
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1187,7 +1187,7 @@ import { itemProps } from '@/components/Menu/src/props';
}
- // 合并图斑
+ // 合并线索
const mergeSplitResult = ()=>{
try{
@@ -1208,7 +1208,7 @@ import { itemProps } from '@/components/Menu/src/props';
})
if(deleteIndexs.length!=2){
- createMessage.error("请选择两个图斑进行合并!");
+ createMessage.error("请选择两个线索进行合并!");
return;
}
@@ -1218,7 +1218,7 @@ import { itemProps } from '@/components/Menu/src/props';
removeElementsByIndexes(splitPolygonForm.value,deleteIndexs);
- // 合并后图斑
+ // 合并后线索
// turf旧版本
// let union = turf.union(mergeArr[0],mergeArr[1]);
@@ -1226,7 +1226,7 @@ import { itemProps } from '@/components/Menu/src/props';
// turf 7.0新版本
let union = turf.union(turf.featureCollection([mergeArr[0], mergeArr[1]]))
- // 计算合并后的图斑面积
+ // 计算合并后的线索面积
let calAreaParams:CalTubanAreaModel = {
"wktgeom": GeojsonToWkt(union['geometry']),
}
@@ -1239,7 +1239,7 @@ import { itemProps } from '@/components/Menu/src/props';
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -1255,7 +1255,7 @@ import { itemProps } from '@/components/Menu/src/props';
splitAfterPolygon.value?.push(union);
splitPolygonForm.value?.push(polygon);
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1265,7 +1265,7 @@ import { itemProps } from '@/components/Menu/src/props';
fillStyle: { 'fill-color': '#fcf003', 'fill-opacity': 0.1 },
});
- // 合并后选中图斑
+ // 合并后选中线索
let checkedGeoms = {
type: 'FeatureCollection',
features: [],
@@ -1295,7 +1295,7 @@ import { itemProps } from '@/components/Menu/src/props';
isSpliting.value = true;
if (splitPolygonForm.value?.length == 0) {
- createMessage.error('请先使用分割工具分割图斑!');
+ createMessage.error('请先使用分割工具分割线索!');
isSpliting.value = false;
return null;
}
@@ -1370,7 +1370,7 @@ import { itemProps } from '@/components/Menu/src/props';
}
for (let key in areaAbnormal.value) {
if (areaAbnormal.value[key]) {
- createMessage.error('分割后总面积与原图斑总面积不一致!');
+ createMessage.error('分割后总面积与原线索总面积不一致!');
return false;
}
}
diff --git a/src/views/demo/inspectionaudit/curbspotcity/MapList/index.vue b/src/views/demo/inspectionaudit/curbspotcity/MapList/index.vue
index c5f894da..262b1e2c 100644
--- a/src/views/demo/inspectionaudit/curbspotcity/MapList/index.vue
+++ b/src/views/demo/inspectionaudit/curbspotcity/MapList/index.vue
@@ -23,7 +23,7 @@
/>
- 图斑来源
+ 线索来源
emits('mapListScreenChange',value.target.value,'mapNo')"
@@ -143,7 +143,7 @@
-->
- 图斑面积:
+ 线索面积:
{
landType: props.infoScreenData.landType, //0 农用地 1建设用地
isOutTime: props.infoScreenData.isOverdue, //是否超期
year: props.infoScreenData.year, //年
- tubanlaiyuan: props.infoScreenData.patchSource, //图斑来源
+ tubanlaiyuan: props.infoScreenData.patchSource, //线索来源
picihao: props.infoScreenData.batch, //批次号
streetid: props.infoScreenData.streetId,
caseNo: props.infoScreenData.mapNo, //图版编号
@@ -567,8 +567,8 @@ const getParams = (data) => {
endTime: props.infoScreenData.endTime, // 下发结束时间
nowStatus: props.infoScreenData.mapStatus, // 当前状态
isBuildName: props.infoScreenData.markType, // 标注
- tubanArea1: props.infoScreenData.mapAreaFirst, // 图斑面积1
- tubanArea2: props.infoScreenData.mapAreaLast, // 图斑面积2
+ tubanArea1: props.infoScreenData.mapAreaFirst, // 线索面积1
+ tubanArea2: props.infoScreenData.mapAreaLast, // 线索面积2
gengdiArea1: props.infoScreenData.arableAreaFirst, //耕地面积1
gengdiArea2: props.infoScreenData.arableAreaLast, //耕地面积2
page: props.pageNo,
diff --git a/src/views/demo/inspectionaudit/curbspotcity/index.vue b/src/views/demo/inspectionaudit/curbspotcity/index.vue
index 71dd44e0..defb3446 100644
--- a/src/views/demo/inspectionaudit/curbspotcity/index.vue
+++ b/src/views/demo/inspectionaudit/curbspotcity/index.vue
@@ -267,7 +267,7 @@
// landType: infoScreenData.value.landType, //0 农用地 1建设用地
isOutTime: infoScreenData.value.isOverdue, //是否超期
year: infoScreenData.value.year, //年
- tubanlaiyuan: infoScreenData.value.patchSource, //图斑来源
+ tubanlaiyuan: infoScreenData.value.patchSource, //线索来源
picihao: infoScreenData.value.batch, //批次号
// countyid: infoScreenData.value.countyId,
streetid: infoScreenData.value.streetId,
@@ -280,8 +280,8 @@
// measure_name: infoScreenData.value.measure,
nowStatus: infoScreenData.value.mapStatus, // 当前状态
isBuildName: infoScreenData.value.markType, // 标注
- tubanArea1: infoScreenData.value.mapAreaFirst, // 图斑面积1
- tubanArea2: infoScreenData.value.mapAreaLast, // 图斑面积2
+ tubanArea1: infoScreenData.value.mapAreaFirst, // 线索面积1
+ tubanArea2: infoScreenData.value.mapAreaLast, // 线索面积2
gengdiArea1: infoScreenData.value.arableAreaFirst, //耕地面积1
gengdiArea2: infoScreenData.value.arableAreaLast, //耕地面积2
// areaid: cityType.value.areaid,
@@ -399,11 +399,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
const infoDataListSort = (type, order) => {
diff --git a/src/views/demo/inspectionaudit/illegaltreatment/AuditProgress/index.vue b/src/views/demo/inspectionaudit/illegaltreatment/AuditProgress/index.vue
index bfcfccd3..5c471ff9 100644
--- a/src/views/demo/inspectionaudit/illegaltreatment/AuditProgress/index.vue
+++ b/src/views/demo/inspectionaudit/illegaltreatment/AuditProgress/index.vue
@@ -16,7 +16,7 @@
/>
查询
diff --git a/src/views/demo/inspectionaudit/illegaltreatment/illegaltreatment.data.ts b/src/views/demo/inspectionaudit/illegaltreatment/illegaltreatment.data.ts
index bd3eb9fc..7614edfe 100644
--- a/src/views/demo/inspectionaudit/illegaltreatment/illegaltreatment.data.ts
+++ b/src/views/demo/inspectionaudit/illegaltreatment/illegaltreatment.data.ts
@@ -37,7 +37,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'streetname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
@@ -46,7 +46,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'identificationtime',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
},
{
@@ -123,7 +123,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -191,7 +191,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/inspectionaudit/illegaltreatment/index.vue b/src/views/demo/inspectionaudit/illegaltreatment/index.vue
index 04335a51..7a25f9a9 100644
--- a/src/views/demo/inspectionaudit/illegaltreatment/index.vue
+++ b/src/views/demo/inspectionaudit/illegaltreatment/index.vue
@@ -147,11 +147,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
diff --git a/src/views/demo/inspectionaudit/patchsummary/index.vue b/src/views/demo/inspectionaudit/patchsummary/index.vue
index f127630a..859afe24 100644
--- a/src/views/demo/inspectionaudit/patchsummary/index.vue
+++ b/src/views/demo/inspectionaudit/patchsummary/index.vue
@@ -68,10 +68,10 @@
- 图斑列表统计报表(execl)
+ 线索列表统计报表(execl)
- 图斑列表矢量数据(shp)
+ 线索列表矢量数据(shp)
@@ -159,7 +159,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑列表',
+ title: '线索列表',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -189,10 +189,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoXcsj/ExportCaseInfoTuBanList';
- fileName = '图斑列表统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索列表统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoXcsj/ExportCaseInfoShapefile';
- fileName = '图斑列表矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索列表矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/inspectionaudit/patchsummary/patchsummary.data.ts b/src/views/demo/inspectionaudit/patchsummary/patchsummary.data.ts
index 0a8be832..9f717448 100644
--- a/src/views/demo/inspectionaudit/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/inspectionaudit/patchsummary/patchsummary.data.ts
@@ -11,7 +11,7 @@ import {
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -28,16 +28,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -104,7 +104,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -131,7 +131,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -233,10 +233,10 @@ export const searchFormSchema: FormSchema[] = [
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -270,7 +270,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 5 },
},
diff --git a/src/views/demo/keyproblem/keyissuesI/auditinfo/AuditProgress/index.vue b/src/views/demo/keyproblem/keyissuesI/auditinfo/AuditProgress/index.vue
index b3013f0d..ce0ac34f 100644
--- a/src/views/demo/keyproblem/keyissuesI/auditinfo/AuditProgress/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/auditinfo/AuditProgress/index.vue
@@ -16,7 +16,7 @@
/>
查询
diff --git a/src/views/demo/keyproblem/keyissuesI/auditinfo/index.vue b/src/views/demo/keyproblem/keyissuesI/auditinfo/index.vue
index 4090bf41..b43a4c79 100644
--- a/src/views/demo/keyproblem/keyissuesI/auditinfo/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/auditinfo/index.vue
@@ -150,11 +150,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
}
diff --git a/src/views/demo/keyproblem/keyissuesI/changearea/MapList/amend.vue b/src/views/demo/keyproblem/keyissuesI/changearea/MapList/amend.vue
index 6afab4e6..2ab8a459 100644
--- a/src/views/demo/keyproblem/keyissuesI/changearea/MapList/amend.vue
+++ b/src/views/demo/keyproblem/keyissuesI/changearea/MapList/amend.vue
@@ -2,7 +2,7 @@
@@ -13,10 +13,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
@@ -61,10 +61,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
diff --git a/src/views/demo/keyproblem/keyissuesI/changearea/MapList/index.vue b/src/views/demo/keyproblem/keyissuesI/changearea/MapList/index.vue
index 9d9a3ddc..f96f774b 100644
--- a/src/views/demo/keyproblem/keyissuesI/changearea/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/changearea/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
mapListScreenChange(value.target.value, 'caseNo')"
@@ -74,7 +74,7 @@
- 图斑分割
+ 线索分割
分割还原
@@ -130,7 +130,7 @@
- 图斑面积:
+ 线索面积:
-->
{{ dataProcessing(shengtaibaohuhongxian_area) }}
- {{ case_description }}
-
+ {{ case_description }}
+
{{ remark }}
{{ lng }}
{{ lat }}
{{ createtime }}
-
+
- 图斑分割结果
+ 线索分割结果
- 合并图斑
+ 合并线索
+ 删除线索 -->
还原分割
@@ -424,7 +424,7 @@
>
-
+
{
@@ -809,7 +809,7 @@ import { itemProps } from '@/components/Menu/src/props';
const handlerSplitPolygon = (e) => {
isLandTypeSpliting.value = true;
- // 删除被分割的图斑
+ // 删除被分割的线索
if(currentPolygon.value){
splitPolygonForm.value?.splice(currentPolygon.value,1);
splitAfterPolygon.value?.splice(currentPolygon.value,1);
@@ -832,7 +832,7 @@ import { itemProps } from '@/components/Menu/src/props';
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -873,19 +873,19 @@ import { itemProps } from '@/components/Menu/src/props';
// 处理面积
handlerFeatureArea();
- // 清空选中图斑
+ // 清空选中线索
let geoms = {
type: 'FeatureCollection',
features: [],
};
- // 绘制新图斑
+ // 绘制新线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
});
- // 清空当前图斑
+ // 清空当前线索
currentPolygon.value = null;
// 停止加载
@@ -911,7 +911,7 @@ import { itemProps } from '@/components/Menu/src/props';
}
splitPolygonForm.value?.forEach((item,index)=>{
- // 处理最后一块图斑面积
+ // 处理最后一块线索面积
if(index == splitPolygonForm.value.length-1){
splitPolygonForm.value[index].area = (area - addArea.area).toFixed(2) > 0 ? (area - addArea.area).toFixed(2) : null;
splitPolygonForm.value[index].gengdi_area = (gengdi_area - addArea.gengdi_area).toFixed(2) > 0 ? (gengdi_area - addArea.gengdi_area).toFixed(2) : null;
@@ -959,14 +959,14 @@ import { itemProps } from '@/components/Menu/src/props';
splitPolygonDetailShow.value = true;
};
- // 切换图斑
+ // 切换线索
const currentPolygon = ref(null);
const changeCurrentPolygon = (index, item) => {
let geoms = {
type: 'FeatureCollection',
features: [item.geom],
};
- // 绘图图斑
+ // 绘图线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
@@ -974,7 +974,7 @@ import { itemProps } from '@/components/Menu/src/props';
currentPolygon.value = index;
};
- // 图斑点击事件
+ // 线索点击事件
const onFeatureClick = (feature) => {
splitPolygonForm.value?.forEach((item, index) => {
if (item['geom']['properties']['id'] == feature.properties.id) {
@@ -1005,7 +1005,7 @@ import { itemProps } from '@/components/Menu/src/props';
};
- // 删除图斑
+ // 删除线索
const deleteSplitResult = ()=>{
@@ -1019,7 +1019,7 @@ import { itemProps } from '@/components/Menu/src/props';
})
if(deleteIndexs.length<1){
- createMessage.error("请选择需要删除的图斑!");
+ createMessage.error("请选择需要删除的线索!");
return;
}
@@ -1028,7 +1028,7 @@ import { itemProps } from '@/components/Menu/src/props';
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1066,7 +1066,7 @@ import { itemProps } from '@/components/Menu/src/props';
}
- // 合并图斑
+ // 合并线索
const mergeSplitResult = ()=>{
@@ -1088,7 +1088,7 @@ import { itemProps } from '@/components/Menu/src/props';
})
if(deleteIndexs.length!=2){
- createMessage.error("请选择两个图斑进行合并!");
+ createMessage.error("请选择两个线索进行合并!");
return;
}
@@ -1098,7 +1098,7 @@ import { itemProps } from '@/components/Menu/src/props';
removeElementsByIndexes(splitPolygonForm.value,deleteIndexs);
- // 合并后图斑
+ // 合并后线索
// turf旧版本
// let union = turf.union(mergeArr[0],mergeArr[1]);
@@ -1106,7 +1106,7 @@ import { itemProps } from '@/components/Menu/src/props';
// turf 7.0新版本
let union = turf.union(turf.featureCollection([mergeArr[0], mergeArr[1]]))
- // 计算合并后的图斑面积
+ // 计算合并后的线索面积
let calAreaParams:CalTubanAreaModel = {
"wktgeom": GeojsonToWkt(union['geometry']),
}
@@ -1117,7 +1117,7 @@ import { itemProps } from '@/components/Menu/src/props';
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -1134,7 +1134,7 @@ import { itemProps } from '@/components/Menu/src/props';
splitAfterPolygon.value?.push(union);
splitPolygonForm.value?.push(polygon);
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1144,7 +1144,7 @@ import { itemProps } from '@/components/Menu/src/props';
fillStyle: { 'fill-color': '#fcf003', 'fill-opacity': 0.1 },
});
- // 合并后选中图斑
+ // 合并后选中线索
let checkedGeoms = {
type: 'FeatureCollection',
features: [],
@@ -1175,7 +1175,7 @@ import { itemProps } from '@/components/Menu/src/props';
isSpliting.value = true;
if (splitPolygonForm.value?.length == 0) {
- createMessage.error('请先使用分割工具分割图斑!');
+ createMessage.error('请先使用分割工具分割线索!');
isSpliting.value = false;
return null;
}
@@ -1250,7 +1250,7 @@ import { itemProps } from '@/components/Menu/src/props';
}
for (let key in areaAbnormal.value) {
if (areaAbnormal.value[key]) {
- createMessage.error('分割后总面积与原图斑总面积不一致!');
+ createMessage.error('分割后总面积与原线索总面积不一致!');
return false;
}
}
diff --git a/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue b/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue
index 04c96aed..53fb3161 100644
--- a/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue
@@ -23,7 +23,7 @@
/>
- 图斑来源
+ 线索来源
emits('mapListScreenChange',value.target.value,'mapNo')"
@@ -144,7 +144,7 @@
-->
- 图斑面积:
+ 线索面积:
{
landType: props.infoScreenData.landType, //0 农用地 1建设用地
isOutTime: props.infoScreenData.isOverdue, //是否超期
year: props.infoScreenData.year, //年
- tubanlaiyuan: props.infoScreenData.patchSource, //图斑来源
+ tubanlaiyuan: props.infoScreenData.patchSource, //线索来源
picihao: props.infoScreenData.batch, //批次号
streetid: props.infoScreenData.streetId,
caseNo: props.infoScreenData.mapNo, //图版编号
@@ -568,8 +568,8 @@ const getParams = (data) => {
endTime: props.infoScreenData.endTime, // 下发结束时间
nowStatus: props.infoScreenData.mapStatus, // 当前状态
isBuildName: props.infoScreenData.markType, // 标注
- tubanArea1: props.infoScreenData.mapAreaFirst, // 图斑面积1
- tubanArea2: props.infoScreenData.mapAreaLast, // 图斑面积2
+ tubanArea1: props.infoScreenData.mapAreaFirst, // 线索面积1
+ tubanArea2: props.infoScreenData.mapAreaLast, // 线索面积2
gengdiArea1: props.infoScreenData.arableAreaFirst, //耕地面积1
gengdiArea2: props.infoScreenData.arableAreaLast, //耕地面积2
page: props.pageNo,
diff --git a/src/views/demo/keyproblem/keyissuesI/curbspotcity/index.vue b/src/views/demo/keyproblem/keyissuesI/curbspotcity/index.vue
index 8f8bfd19..49ae0bb6 100644
--- a/src/views/demo/keyproblem/keyissuesI/curbspotcity/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/curbspotcity/index.vue
@@ -280,7 +280,7 @@
// landType: infoScreenData.value.landType, //0 农用地 1建设用地
isOutTime: infoScreenData.value.isOverdue, //是否超期
year: infoScreenData.value.year, //年
- tubanlaiyuan: infoScreenData.value.patchSource, //图斑来源
+ tubanlaiyuan: infoScreenData.value.patchSource, //线索来源
picihao: infoScreenData.value.batch, //批次号
// countyid: infoScreenData.value.countyId,
streetid: infoScreenData.value.streetId,
@@ -293,8 +293,8 @@
// measure_name: infoScreenData.value.measure,
nowStatus: infoScreenData.value.mapStatus, // 当前状态
isBuildName: infoScreenData.value.markType, // 标注
- tubanArea1: infoScreenData.value.mapAreaFirst, // 图斑面积1
- tubanArea2: infoScreenData.value.mapAreaLast, // 图斑面积2
+ tubanArea1: infoScreenData.value.mapAreaFirst, // 线索面积1
+ tubanArea2: infoScreenData.value.mapAreaLast, // 线索面积2
gengdiArea1: infoScreenData.value.arableAreaFirst, //耕地面积1
gengdiArea2: infoScreenData.value.arableAreaLast, //耕地面积2
// areaid: cityType.value.areaid,
@@ -412,11 +412,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
const infoDataListSort = (type, order) => {
diff --git a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/AuditProgress/index.vue b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/AuditProgress/index.vue
index 6fff981d..2bea14bd 100644
--- a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/AuditProgress/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/AuditProgress/index.vue
@@ -16,7 +16,7 @@
/>
查询
diff --git a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/illegaltreatment.data.ts b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/illegaltreatment.data.ts
index bd3eb9fc..7614edfe 100644
--- a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/illegaltreatment.data.ts
+++ b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/illegaltreatment.data.ts
@@ -37,7 +37,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'streetname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
@@ -46,7 +46,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'identificationtime',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
},
{
@@ -123,7 +123,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -191,7 +191,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/index.vue b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/index.vue
index 02ff37ea..9bfa7dba 100644
--- a/src/views/demo/keyproblem/keyissuesI/illegaltreatment/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/illegaltreatment/index.vue
@@ -147,11 +147,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
diff --git a/src/views/demo/keyproblem/keyissuesI/patchsummary/index.vue b/src/views/demo/keyproblem/keyissuesI/patchsummary/index.vue
index 5ba1f931..c675bc7a 100644
--- a/src/views/demo/keyproblem/keyissuesI/patchsummary/index.vue
+++ b/src/views/demo/keyproblem/keyissuesI/patchsummary/index.vue
@@ -68,10 +68,10 @@
- 图斑列表统计报表(execl)
+ 线索列表统计报表(execl)
- 图斑列表矢量数据(shp)
+ 线索列表矢量数据(shp)
@@ -160,7 +160,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑列表',
+ title: '线索列表',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -190,10 +190,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoZdwt1/ExportCaseInfoTuBanList';
- fileName = '图斑列表统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索列表统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoZdwt1/ExportCaseInfoShapefile';
- fileName = '图斑列表矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索列表矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/keyproblem/keyissuesI/patchsummary/patchsummary.data.ts b/src/views/demo/keyproblem/keyissuesI/patchsummary/patchsummary.data.ts
index de9902c6..25b00ebd 100644
--- a/src/views/demo/keyproblem/keyissuesI/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/keyproblem/keyissuesI/patchsummary/patchsummary.data.ts
@@ -11,7 +11,7 @@ import {
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -28,16 +28,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -104,7 +104,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -132,7 +132,7 @@ export const searchFormSchema: FormSchema[] = [
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -250,10 +250,10 @@ export const searchFormSchema: FormSchema[] = [
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -287,7 +287,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 6 },
},
diff --git a/src/views/demo/keyproblem/keyissuesII/auditinfo/AuditProgress/index.vue b/src/views/demo/keyproblem/keyissuesII/auditinfo/AuditProgress/index.vue
index 22ba6cc8..fedb6953 100644
--- a/src/views/demo/keyproblem/keyissuesII/auditinfo/AuditProgress/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/auditinfo/AuditProgress/index.vue
@@ -16,7 +16,7 @@
/>
查询
diff --git a/src/views/demo/keyproblem/keyissuesII/auditinfo/index.vue b/src/views/demo/keyproblem/keyissuesII/auditinfo/index.vue
index 995f9963..5bdd553b 100644
--- a/src/views/demo/keyproblem/keyissuesII/auditinfo/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/auditinfo/index.vue
@@ -150,11 +150,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
}
diff --git a/src/views/demo/keyproblem/keyissuesII/changearea/MapList/amend.vue b/src/views/demo/keyproblem/keyissuesII/changearea/MapList/amend.vue
index 3f079dc1..cde4eb13 100644
--- a/src/views/demo/keyproblem/keyissuesII/changearea/MapList/amend.vue
+++ b/src/views/demo/keyproblem/keyissuesII/changearea/MapList/amend.vue
@@ -2,7 +2,7 @@
@@ -13,10 +13,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
@@ -61,10 +61,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
diff --git a/src/views/demo/keyproblem/keyissuesII/changearea/MapList/index.vue b/src/views/demo/keyproblem/keyissuesII/changearea/MapList/index.vue
index 13bea805..7509c00b 100644
--- a/src/views/demo/keyproblem/keyissuesII/changearea/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/changearea/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
mapListScreenChange(value.target.value, 'caseNo')"
@@ -74,7 +74,7 @@
- 图斑分割
+ 线索分割
分割还原
@@ -130,7 +130,7 @@
- 图斑面积:
+ 线索面积:
-->
{{ dataProcessing(shengtaibaohuhongxian_area) }}
- {{ case_description }}
-
+ {{ case_description }}
+
{{ remark }}
{{ lng }}
{{ lat }}
{{ createtime }}
-
+
- 图斑分割结果
+ 线索分割结果
- 合并图斑
+ 合并线索
+ 删除线索 -->
还原分割
@@ -424,7 +424,7 @@
>
-
+
{
@@ -806,7 +806,7 @@ const handleCancelPreviewFile = ()=>{
const handlerSplitPolygon = (e) => {
isLandTypeSpliting.value = true;
- // 删除被分割的图斑
+ // 删除被分割的线索
if(currentPolygon.value){
splitPolygonForm.value?.splice(currentPolygon.value,1);
splitAfterPolygon.value?.splice(currentPolygon.value,1);
@@ -829,7 +829,7 @@ const handleCancelPreviewFile = ()=>{
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -870,19 +870,19 @@ const handleCancelPreviewFile = ()=>{
// 处理面积
handlerFeatureArea();
- // 清空选中图斑
+ // 清空选中线索
let geoms = {
type: 'FeatureCollection',
features: [],
};
- // 绘制新图斑
+ // 绘制新线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
});
- // 清空当前图斑
+ // 清空当前线索
currentPolygon.value = null;
// 停止加载
@@ -908,7 +908,7 @@ const handleCancelPreviewFile = ()=>{
}
splitPolygonForm.value?.forEach((item,index)=>{
- // 处理最后一块图斑面积
+ // 处理最后一块线索面积
if(index == splitPolygonForm.value.length-1){
splitPolygonForm.value[index].area = (area - addArea.area).toFixed(2) > 0 ? (area - addArea.area).toFixed(2) : null;
splitPolygonForm.value[index].gengdi_area = (gengdi_area - addArea.gengdi_area).toFixed(2) > 0 ? (gengdi_area - addArea.gengdi_area).toFixed(2) : null;
@@ -956,14 +956,14 @@ const handleCancelPreviewFile = ()=>{
splitPolygonDetailShow.value = true;
};
- // 切换图斑
+ // 切换线索
const currentPolygon = ref(null);
const changeCurrentPolygon = (index, item) => {
let geoms = {
type: 'FeatureCollection',
features: [item.geom],
};
- // 绘图图斑
+ // 绘图线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
@@ -971,7 +971,7 @@ const handleCancelPreviewFile = ()=>{
currentPolygon.value = index;
};
- // 图斑点击事件
+ // 线索点击事件
const onFeatureClick = (feature) => {
splitPolygonForm.value?.forEach((item, index) => {
if (item['geom']['properties']['id'] == feature.properties.id) {
@@ -1002,7 +1002,7 @@ const handleCancelPreviewFile = ()=>{
};
- // 删除图斑
+ // 删除线索
const deleteSplitResult = ()=>{
@@ -1016,7 +1016,7 @@ const handleCancelPreviewFile = ()=>{
})
if(deleteIndexs.length<1){
- createMessage.error("请选择需要删除的图斑!");
+ createMessage.error("请选择需要删除的线索!");
return;
}
@@ -1025,7 +1025,7 @@ const handleCancelPreviewFile = ()=>{
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1063,7 +1063,7 @@ const handleCancelPreviewFile = ()=>{
}
- // 合并图斑
+ // 合并线索
const mergeSplitResult = ()=>{
@@ -1085,7 +1085,7 @@ const handleCancelPreviewFile = ()=>{
})
if(deleteIndexs.length!=2){
- createMessage.error("请选择两个图斑进行合并!");
+ createMessage.error("请选择两个线索进行合并!");
return;
}
@@ -1095,7 +1095,7 @@ const handleCancelPreviewFile = ()=>{
removeElementsByIndexes(splitPolygonForm.value,deleteIndexs);
- // 合并后图斑
+ // 合并后线索
// turf旧版本
// let union = turf.union(mergeArr[0],mergeArr[1]);
@@ -1103,7 +1103,7 @@ const handleCancelPreviewFile = ()=>{
// turf 7.0新版本
let union = turf.union(turf.featureCollection([mergeArr[0], mergeArr[1]]))
- // 计算合并后的图斑面积
+ // 计算合并后的线索面积
let calAreaParams:CalTubanAreaModel = {
"wktgeom": GeojsonToWkt(union['geometry']),
}
@@ -1114,7 +1114,7 @@ const handleCancelPreviewFile = ()=>{
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -1131,7 +1131,7 @@ const handleCancelPreviewFile = ()=>{
splitAfterPolygon.value?.push(union);
splitPolygonForm.value?.push(polygon);
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1141,7 +1141,7 @@ const handleCancelPreviewFile = ()=>{
fillStyle: { 'fill-color': '#fcf003', 'fill-opacity': 0.1 },
});
- // 合并后选中图斑
+ // 合并后选中线索
let checkedGeoms = {
type: 'FeatureCollection',
features: [],
@@ -1167,7 +1167,7 @@ const handleCancelPreviewFile = ()=>{
isSpliting.value = true;
if (splitPolygonForm.value?.length == 0) {
- createMessage.error('请先使用分割工具分割图斑!');
+ createMessage.error('请先使用分割工具分割线索!');
isSpliting.value = false;
return null;
}
@@ -1242,7 +1242,7 @@ const handleCancelPreviewFile = ()=>{
}
for (let key in areaAbnormal.value) {
if (areaAbnormal.value[key]) {
- createMessage.error('分割后总面积与原图斑总面积不一致!');
+ createMessage.error('分割后总面积与原线索总面积不一致!');
return false;
}
}
diff --git a/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/index.vue b/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/index.vue
index dc575688..c7f63259 100644
--- a/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/index.vue
@@ -23,7 +23,7 @@
/>
- 图斑来源
+ 线索来源
emits('mapListScreenChange',value.target.value,'mapNo')"
@@ -144,7 +144,7 @@
-->
- 图斑面积:
+ 线索面积:
{
landType: props.infoScreenData.landType, //0 农用地 1建设用地
isOutTime: props.infoScreenData.isOverdue, //是否超期
year: props.infoScreenData.year, //年
- tubanlaiyuan: props.infoScreenData.patchSource, //图斑来源
+ tubanlaiyuan: props.infoScreenData.patchSource, //线索来源
picihao: props.infoScreenData.batch, //批次号
streetid: props.infoScreenData.streetId,
caseNo: props.infoScreenData.mapNo, //图版编号
@@ -568,8 +568,8 @@ const getParams = (data) => {
endTime: props.infoScreenData.endTime, // 下发结束时间
nowStatus: props.infoScreenData.mapStatus, // 当前状态
isBuildName: props.infoScreenData.markType, // 标注
- tubanArea1: props.infoScreenData.mapAreaFirst, // 图斑面积1
- tubanArea2: props.infoScreenData.mapAreaLast, // 图斑面积2
+ tubanArea1: props.infoScreenData.mapAreaFirst, // 线索面积1
+ tubanArea2: props.infoScreenData.mapAreaLast, // 线索面积2
gengdiArea1: props.infoScreenData.arableAreaFirst, //耕地面积1
gengdiArea2: props.infoScreenData.arableAreaLast, //耕地面积2
page: props.pageNo,
diff --git a/src/views/demo/keyproblem/keyissuesII/curbspotcity/index.vue b/src/views/demo/keyproblem/keyissuesII/curbspotcity/index.vue
index c38c219f..b9987d89 100644
--- a/src/views/demo/keyproblem/keyissuesII/curbspotcity/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/curbspotcity/index.vue
@@ -280,7 +280,7 @@
// landType: infoScreenData.value.landType, //0 农用地 1建设用地
isOutTime: infoScreenData.value.isOverdue, //是否超期
year: infoScreenData.value.year, //年
- tubanlaiyuan: infoScreenData.value.patchSource, //图斑来源
+ tubanlaiyuan: infoScreenData.value.patchSource, //线索来源
picihao: infoScreenData.value.batch, //批次号
// countyid: infoScreenData.value.countyId,
streetid: infoScreenData.value.streetId,
@@ -293,8 +293,8 @@
// measure_name: infoScreenData.value.measure,
nowStatus: infoScreenData.value.mapStatus, // 当前状态
isBuildName: infoScreenData.value.markType, // 标注
- tubanArea1: infoScreenData.value.mapAreaFirst, // 图斑面积1
- tubanArea2: infoScreenData.value.mapAreaLast, // 图斑面积2
+ tubanArea1: infoScreenData.value.mapAreaFirst, // 线索面积1
+ tubanArea2: infoScreenData.value.mapAreaLast, // 线索面积2
gengdiArea1: infoScreenData.value.arableAreaFirst, //耕地面积1
gengdiArea2: infoScreenData.value.arableAreaLast, //耕地面积2
// areaid: cityType.value.areaid,
@@ -412,11 +412,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
const infoDataListSort = (type, order) => {
diff --git a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/AuditProgress/index.vue b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/AuditProgress/index.vue
index 3b6614f3..3fa04a76 100644
--- a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/AuditProgress/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/AuditProgress/index.vue
@@ -16,7 +16,7 @@
/>
查询
diff --git a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/illegaltreatment.data.ts b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/illegaltreatment.data.ts
index bd3eb9fc..7614edfe 100644
--- a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/illegaltreatment.data.ts
+++ b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/illegaltreatment.data.ts
@@ -37,7 +37,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'streetname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
@@ -46,7 +46,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'identificationtime',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
},
{
@@ -123,7 +123,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -191,7 +191,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/index.vue b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/index.vue
index 13d97283..ba5b872f 100644
--- a/src/views/demo/keyproblem/keyissuesII/illegaltreatment/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/illegaltreatment/index.vue
@@ -147,11 +147,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
diff --git a/src/views/demo/keyproblem/keyissuesII/patchsummary/index.vue b/src/views/demo/keyproblem/keyissuesII/patchsummary/index.vue
index 962797e1..28d5cc53 100644
--- a/src/views/demo/keyproblem/keyissuesII/patchsummary/index.vue
+++ b/src/views/demo/keyproblem/keyissuesII/patchsummary/index.vue
@@ -68,10 +68,10 @@
- 图斑列表统计报表(execl)
+ 线索列表统计报表(execl)
- 图斑列表矢量数据(shp)
+ 线索列表矢量数据(shp)
@@ -160,7 +160,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑列表',
+ title: '线索列表',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -190,10 +190,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoZdwt2/ExportCaseInfoTuBanList';
- fileName = '图斑列表统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索列表统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoZdwt2/ExportCaseInfoShapefile';
- fileName = '图斑列表矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索列表矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/keyproblem/keyissuesII/patchsummary/patchsummary.data.ts b/src/views/demo/keyproblem/keyissuesII/patchsummary/patchsummary.data.ts
index 0552aab9..ea9f67d2 100644
--- a/src/views/demo/keyproblem/keyissuesII/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/keyproblem/keyissuesII/patchsummary/patchsummary.data.ts
@@ -11,7 +11,7 @@ import {
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -28,16 +28,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -104,7 +104,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -132,7 +132,7 @@ export const searchFormSchema: FormSchema[] = [
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -250,10 +250,10 @@ export const searchFormSchema: FormSchema[] = [
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -287,7 +287,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 6 },
},
diff --git a/src/views/demo/layermanagement/index.vue b/src/views/demo/layermanagement/index.vue
index bde1e004..083f0f49 100644
--- a/src/views/demo/layermanagement/index.vue
+++ b/src/views/demo/layermanagement/index.vue
@@ -33,7 +33,7 @@
// 图层绘制类型
const type = ref('add')
- // 图斑数据
+ // 线索数据
// const feature ="LINESTRING (118.55483239594203 35.81329409678203, 118.54889167836416 35.806406839795216, 118.55647247134772 35.80285975465173, 118.56157492816281 35.803303140294986)"
// const feature = "POLYGON ((118.54774514802972 35.80786133598188, 118.54515277045988 35.79816597053564, 118.55919536113471 35.80085134034624, 118.56021460056033 35.80462789316549, 118.5595188628206 35.80695604583504, 118.5580066425723 35.80815336506183, 118.54774514802972 35.80786133598188))"
@@ -53,17 +53,17 @@ let drawFeatures = [
// 绘图完成返回geom
const handlerDrawComplete = (geom)=>{
- console.log("绘制完成返回的图斑",geom);
+ console.log("绘制完成返回的线索",geom);
}
// 地图组件
const MapboxComponent = ref()
- // 添加 或者 编辑图斑
+ // 添加 或者 编辑线索
// setTimeout(function(){
- // // 添加图斑
+ // // 添加线索
// // MapboxComponent.value.handlerDraw()
- // // 编辑图斑
+ // // 编辑线索
// MapboxComponent.value.handlerDraw(drawFeatures)
// },3000)
@@ -74,7 +74,7 @@ let drawFeatures = [
// // MapboxComponent.value.handlerDraw()
// },6000)
- // 图斑定位
+ // 线索定位
// setTimeout(function(){
// MapboxComponent.value.handlerLocation([118.556717,35.80391]);
// },6000)
diff --git a/src/views/demo/minerals/miningstatistics/index.vue b/src/views/demo/minerals/miningstatistics/index.vue
index d050e36b..0a7f88da 100644
--- a/src/views/demo/minerals/miningstatistics/index.vue
+++ b/src/views/demo/minerals/miningstatistics/index.vue
@@ -26,10 +26,10 @@
- 图斑汇总统计报表(execl)
+ 线索汇总统计报表(execl)
- 图斑汇总矢量数据(shp)
+ 线索汇总矢量数据(shp)
@@ -121,10 +121,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoMinerals/ExprotMineralsLedger';
- fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索汇总统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfShapefile';
- fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索汇总矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/minerals/patchsummary/detail/index.vue b/src/views/demo/minerals/patchsummary/detail/index.vue
index bebbbaef..c8e3714e 100644
--- a/src/views/demo/minerals/patchsummary/detail/index.vue
+++ b/src/views/demo/minerals/patchsummary/detail/index.vue
@@ -24,7 +24,7 @@
'word-break': 'break-all',
}"
>
- {{ caseInfo.case_no }}
+ {{ caseInfo.case_no }}
{{ caseInfo.syear_base }}
{{ caseInfo.jieshou_time }}
{{
@@ -33,12 +33,12 @@
{{ caseInfo.centerlng_base }} / {{ caseInfo.centerlat_base }}
- {{ caseInfo.tubanlaiyuan }}
- {{
+ {{ caseInfo.tubanlaiyuan }}
+ {{
// dataProcessing(caseInfo.weifaarea_base)
caseInfo.weifaarea_base
}}
- {{
+ {{
caseInfo.case_description
}}
{{
@@ -80,7 +80,7 @@
{{
caseInfo.chulishixian_base
}}
-
+
- {{ caseInfo.typename }}
+ {{ caseInfo.typename }}
{{
getLabel('hefapanding_fill', caseInfo.hefapanding_fill)
}}
@@ -198,7 +198,7 @@
caseInfo.shejichanneng_base
}}
- {{
+ {{
caseInfo.shuoming_fill
}}
@@ -659,7 +659,7 @@
{{
caseInfo.cunzaiwenti_jgzhg
}}
- {{
+ {{
caseInfo.shuoming_jgzhg
}}
@@ -1025,11 +1025,11 @@
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
geomsList.value = null;
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
// const hanlderPreViewFile = (url) => {
diff --git a/src/views/demo/minerals/patchsummary/index.vue b/src/views/demo/minerals/patchsummary/index.vue
index becf4244..8c245b86 100644
--- a/src/views/demo/minerals/patchsummary/index.vue
+++ b/src/views/demo/minerals/patchsummary/index.vue
@@ -55,10 +55,10 @@
- 图斑汇总统计报表(execl)
+ 线索汇总统计报表(execl)
- 图斑汇总矢量数据(shp)
+ 线索汇总矢量数据(shp)
@@ -145,7 +145,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑列表',
+ title: '线索列表',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -175,10 +175,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoMinerals/ExportCaseInfoMineralsTuBanList';
- fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索汇总统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoMinerals/ExportIllegalCaiKuangShapefile';
- fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索汇总矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/minerals/patchsummary/patchsummary.data.ts b/src/views/demo/minerals/patchsummary/patchsummary.data.ts
index 59df81bb..a19ac3c5 100644
--- a/src/views/demo/minerals/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/minerals/patchsummary/patchsummary.data.ts
@@ -9,7 +9,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'syear_base',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'tubannum_base',
width: 200,
},
@@ -31,7 +31,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'type_base',
},
{
@@ -39,7 +39,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'kuangzhong_kcfill',
},
{
- title: '图斑变化情况说明',
+ title: '线索变化情况说明',
dataIndex: 'shuoming_fill',
},
{
@@ -52,7 +52,7 @@ export const columns: BasicColumn[] = [
width: 200,
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'weifaarea_base',
},
{
@@ -121,7 +121,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -139,7 +139,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'type_base',
- label: '图斑类型',
+ label: '线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -272,10 +272,10 @@ export const searchFormSchema: FormSchema[] = [
};
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -320,7 +320,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubannum_base',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 6 },
},
diff --git a/src/views/demo/minerals/patchsummaryData/detail/index.vue b/src/views/demo/minerals/patchsummaryData/detail/index.vue
index 3bd45c4d..8de61a46 100644
--- a/src/views/demo/minerals/patchsummaryData/detail/index.vue
+++ b/src/views/demo/minerals/patchsummaryData/detail/index.vue
@@ -24,7 +24,7 @@
'word-break': 'break-all',
}"
>
- {{ caseInfo.case_no }}
+ {{ caseInfo.case_no }}
{{ caseInfo.syear_base }}
{{ caseInfo.jieshou_time }}
{{
@@ -33,12 +33,12 @@
{{ caseInfo.centerlng_base }} / {{ caseInfo.centerlat_base }}
- {{ caseInfo.tubanlaiyuan }}
- {{
+ {{ caseInfo.tubanlaiyuan }}
+ {{
// dataProcessing(caseInfo.weifaarea_base)
caseInfo.weifaarea_base
}}
- {{
+ {{
caseInfo.case_description
}}
{{
@@ -80,7 +80,7 @@
{{
caseInfo.chulishixian_base
}}
-
+
- {{ caseInfo.typename }}
+ {{ caseInfo.typename }}
{{
getLabel('hefapanding_fill', caseInfo.hefapanding_fill)
}}
@@ -198,7 +198,7 @@
caseInfo.shejichanneng_base
}}
- {{
+ {{
caseInfo.shuoming_fill
}}
@@ -659,7 +659,7 @@
{{
caseInfo.cunzaiwenti_jgzhg
}}
- {{
+ {{
caseInfo.shuoming_jgzhg
}}
@@ -1027,11 +1027,11 @@
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
geomsList.value = null;
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
// const hanlderPreViewFile = (url) => {
diff --git a/src/views/demo/minerals/patchsummaryData/index.vue b/src/views/demo/minerals/patchsummaryData/index.vue
index 9c40a73a..9bde407c 100644
--- a/src/views/demo/minerals/patchsummaryData/index.vue
+++ b/src/views/demo/minerals/patchsummaryData/index.vue
@@ -55,10 +55,10 @@
- 图斑汇总统计报表(execl)
+ 线索汇总统计报表(execl)
- 图斑汇总矢量数据(shp)
+ 线索汇总矢量数据(shp)
@@ -155,7 +155,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑列表',
+ title: '线索列表',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -185,10 +185,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoMinerals/ExportCaseInfoMineralsTuBanList';
- fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索汇总统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoMinerals/ExportIllegalCaiKuangShapefile';
- fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索汇总矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
@@ -294,13 +294,13 @@
// 获取到files
function getFiles(caseInfo) {
const files: any = [];
- // 详情_图斑图片
+ // 详情_线索图片
if (caseInfo.tubanpic_base) {
caseInfo.tubanpic_base.split(',').forEach((item) => {
files.push({
name: item.split('\\').pop(),
url: VITE_GLOB_INFO_IMAGE_URL + '/' + item,
- path: '详情_图斑图片',
+ path: '详情_线索图片',
});
});
}
diff --git a/src/views/demo/minerals/patchsummaryData/patchsummary.data.ts b/src/views/demo/minerals/patchsummaryData/patchsummary.data.ts
index 59df81bb..a19ac3c5 100644
--- a/src/views/demo/minerals/patchsummaryData/patchsummary.data.ts
+++ b/src/views/demo/minerals/patchsummaryData/patchsummary.data.ts
@@ -9,7 +9,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'syear_base',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'tubannum_base',
width: 200,
},
@@ -31,7 +31,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'type_base',
},
{
@@ -39,7 +39,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'kuangzhong_kcfill',
},
{
- title: '图斑变化情况说明',
+ title: '线索变化情况说明',
dataIndex: 'shuoming_fill',
},
{
@@ -52,7 +52,7 @@ export const columns: BasicColumn[] = [
width: 200,
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'weifaarea_base',
},
{
@@ -121,7 +121,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -139,7 +139,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'type_base',
- label: '图斑类型',
+ label: '线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -272,10 +272,10 @@ export const searchFormSchema: FormSchema[] = [
};
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -320,7 +320,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubannum_base',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 6 },
},
diff --git a/src/views/demo/minerals/processingstatistics/index.vue b/src/views/demo/minerals/processingstatistics/index.vue
index d774004e..b7220a47 100644
--- a/src/views/demo/minerals/processingstatistics/index.vue
+++ b/src/views/demo/minerals/processingstatistics/index.vue
@@ -26,10 +26,10 @@
- 图斑汇总统计报表(execl)
+ 线索汇总统计报表(execl)
- 图斑汇总矢量数据(shp)
+ 线索汇总矢量数据(shp)
@@ -121,10 +121,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoMinerals/ExprotMineralsProcess';
- fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索汇总统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfShapefile';
- fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索汇总矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/onlineform/formCall/ShowFormModal/index.vue b/src/views/demo/onlineform/formCall/ShowFormModal/index.vue
index 422dbe2e..861540fd 100644
--- a/src/views/demo/onlineform/formCall/ShowFormModal/index.vue
+++ b/src/views/demo/onlineform/formCall/ShowFormModal/index.vue
@@ -236,7 +236,7 @@
//表单填写数据
async function ModalSureClick() {
- // 如果有地图,先调用保存地图函数保存完图斑数据后获取图斑数据再将图斑id保存到主表
+ // 如果有地图,先调用保存地图函数保存完线索数据后获取线索数据再将线索id保存到主表
// addGeom(props.geometryForm).then(res=>{
// console.log("addGeom",res)
// })
diff --git a/src/views/demo/onlineform/formCall/index.vue b/src/views/demo/onlineform/formCall/index.vue
index ee63710f..b0c436cb 100644
--- a/src/views/demo/onlineform/formCall/index.vue
+++ b/src/views/demo/onlineform/formCall/index.vue
@@ -660,14 +660,14 @@
// openMapFormModal(true,toProps);
// showFormModalData.value = toProps;
// openShowFormModal.value = true;
- // 根据ids获取图斑
+ // 根据ids获取线索
console.log(rows);
console.log("formConfig");
try {
console.log('formConfig', formConfig);
handlerShowGeomtrys(formConfig, rows[0]);
} catch (e) {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
} else {
// openModal(true, toProps);
@@ -759,7 +759,7 @@
// layer = info?.mapSetData?.chooseLayer
// }
if (!layer) {
- createMessage.error('图斑未绑定图层服务!');
+ createMessage.error('线索未绑定图层服务!');
return;
}
let geomfiledValue = geomfield.value;
@@ -792,17 +792,17 @@
}
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} catch (e) {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
} catch {
- createMessage.error('获取图斑数据失败!');
+ createMessage.error('获取线索数据失败!');
}
}
@@ -1018,7 +1018,7 @@
};
// 绘图完成返回geom
const handlerDrawComplete = (geom) => {
- console.log('绘制完成返回的图斑', geom);
+ console.log('绘制完成返回的线索', geom);
formData.value.forEach((item) => {
if (item.key === selectedSubTableDataId.value) {
console.log(geom[0].value, 'geom[0].value');
@@ -1052,7 +1052,7 @@
selectedSubTableDataId.value = value;
};
- // 处理图斑数据新增、编辑、删除
+ // 处理线索数据新增、编辑、删除
const handlerDealGeomtry = (status: string, features = null) => {
// Add
if (status == 'Add') {
diff --git a/src/views/demo/onlineform/formModule/config/maps.vue b/src/views/demo/onlineform/formModule/config/maps.vue
index ed95e71d..8f18e1d7 100644
--- a/src/views/demo/onlineform/formModule/config/maps.vue
+++ b/src/views/demo/onlineform/formModule/config/maps.vue
@@ -4,7 +4,7 @@
查询
diff --git a/src/views/demo/redlinesupervision/auditinfo/index.vue b/src/views/demo/redlinesupervision/auditinfo/index.vue
index db63f334..78d63190 100644
--- a/src/views/demo/redlinesupervision/auditinfo/index.vue
+++ b/src/views/demo/redlinesupervision/auditinfo/index.vue
@@ -150,11 +150,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
}
diff --git a/src/views/demo/redlinesupervision/changearea/MapList/amend.vue b/src/views/demo/redlinesupervision/changearea/MapList/amend.vue
index 256dc351..6491ef6c 100644
--- a/src/views/demo/redlinesupervision/changearea/MapList/amend.vue
+++ b/src/views/demo/redlinesupervision/changearea/MapList/amend.vue
@@ -2,7 +2,7 @@
@@ -13,10 +13,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
@@ -61,10 +61,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
diff --git a/src/views/demo/redlinesupervision/changearea/MapList/index.vue b/src/views/demo/redlinesupervision/changearea/MapList/index.vue
index b6ed3f44..65c88ec0 100644
--- a/src/views/demo/redlinesupervision/changearea/MapList/index.vue
+++ b/src/views/demo/redlinesupervision/changearea/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
mapListScreenChange(value.target.value, 'caseNo')"
@@ -74,7 +74,7 @@
- 图斑分割
+ 线索分割
分割还原
@@ -130,7 +130,7 @@
- 图斑面积:
+ 线索面积:
-->
- {{ case_description }}
-
+ {{ case_description }}
+
{{ remark }}
{{ lng }}
{{ lat }}
{{ createtime }}
-
+
- 图斑分割结果
+ 线索分割结果
- 合并图斑
+ 合并线索
+ 删除线索 -->
还原分割
@@ -456,7 +456,7 @@
>
-
+
{
@@ -839,7 +839,7 @@
const handlerSplitPolygon = (e) => {
isLandTypeSpliting.value = true;
- // 删除被分割的图斑
+ // 删除被分割的线索
if(currentPolygon.value){
splitPolygonForm.value?.splice(currentPolygon.value,1);
splitAfterPolygon.value?.splice(currentPolygon.value,1);
@@ -862,7 +862,7 @@
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -903,19 +903,19 @@
// 处理面积
handlerFeatureArea();
- // 清空选中图斑
+ // 清空选中线索
let geoms = {
type: 'FeatureCollection',
features: [],
};
- // 绘制新图斑
+ // 绘制新线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
});
- // 清空当前图斑
+ // 清空当前线索
currentPolygon.value = null;
// 停止加载
@@ -941,7 +941,7 @@
}
splitPolygonForm.value?.forEach((item,index)=>{
- // 处理最后一块图斑面积
+ // 处理最后一块线索面积
if(index == splitPolygonForm.value.length-1){
splitPolygonForm.value[index].area = (area - addArea.area).toFixed(2) > 0 ? (area - addArea.area).toFixed(2) : null;
splitPolygonForm.value[index].gengdi_area = (gengdi_area - addArea.gengdi_area).toFixed(2) > 0 ? (gengdi_area - addArea.gengdi_area).toFixed(2) : null;
@@ -989,14 +989,14 @@
splitPolygonDetailShow.value = true;
};
- // 切换图斑
+ // 切换线索
const currentPolygon = ref(null);
const changeCurrentPolygon = (index, item) => {
let geoms = {
type: 'FeatureCollection',
features: [item.geom],
};
- // 绘图图斑
+ // 绘图线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
@@ -1004,7 +1004,7 @@
currentPolygon.value = index;
};
- // 图斑点击事件
+ // 线索点击事件
const onFeatureClick = (feature) => {
splitPolygonForm.value?.forEach((item, index) => {
if (item['geom']['properties']['id'] == feature.properties.id) {
@@ -1034,7 +1034,7 @@
currentPolygon.value = null;
};
- // 删除图斑
+ // 删除线索
const deleteSplitResult = () => {
// 剔除选中数据
let deleteIndexs = [];
@@ -1045,14 +1045,14 @@
});
if (deleteIndexs.length < 1) {
- createMessage.error('请选择需要删除的图斑!');
+ createMessage.error('请选择需要删除的线索!');
return;
}
removeElementsByIndexes(splitAfterPolygon.value, deleteIndexs);
removeElementsByIndexes(splitPolygonForm.value, deleteIndexs);
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features: splitAfterPolygon.value ? splitAfterPolygon.value : [],
@@ -1086,7 +1086,7 @@
}
}
- // 合并图斑
+ // 合并线索
const mergeSplitResult = ()=>{
@@ -1108,7 +1108,7 @@
})
if(deleteIndexs.length!=2){
- createMessage.error("请选择两个图斑进行合并!");
+ createMessage.error("请选择两个线索进行合并!");
return;
}
@@ -1118,7 +1118,7 @@
removeElementsByIndexes(splitPolygonForm.value,deleteIndexs);
- // 合并后图斑
+ // 合并后线索
// turf旧版本
// let union = turf.union(mergeArr[0],mergeArr[1]);
@@ -1126,7 +1126,7 @@
// turf 7.0新版本
let union = turf.union(turf.featureCollection([mergeArr[0], mergeArr[1]]))
- // 计算合并后的图斑面积
+ // 计算合并后的线索面积
let calAreaParams:CalTubanAreaModel = {
"wktgeom": GeojsonToWkt(union['geometry']),
}
@@ -1137,7 +1137,7 @@
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -1154,7 +1154,7 @@
splitAfterPolygon.value?.push(union);
splitPolygonForm.value?.push(polygon);
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1164,7 +1164,7 @@
fillStyle: { 'fill-color': '#fcf003', 'fill-opacity': 0.1 },
});
- // 合并后选中图斑
+ // 合并后选中线索
let checkedGeoms = {
type: 'FeatureCollection',
features: [],
@@ -1194,7 +1194,7 @@
isSpliting.value = true;
if (splitPolygonForm.value?.length == 0) {
- createMessage.error('请先使用分割工具分割图斑!');
+ createMessage.error('请先使用分割工具分割线索!');
isSpliting.value = false;
return null;
}
@@ -1274,7 +1274,7 @@
}
for (let key in areaAbnormal.value) {
if (areaAbnormal.value[key]) {
- createMessage.error('分割后总面积与原图斑总面积不一致!');
+ createMessage.error('分割后总面积与原线索总面积不一致!');
return false;
}
}
diff --git a/src/views/demo/redlinesupervision/curbspotcity/MapList/index.vue b/src/views/demo/redlinesupervision/curbspotcity/MapList/index.vue
index 9deae2ee..1322c6cd 100644
--- a/src/views/demo/redlinesupervision/curbspotcity/MapList/index.vue
+++ b/src/views/demo/redlinesupervision/curbspotcity/MapList/index.vue
@@ -23,7 +23,7 @@
/>
- 图斑来源
+ 线索来源
emits('mapListScreenChange',value.target.value,'mapNo')"
@@ -144,7 +144,7 @@
-->
- 图斑面积:
+ 线索面积:
{
landType: props.infoScreenData.landType, //0 农用地 1建设用地
isOutTime: props.infoScreenData.isOverdue, //是否超期
year: props.infoScreenData.year, //年
- tubanlaiyuan: props.infoScreenData.patchSource, //图斑来源
+ tubanlaiyuan: props.infoScreenData.patchSource, //线索来源
picihao: props.infoScreenData.batch, //批次号
streetid: props.infoScreenData.streetId,
caseNo: props.infoScreenData.mapNo, //图版编号
@@ -544,8 +544,8 @@ const getParams = (data) => {
endTime: props.infoScreenData.endTime, // 下发结束时间
nowStatus: props.infoScreenData.mapStatus, // 当前状态
isBuildName: props.infoScreenData.markType, // 标注
- tubanArea1: props.infoScreenData.mapAreaFirst, // 图斑面积1
- tubanArea2: props.infoScreenData.mapAreaLast, // 图斑面积2
+ tubanArea1: props.infoScreenData.mapAreaFirst, // 线索面积1
+ tubanArea2: props.infoScreenData.mapAreaLast, // 线索面积2
gengdiArea1: props.infoScreenData.arableAreaFirst, //耕地面积1
gengdiArea2: props.infoScreenData.arableAreaLast, //耕地面积2
page: props.pageNo,
diff --git a/src/views/demo/redlinesupervision/curbspotcity/index.vue b/src/views/demo/redlinesupervision/curbspotcity/index.vue
index d52ec2a5..df0936a0 100644
--- a/src/views/demo/redlinesupervision/curbspotcity/index.vue
+++ b/src/views/demo/redlinesupervision/curbspotcity/index.vue
@@ -282,7 +282,7 @@
// landType: infoScreenData.value.landType, //0 农用地 1建设用地
isOutTime: infoScreenData.value.isOverdue, //是否超期
year: infoScreenData.value.year, //年
- tubanlaiyuan: infoScreenData.value.patchSource, //图斑来源
+ tubanlaiyuan: infoScreenData.value.patchSource, //线索来源
picihao: infoScreenData.value.batch, //批次号
// countyid: infoScreenData.value.countyId,
streetid: infoScreenData.value.streetId,
@@ -295,8 +295,8 @@
// measure_name: infoScreenData.value.measure,
nowStatus: infoScreenData.value.mapStatus, // 当前状态
isBuildName: infoScreenData.value.markType, // 标注
- tubanArea1: infoScreenData.value.mapAreaFirst, // 图斑面积1
- tubanArea2: infoScreenData.value.mapAreaLast, // 图斑面积2
+ tubanArea1: infoScreenData.value.mapAreaFirst, // 线索面积1
+ tubanArea2: infoScreenData.value.mapAreaLast, // 线索面积2
gengdiArea1: infoScreenData.value.arableAreaFirst, //耕地面积1
gengdiArea2: infoScreenData.value.arableAreaLast, //耕地面积2
// areaid: cityType.value.areaid,
@@ -414,11 +414,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
const infoDataListSort = (type, order) => {
diff --git a/src/views/demo/redlinesupervision/patchsummary/index.vue b/src/views/demo/redlinesupervision/patchsummary/index.vue
index d8a5082b..e7448771 100644
--- a/src/views/demo/redlinesupervision/patchsummary/index.vue
+++ b/src/views/demo/redlinesupervision/patchsummary/index.vue
@@ -68,10 +68,10 @@
- 图斑列表统计报表(execl)
+ 线索列表统计报表(execl)
- 图斑列表矢量数据(shp)
+ 线索列表矢量数据(shp)
@@ -160,7 +160,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑列表',
+ title: '线索列表',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -190,10 +190,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSTHX/ExportCaseInfoTuBanList';
- fileName = '图斑列表统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索列表统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSTHX/ExportCaseInfoShapefile';
- fileName = '图斑列表矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索列表矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/redlinesupervision/patchsummary/patchsummary.data.ts b/src/views/demo/redlinesupervision/patchsummary/patchsummary.data.ts
index 207f0ac4..7d942e72 100644
--- a/src/views/demo/redlinesupervision/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/redlinesupervision/patchsummary/patchsummary.data.ts
@@ -11,7 +11,7 @@ import {
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -28,16 +28,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -104,7 +104,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -132,7 +132,7 @@ export const searchFormSchema: FormSchema[] = [
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -253,10 +253,10 @@ export const searchFormSchema: FormSchema[] = [
};
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -290,7 +290,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 6 },
},
diff --git a/src/views/demo/report/caseview/index.vue b/src/views/demo/report/caseview/index.vue
index c19a9e89..94d3c965 100644
--- a/src/views/demo/report/caseview/index.vue
+++ b/src/views/demo/report/caseview/index.vue
@@ -14,7 +14,7 @@
@@ -22,7 +22,7 @@
@@ -34,7 +34,7 @@
- 伪变化没有图斑办理信息
+ 伪变化没有线索办理信息
@@ -122,7 +122,7 @@
diff --git a/src/views/demo/report/caseview/src/inspect.vue b/src/views/demo/report/caseview/src/inspect.vue
index abba7d2d..136d6393 100644
--- a/src/views/demo/report/caseview/src/inspect.vue
+++ b/src/views/demo/report/caseview/src/inspect.vue
@@ -50,7 +50,7 @@
{{ caseHandleInfo.info.is_forever_build == 1 ? '是' : '否' }}
-
+
-
+
-
+
- {{ caseDetail.case_no }}
+ {{ caseDetail.case_no }}
{{ caseDetail.identification_user }}
{{ caseDetail.identification_time }}
-
+
{{ caseDetail.handle_status_name }}
@@ -21,16 +21,16 @@
caseDetail.communityname
}}
- {{ caseDetail.address }}
+ {{ caseDetail.address }}
{{ caseDetail.lng }} , {{ caseDetail.lat }}
- {{ caseDetail.area }} (m²)
- {{ caseDetail.typename }}
- {{ caseDetail.remark }}
- {{ caseDetail.case_description }}
+ {{ caseDetail.area }} (m²)
+ {{ caseDetail.typename }}
+ {{ caseDetail.remark }}
+ {{ caseDetail.case_description }}
-
+
diff --git a/src/views/demo/report/caseview/src/mapDetail.vue b/src/views/demo/report/caseview/src/mapDetail.vue
index a0858633..6f8e60a4 100644
--- a/src/views/demo/report/caseview/src/mapDetail.vue
+++ b/src/views/demo/report/caseview/src/mapDetail.vue
@@ -53,7 +53,7 @@
loadStreetBorderLayer();
loadCaseGeoJson();
};
- // 费县图斑
+ // 费县线索
function loadImageLayer() {
detailMap.value.addLayer({
id: 'wms-test-layer',
@@ -159,7 +159,7 @@
},
});
}
- // 图斑位置显示无人机图标
+ // 线索位置显示无人机图标
function loadDroneMarker(lng, lat) {
if (detailMap.value.getLayer('cat-on-building')) {
detailMap.value.removeLayer('cat-on-building');
diff --git a/src/views/demo/report/index.ts b/src/views/demo/report/index.ts
index 69a5bd1c..ae3074cc 100644
--- a/src/views/demo/report/index.ts
+++ b/src/views/demo/report/index.ts
@@ -1,18 +1,18 @@
-// 图斑详情首页
+// 线索详情首页
export { default as CaseView } from './caseview/index.vue';
-// 【图斑下发信息】
+// 【线索下发信息】
export { default as Issue } from './caseview/src/issue.vue';
-// 【图斑核查信息】
+// 【线索核查信息】
export { default as Inspect } from './caseview/src/inspect.vue';
-// 【图斑审核信息】
+// 【线索审核信息】
export { default as Audit } from './caseview/src/audit.vue';
-// 【图斑办理信息-违法-拟拆除】
+// 【线索办理信息-违法-拟拆除】
export { default as Dismantle } from './caseview/src/dismantle.vue';
// 地图位置
export { default as MapDetail } from './caseview/src/mapDetail.vue';
-// 图斑办理信息-合法举证
+// 线索办理信息-合法举证
export { default as Evidence } from './caseview/src/evidence.vue';
-// 【图斑办理信息-违法-查处】
+// 【线索办理信息-违法-查处】
export { default as Investigate } from './caseview/src/investigate.vue';
-// 【图斑办理信息-违法-拟完善手续】
+// 【线索办理信息-违法-拟完善手续】
export { default as Procedure } from './caseview/src/procedure.vue';
diff --git a/src/views/demo/report/index.vue b/src/views/demo/report/index.vue
index e3b78a8a..13fba166 100644
--- a/src/views/demo/report/index.vue
+++ b/src/views/demo/report/index.vue
@@ -20,7 +20,7 @@
1,
columns,
diff --git a/src/views/demo/report/report.data.ts b/src/views/demo/report/report.data.ts
index 5938bc1b..11f74476 100644
--- a/src/views/demo/report/report.data.ts
+++ b/src/views/demo/report/report.data.ts
@@ -7,11 +7,11 @@ import { useMessage } from '@/hooks/web/useMessage';
type CheckedType = boolean | string | number;
export const columns: BasicColumn[] = [
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseNo',
width: 200,
},{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'caseDescription',
width: 200,
},{
@@ -39,7 +39,7 @@ export const searchFormSchema: FormSchema[] = [
{
field: 'is_intact',
component: 'Select',
- label: '图斑状态',
+ label: '线索状态',
colProps: {
span: 6,
},
diff --git a/src/views/demo/shengtaixiufu/auditinfo/MapList/index.vue b/src/views/demo/shengtaixiufu/auditinfo/MapList/index.vue
index aa145f7a..2e516a7b 100644
--- a/src/views/demo/shengtaixiufu/auditinfo/MapList/index.vue
+++ b/src/views/demo/shengtaixiufu/auditinfo/MapList/index.vue
@@ -11,7 +11,7 @@
/>
查询
@@ -182,7 +182,7 @@
width="100%"
wrap-class-name="full-modal"
v-model:open="auditOpen"
- title="图斑审核"
+ title="线索审核"
footer=""
:destroyOnClose="true"
>
@@ -511,7 +511,7 @@
});
});
}
- // 生态修复-图斑来源
+ // 生态修复-线索来源
const stxftblyOptions: any = ref([]);
function getStxftblyOptions() {
getLoad({ code: 'stxftbly' }).then((res) => {
@@ -535,7 +535,7 @@
});
});
}
- // 生态修复-图斑状态
+ // 生态修复-线索状态
const stxftbztOptions: any = ref([]);
function getStxftbztOptions() {
getLoad({ code: 'stxftbzt' }).then((res) => {
@@ -553,11 +553,11 @@
getTaskList();
// 区县
getLoadCountyOptions();
- // 生态修复-图斑来源
+ // 生态修复-线索来源
getStxftblyOptions();
// 生态修复-批次
getStxfpcOptions();
- // 生态修复-图斑状态
+ // 生态修复-线索状态
getStxftbztOptions();
});
diff --git a/src/views/demo/shengtaixiufu/auditinfo/index.vue b/src/views/demo/shengtaixiufu/auditinfo/index.vue
index d200c786..01b00dce 100644
--- a/src/views/demo/shengtaixiufu/auditinfo/index.vue
+++ b/src/views/demo/shengtaixiufu/auditinfo/index.vue
@@ -126,11 +126,11 @@
}
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
}
diff --git a/src/views/demo/shengtaixiufu/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/shengtaixiufu/curbspotcity/MapList/ShowInfoModal/index.vue
index c0efd71f..7a461b3d 100644
--- a/src/views/demo/shengtaixiufu/curbspotcity/MapList/ShowInfoModal/index.vue
+++ b/src/views/demo/shengtaixiufu/curbspotcity/MapList/ShowInfoModal/index.vue
@@ -14,7 +14,7 @@
-
+
-
+
{{ props.showInfoData.case_no }}
-
+
{{ props.showInfoData.typename }}
@@ -39,7 +39,7 @@
{{ props.showInfoData.communityname }}
-
+
{{ dataProcessing(props.showInfoData.area) }}
{{
@@ -54,7 +54,7 @@
{{
dataProcessing(props.showInfoData.shengtaibaohuhongxian_area)
}}
-
+
{{ props.showInfoData.case_description }}
{{ props.showInfoData.remark }}
@@ -66,7 +66,7 @@
{{ props.showInfoData.shijiyijian }}
-
+
- 图斑信息
+ 线索信息
- {{ case_no }}
- {{ typename }}
+ {{ case_no }}
+ {{ typename }}
{{ countyname }}
{{ streetname }}
{{ communityname }}
- {{
+ {{
dataProcessing(area)
}}
{{
@@ -53,13 +53,13 @@
dataProcessing(shengtaibaohuhongxian_area)
}}
- {{ case_description }}
-
+ {{ case_description }}
+
{{ remark }}
{{ lng }}
{{ lat }}
{{ createtime }}
-
+
- 图斑分割结果
+ 线索分割结果
合并图斑合并线索
+ 删除线索 -->
还原分割
@@ -564,7 +564,7 @@
>
-
+
{
// splitPolygonForm.value = [];
- // 删除被分割的图斑
+ // 删除被分割的线索
if (currentPolygon.value) {
splitPolygonForm.value?.splice(currentPolygon.value, 1);
splitAfterPolygon.value?.splice(currentPolygon.value, 1);
@@ -966,7 +966,7 @@
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -998,7 +998,7 @@
const areKeyDownChange = MapboxComponent.value.handlerDetails(splitAfterFeatures);
- // 清空选中图斑
+ // 清空选中线索
let geoms = {
type: 'FeatureCollection',
features: [],
@@ -1040,14 +1040,14 @@
splitPolygonDetailShow.value = true;
};
- // 切换图斑
+ // 切换线索
const currentPolygon = ref(null);
const changeCurrentPolygon = (index, item) => {
let geoms = {
type: 'FeatureCollection',
features: [item.geom],
};
- // 绘图图斑
+ // 绘图线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
@@ -1055,7 +1055,7 @@
currentPolygon.value = index;
};
- // 图斑点击事件
+ // 线索点击事件
const onFeatureClick = (feature) => {
splitPolygonForm.value?.forEach((item, index) => {
if (item['geom']['properties']['id'] == feature.properties.id) {
@@ -1085,7 +1085,7 @@
currentPolygon.value = null;
};
- // 删除图斑
+ // 删除线索
const deleteSplitResult = () => {
// 剔除选中数据
let deleteIndexs = [];
@@ -1096,14 +1096,14 @@
});
if (deleteIndexs.length < 1) {
- createMessage.error('请选择需要删除的图斑!');
+ createMessage.error('请选择需要删除的线索!');
return;
}
removeElementsByIndexes(splitAfterPolygon.value, deleteIndexs);
removeElementsByIndexes(splitPolygonForm.value, deleteIndexs);
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features: splitAfterPolygon.value ? splitAfterPolygon.value : [],
@@ -1137,7 +1137,7 @@
}
}
- // 合并图斑
+ // 合并线索
const mergeSplitResult = () => {
try {
let mergeArr = [];
@@ -1158,14 +1158,14 @@
});
if (deleteIndexs.length != 2) {
- createMessage.error('请选择两个图斑进行合并!');
+ createMessage.error('请选择两个线索进行合并!');
return;
}
removeElementsByIndexes(splitAfterPolygon.value, deleteIndexs);
removeElementsByIndexes(splitPolygonForm.value, deleteIndexs);
- // 合并后图斑
+ // 合并后线索
// turf旧版本
// let union = turf.union(mergeArr[0],mergeArr[1]);
@@ -1178,7 +1178,7 @@
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -1195,7 +1195,7 @@
splitAfterPolygon.value?.push(union);
splitPolygonForm.value?.push(polygon);
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features: splitAfterPolygon.value ? splitAfterPolygon.value : [],
@@ -1228,7 +1228,7 @@
isSpliting.value = true;
if (splitPolygonForm.value?.length == 0) {
- createMessage.error('请先使用分割工具分割图斑!');
+ createMessage.error('请先使用分割工具分割线索!');
isSpliting.value = false;
return null;
}
@@ -1308,7 +1308,7 @@
}
for (let key in areaAbnormal.value) {
if (areaAbnormal.value[key]) {
- createMessage.error('分割后总面积与原图斑总面积不一致!');
+ createMessage.error('分割后总面积与原线索总面积不一致!');
return false;
}
}
diff --git a/src/views/demo/shengtaixiufu/curbspotcity/MapList/index.vue b/src/views/demo/shengtaixiufu/curbspotcity/MapList/index.vue
index 72644dbf..bc071c57 100644
--- a/src/views/demo/shengtaixiufu/curbspotcity/MapList/index.vue
+++ b/src/views/demo/shengtaixiufu/curbspotcity/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
emits('mapListScreenChange',value.target.value,'mapNo')"
@@ -105,7 +105,7 @@
- 图斑面积:
+ 线索面积:
@@ -507,7 +507,7 @@
landType: props.infoScreenData.landType, //0 农用地 1建设用地
isOutTime: props.infoScreenData.isOverdue, //是否超期
year: props.infoScreenData.year, //年
- tubanlaiyuan: props.infoScreenData.patchSource, //图斑来源
+ tubanlaiyuan: props.infoScreenData.patchSource, //线索来源
picihao: props.infoScreenData.batch, //批次号
streetid: props.infoScreenData.streetId,
caseNo: props.infoScreenData.mapNo, //图版编号
@@ -515,8 +515,8 @@
endTime: props.infoScreenData.endTime, // 下发结束时间
nowStatus: props.infoScreenData.mapStatus, // 当前状态
isBuildName: props.infoScreenData.markType, // 标注
- tubanArea1: props.infoScreenData.mapAreaFirst, // 图斑面积1
- tubanArea2: props.infoScreenData.mapAreaLast, // 图斑面积2
+ tubanArea1: props.infoScreenData.mapAreaFirst, // 线索面积1
+ tubanArea2: props.infoScreenData.mapAreaLast, // 线索面积2
gengdiArea1: props.infoScreenData.arableAreaFirst, //耕地面积1
gengdiArea2: props.infoScreenData.arableAreaLast, //耕地面积2
page: props.pageNo,
@@ -559,7 +559,7 @@
return option.label.indexOf(input) >= 0;
};
- // 生态修复-图斑来源
+ // 生态修复-线索来源
const stxftblyOptions: any = ref([]);
function getStxftblyOptions() {
getLoad({ code: 'stxftbly' }).then((res) => {
@@ -583,7 +583,7 @@
});
});
}
- // 生态修复-图斑状态
+ // 生态修复-线索状态
const stxftbztOptions: any = ref([]);
function getStxftbztOptions() {
getLoad({ code: 'stxftbzt' }).then((res) => {
@@ -598,11 +598,11 @@
onMounted(() => {
getStreetsAreaOptions();
- // 生态修复-图斑来源
+ // 生态修复-线索来源
getStxftblyOptions();
// 生态修复-批次
getStxfpcOptions();
- // 生态修复-图斑状态
+ // 生态修复-线索状态
getStxftbztOptions();
});
diff --git a/src/views/demo/shengtaixiufu/curbspotcity/index.vue b/src/views/demo/shengtaixiufu/curbspotcity/index.vue
index be55645a..785d3b3c 100644
--- a/src/views/demo/shengtaixiufu/curbspotcity/index.vue
+++ b/src/views/demo/shengtaixiufu/curbspotcity/index.vue
@@ -257,7 +257,7 @@
landType: infoScreenData.value.landType, //0 农用地 1建设用地
isOutTime: infoScreenData.value.isOverdue, //是否超期
year: infoScreenData.value.year, //年
- tubanlaiyuan: infoScreenData.value.patchSource, //图斑来源
+ tubanlaiyuan: infoScreenData.value.patchSource, //线索来源
picihao: infoScreenData.value.batch, //批次号
// countyid: infoScreenData.value.countyId,
streetid: infoScreenData.value.streetId,
@@ -270,8 +270,8 @@
// measure_name: infoScreenData.value.measure,
nowStatus: infoScreenData.value.mapStatus, // 当前状态
isBuildName: infoScreenData.value.markType, // 标注
- tubanArea1: infoScreenData.value.mapAreaFirst, // 图斑面积1
- tubanArea2: infoScreenData.value.mapAreaLast, // 图斑面积2
+ tubanArea1: infoScreenData.value.mapAreaFirst, // 线索面积1
+ tubanArea2: infoScreenData.value.mapAreaLast, // 线索面积2
gengdiArea1: infoScreenData.value.arableAreaFirst, //耕地面积1
gengdiArea2: infoScreenData.value.arableAreaLast, //耕地面积2
// areaid: cityType.value.areaid,
@@ -382,11 +382,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
const infoDataListSort = (type, order) => {
diff --git a/src/views/demo/shengtaixiufu/patchsummary/index.vue b/src/views/demo/shengtaixiufu/patchsummary/index.vue
index 73bf2f8a..504d42ff 100644
--- a/src/views/demo/shengtaixiufu/patchsummary/index.vue
+++ b/src/views/demo/shengtaixiufu/patchsummary/index.vue
@@ -68,10 +68,10 @@
- 图斑列表统计报表(execl)
+ 线索列表统计报表(execl)
- 图斑列表矢量数据(shp)
+ 线索列表矢量数据(shp)
@@ -159,7 +159,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑列表',
+ title: '线索列表',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -189,10 +189,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSTXF/ExportCaseInfoTuBanList';
- fileName = '图斑列表统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索列表统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSTXF/ExportCaseInfoShapefile';
- fileName = '图斑列表矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索列表矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
@@ -344,7 +344,7 @@
}
}
- // 生态修复-图斑状态
+ // 生态修复-线索状态
const stxftbztOptions: any = ref([]);
function getStxftbztOptions() {
getLoad({ code: 'stxftbzt' }).then((res) => {
diff --git a/src/views/demo/shengtaixiufu/patchsummary/patchsummary.data.ts b/src/views/demo/shengtaixiufu/patchsummary/patchsummary.data.ts
index a57a9641..88e77967 100644
--- a/src/views/demo/shengtaixiufu/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/shengtaixiufu/patchsummary/patchsummary.data.ts
@@ -5,7 +5,7 @@ import { getLoad } from '@/api/sys/sysDataItemDetail';
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
width: 120,
},
@@ -25,17 +25,17 @@ export const columns: BasicColumn[] = [
width: 100,
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
width: 120,
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 100,
},
@@ -82,7 +82,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -116,7 +116,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -173,10 +173,10 @@ export const searchFormSchema: FormSchema[] = [
colProps: { span: 4 },
slot: 'dangqianzhuangtai',
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -194,7 +194,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 5 },
},
diff --git a/src/views/demo/statistical/RecordList.vue b/src/views/demo/statistical/RecordList.vue
index dc6128f6..09203d0f 100644
--- a/src/views/demo/statistical/RecordList.vue
+++ b/src/views/demo/statistical/RecordList.vue
@@ -10,7 +10,7 @@
()
const caseId = ref('');
let columns = reactive({data:[],col:[{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseNo',
},
{
@@ -43,7 +43,7 @@ let columns = reactive({data:[],col:[{
dataIndex: 'communityName',
},
{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'caseDescription',
},{
title: '所属类型',
@@ -61,7 +61,7 @@ let columns = reactive({data:[],col:[{
title: '审核时间',
dataIndex: 'verifyTime',
},{
- title: '图斑状态',
+ title: '线索状态',
dataIndex: 'handleStatusName',
}]});
let total = ref(0)
diff --git a/src/views/demo/statistical/illegaltreatment/AuditProgress/index.vue b/src/views/demo/statistical/illegaltreatment/AuditProgress/index.vue
index f29d947c..301a330d 100644
--- a/src/views/demo/statistical/illegaltreatment/AuditProgress/index.vue
+++ b/src/views/demo/statistical/illegaltreatment/AuditProgress/index.vue
@@ -16,7 +16,7 @@
/>
查询
diff --git a/src/views/demo/statistical/illegaltreatment/illegaltreatment.data.ts b/src/views/demo/statistical/illegaltreatment/illegaltreatment.data.ts
index bd3eb9fc..7614edfe 100644
--- a/src/views/demo/statistical/illegaltreatment/illegaltreatment.data.ts
+++ b/src/views/demo/statistical/illegaltreatment/illegaltreatment.data.ts
@@ -37,7 +37,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'streetname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
@@ -46,7 +46,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'identificationtime',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
},
{
@@ -123,7 +123,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -191,7 +191,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/statistical/illegaltreatment/index.vue b/src/views/demo/statistical/illegaltreatment/index.vue
index f2b306f9..66e1556e 100644
--- a/src/views/demo/statistical/illegaltreatment/index.vue
+++ b/src/views/demo/statistical/illegaltreatment/index.vue
@@ -147,11 +147,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
diff --git a/src/views/demo/statistical/index.vue b/src/views/demo/statistical/index.vue
index 814e6b03..9d1d432d 100644
--- a/src/views/demo/statistical/index.vue
+++ b/src/views/demo/statistical/index.vue
@@ -585,7 +585,7 @@
}
- // 获取下级行政结构图斑统计
+ // 获取下级行政结构线索统计
function getOrgCaseList(column,record:Recordable){
if(currentOrgLevel.value == 'country'){
diff --git a/src/views/demo/statistical/patchsummary/index.vue b/src/views/demo/statistical/patchsummary/index.vue
index 57c91a0a..dbeba5a5 100644
--- a/src/views/demo/statistical/patchsummary/index.vue
+++ b/src/views/demo/statistical/patchsummary/index.vue
@@ -68,10 +68,10 @@
- 图斑列表统计报表(execl)
+ 线索列表统计报表(execl)
- 图斑列表矢量数据(shp)
+ 线索列表矢量数据(shp)
@@ -160,7 +160,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑列表',
+ title: '线索列表',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -190,10 +190,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportCaseInfoTuBanList';
- fileName = '图斑列表统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索列表统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportCaseInfoShapefile';
- fileName = '图斑列表矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索列表矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/statistical/patchsummary/patchsummary.data.ts b/src/views/demo/statistical/patchsummary/patchsummary.data.ts
index e3cfaccc..36d318c2 100644
--- a/src/views/demo/statistical/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/statistical/patchsummary/patchsummary.data.ts
@@ -11,7 +11,7 @@ import {
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -28,16 +28,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -104,7 +104,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -132,7 +132,7 @@ export const searchFormSchema: FormSchema[] = [
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -231,10 +231,10 @@ export const searchFormSchema: FormSchema[] = [
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -268,7 +268,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/statistical/record.data.ts b/src/views/demo/statistical/record.data.ts
index 0f499eea..220a5023 100644
--- a/src/views/demo/statistical/record.data.ts
+++ b/src/views/demo/statistical/record.data.ts
@@ -17,7 +17,7 @@ export const columnsDataPreview: BasicColumn[] = [
dataIndex: 'allCount',
width: 120,
},{
- title: '外业图斑核查情况',
+ title: '外业线索核查情况',
children:[
{
title: '完成外业核查数量',
@@ -30,7 +30,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '下发疑似图斑类型',
+ title: '下发疑似线索类型',
children:[
{
title: '房屋翻新',
@@ -59,7 +59,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '图斑判定',
+ title: '线索判定',
children:[
{
title: '合法',
@@ -76,7 +76,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '新增违法图斑整改情况',
+ title: '新增违法线索整改情况',
dataIndex: 'handle_status_name',
children:[
{
@@ -106,7 +106,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '违法图斑整改进度情况',
+ title: '违法线索整改进度情况',
children:[
{
title: '3日内未整改完成',
@@ -145,7 +145,7 @@ export const columnsDataPreview: BasicColumn[] = [
export const columns: BasicColumn[] = [
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'case_no',
width: 120,
}
@@ -154,7 +154,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
width: 120,
},{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'case_description',
width: 120,
},{
@@ -179,7 +179,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'verifytime',
width: 120,
},{
- title: '图斑状态',
+ title: '线索状态',
dataIndex: 'handle_status_name',
width: 120,
}
diff --git a/src/views/demo/statistical/statistical.data.ts b/src/views/demo/statistical/statistical.data.ts
index 336f37a7..40e9ae3f 100644
--- a/src/views/demo/statistical/statistical.data.ts
+++ b/src/views/demo/statistical/statistical.data.ts
@@ -17,7 +17,7 @@ export const columnsDataPreview: BasicColumn[] = [
dataIndex: 'allCount',
width: 120,
},{
- title: '外业图斑核查情况',
+ title: '外业线索核查情况',
children:[
{
title: '完成外业核查数量',
@@ -30,7 +30,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '下发疑似图斑类型',
+ title: '下发疑似线索类型',
dataIndex: '',
children:[
{
@@ -60,7 +60,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '图斑判定',
+ title: '线索判定',
dataIndex:"1",
children:[
{
@@ -78,7 +78,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '新增违法图斑整改情况',
+ title: '新增违法线索整改情况',
dataIndex: '2',
children:[
{
@@ -108,7 +108,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '违法图斑整改进度情况',
+ title: '违法线索整改进度情况',
children:[
{
title: '3日内未整改完成',
@@ -155,7 +155,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'allCount',
width: 120,
},{
- title: '外业图斑核查情况',
+ title: '外业线索核查情况',
children:[
{
title: '完成外业核查数量',
@@ -168,7 +168,7 @@ export const columns: BasicColumn[] = [
}
]
},{
- title: '下发疑似图斑类型',
+ title: '下发疑似线索类型',
dataIndex: '',
children:[
{
@@ -198,7 +198,7 @@ export const columns: BasicColumn[] = [
}
]
},{
- title: '图斑判定',
+ title: '线索判定',
dataIndex:"1",
children:[
{
@@ -216,7 +216,7 @@ export const columns: BasicColumn[] = [
}
]
},{
- title: '新增违法图斑整改情况',
+ title: '新增违法线索整改情况',
dataIndex: '2',
children:[
{
@@ -246,7 +246,7 @@ export const columns: BasicColumn[] = [
}
]
},{
- title: '违法图斑整改进度情况',
+ title: '违法线索整改进度情况',
children:[
{
title: '3日内未整改完成',
diff --git a/src/views/demo/statistical/today/index.vue b/src/views/demo/statistical/today/index.vue
index 16ba687b..97625380 100644
--- a/src/views/demo/statistical/today/index.vue
+++ b/src/views/demo/statistical/today/index.vue
@@ -68,10 +68,10 @@
- 图斑列表统计报表(execl)
+ 线索列表统计报表(execl)
- 图斑列表矢量数据(shp)
+ 线索列表矢量数据(shp)
@@ -163,7 +163,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑列表',
+ title: '线索列表',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -194,10 +194,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportCaseInfoTuBanList';
- fileName = '图斑列表统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索列表统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportCaseInfoShapefile';
- fileName = '图斑列表矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索列表矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/statistical/today/patchsummary.data.ts b/src/views/demo/statistical/today/patchsummary.data.ts
index 73cb812c..51ca94ae 100644
--- a/src/views/demo/statistical/today/patchsummary.data.ts
+++ b/src/views/demo/statistical/today/patchsummary.data.ts
@@ -11,7 +11,7 @@ import {
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -28,16 +28,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -104,7 +104,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -132,7 +132,7 @@ export const searchFormSchema: FormSchema[] = [
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -231,10 +231,10 @@ export const searchFormSchema: FormSchema[] = [
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -258,7 +258,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/system/backup/util.ts b/src/views/demo/system/backup/util.ts
index 89a4a75d..38a56345 100644
--- a/src/views/demo/system/backup/util.ts
+++ b/src/views/demo/system/backup/util.ts
@@ -30,7 +30,7 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [
{
field: 'key',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/system/casemodification/HistoryModal/ShowDetail/index.vue b/src/views/demo/system/casemodification/HistoryModal/ShowDetail/index.vue
index 8933ef84..037a70ff 100644
--- a/src/views/demo/system/casemodification/HistoryModal/ShowDetail/index.vue
+++ b/src/views/demo/system/casemodification/HistoryModal/ShowDetail/index.vue
@@ -1,8 +1,8 @@
- {{case_no}}
- {{case_description}}
+ {{case_no}}
+ {{case_description}}
{{countyname}}
{{streetname}}
{{communityname}}
diff --git a/src/views/demo/system/casemodification/InfoModal/index.vue b/src/views/demo/system/casemodification/InfoModal/index.vue
index df3fc69d..06db5247 100644
--- a/src/views/demo/system/casemodification/InfoModal/index.vue
+++ b/src/views/demo/system/casemodification/InfoModal/index.vue
@@ -2,11 +2,11 @@
diff --git a/src/views/demo/system/casemodification/casemodification.data.ts b/src/views/demo/system/casemodification/casemodification.data.ts
index 9c4f0c47..a4bd635f 100644
--- a/src/views/demo/system/casemodification/casemodification.data.ts
+++ b/src/views/demo/system/casemodification/casemodification.data.ts
@@ -23,12 +23,12 @@ const getYearList = () => {
};
export const columns: BasicColumn[] = [
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'case_no',
width:180,
},
{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'case_description',
width:230,
},
@@ -45,7 +45,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
},
{
@@ -86,7 +86,7 @@ export const searchFormSchema: FormSchema[] = [
// },
// {
// field: 'tubanlaiyuan',
- // label: '图斑来源',
+ // label: '线索来源',
// component: 'Select',
// colProps: { span: 4 },
// componentProps: {
@@ -113,7 +113,7 @@ export const searchFormSchema: FormSchema[] = [
// },
// {
// field: 'typename',
- // label: '图斑类型',
+ // label: '线索类型',
// component: 'Select',
// colProps: { span: 4 },
// componentProps: {
@@ -215,7 +215,7 @@ export const searchFormSchema: FormSchema[] = [
// },
{
field: 'key',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/system/casemodification/index.vue b/src/views/demo/system/casemodification/index.vue
index 31b3297e..61a51a00 100644
--- a/src/views/demo/system/casemodification/index.vue
+++ b/src/views/demo/system/casemodification/index.vue
@@ -27,7 +27,7 @@
@@ -62,7 +62,7 @@ const infoResult = ref({})
const shppath = ref()
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑汇总',
+ title: '线索汇总',
api: LoadCaseInfoListForUpdate,
columns,
rowKey: 'id',
diff --git a/src/views/demo/system/casetypemodification/casetypemodification.data.ts b/src/views/demo/system/casetypemodification/casetypemodification.data.ts
index 01a1850f..5104bd80 100644
--- a/src/views/demo/system/casetypemodification/casetypemodification.data.ts
+++ b/src/views/demo/system/casetypemodification/casetypemodification.data.ts
@@ -1,7 +1,7 @@
import { BasicColumn, FormSchema } from '@/components/Table';
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -18,16 +18,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -41,7 +41,7 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/system/casetypemodification/index.vue b/src/views/demo/system/casetypemodification/index.vue
index 2118d24c..602a7543 100644
--- a/src/views/demo/system/casetypemodification/index.vue
+++ b/src/views/demo/system/casetypemodification/index.vue
@@ -68,7 +68,7 @@ const taskLogModal = ref(false)
const taskModalProcessId = ref()
const [registerTable, { reload }] =
useTable({
- title: '可修改图斑类型列表',
+ title: '可修改线索类型列表',
api: loadCaseInfoTuBanList,
beforeFetch(params) {
params.typename = '农用地'
@@ -94,16 +94,16 @@ const [registerTable, { reload }] =
});
const changeCaseType = (record) => {
Modal.confirm({
- title: '是否确认修改图斑类型为建设用地(20属性)',
+ title: '是否确认修改线索类型为建设用地(20属性)',
onOk: async () => {
try {
let caseno = record.caseno
let res = await UpdateCaseinfoTypeKC(caseno)
reload()
- message.success('修改图斑类型成功')
+ message.success('修改线索类型成功')
} catch(error) {
console.log(error)
- message.error('修改图斑类型失败')
+ message.error('修改线索类型失败')
}
},
onCancel() {
diff --git a/src/views/demo/system/geoservermanagement/RecordList.vue b/src/views/demo/system/geoservermanagement/RecordList.vue
index dc6128f6..09203d0f 100644
--- a/src/views/demo/system/geoservermanagement/RecordList.vue
+++ b/src/views/demo/system/geoservermanagement/RecordList.vue
@@ -10,7 +10,7 @@
()
const caseId = ref('');
let columns = reactive({data:[],col:[{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseNo',
},
{
@@ -43,7 +43,7 @@ let columns = reactive({data:[],col:[{
dataIndex: 'communityName',
},
{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'caseDescription',
},{
title: '所属类型',
@@ -61,7 +61,7 @@ let columns = reactive({data:[],col:[{
title: '审核时间',
dataIndex: 'verifyTime',
},{
- title: '图斑状态',
+ title: '线索状态',
dataIndex: 'handleStatusName',
}]});
let total = ref(0)
diff --git a/src/views/demo/system/geoservermanagement/illegaltreatment/AuditProgress/index.vue b/src/views/demo/system/geoservermanagement/illegaltreatment/AuditProgress/index.vue
index 8f8cdb40..c570ebf6 100644
--- a/src/views/demo/system/geoservermanagement/illegaltreatment/AuditProgress/index.vue
+++ b/src/views/demo/system/geoservermanagement/illegaltreatment/AuditProgress/index.vue
@@ -16,7 +16,7 @@
/>
查询
diff --git a/src/views/demo/system/geoservermanagement/illegaltreatment/illegaltreatment.data.ts b/src/views/demo/system/geoservermanagement/illegaltreatment/illegaltreatment.data.ts
index bd3eb9fc..7614edfe 100644
--- a/src/views/demo/system/geoservermanagement/illegaltreatment/illegaltreatment.data.ts
+++ b/src/views/demo/system/geoservermanagement/illegaltreatment/illegaltreatment.data.ts
@@ -37,7 +37,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'streetname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
@@ -46,7 +46,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'identificationtime',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
},
{
@@ -123,7 +123,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -191,7 +191,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/system/geoservermanagement/illegaltreatment/index.vue b/src/views/demo/system/geoservermanagement/illegaltreatment/index.vue
index 89a8bb58..8d30e601 100644
--- a/src/views/demo/system/geoservermanagement/illegaltreatment/index.vue
+++ b/src/views/demo/system/geoservermanagement/illegaltreatment/index.vue
@@ -130,11 +130,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
diff --git a/src/views/demo/system/geoservermanagement/patchsummary/index.vue b/src/views/demo/system/geoservermanagement/patchsummary/index.vue
index ed79f686..4adc1891 100644
--- a/src/views/demo/system/geoservermanagement/patchsummary/index.vue
+++ b/src/views/demo/system/geoservermanagement/patchsummary/index.vue
@@ -34,10 +34,10 @@
- 图斑汇总统计报表(execl)
+ 线索汇总统计报表(execl)
- 图斑汇总矢量数据(shp)
+ 线索汇总矢量数据(shp)
@@ -105,7 +105,7 @@
});
const [registerTable, { setTableData, reload, clearSelectedRowKeys, setPagination, setLoading }] =
useTable({
- title: '图斑汇总',
+ title: '线索汇总',
dataSource: tableData.value,
columns,
rowKey: 'id',
@@ -135,10 +135,10 @@
let fileName = '';
if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportCaseInfoTuBanList';
- fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls';
+ fileName = '线索汇总统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportCaseInfoShapefile';
- fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip';
+ fileName = '线索汇总矢量数据' + new Date().getTime() + '.zip';
}
axios({
method: 'post',
diff --git a/src/views/demo/system/geoservermanagement/patchsummary/patchsummary.data.ts b/src/views/demo/system/geoservermanagement/patchsummary/patchsummary.data.ts
index c6fb71ed..6a3433d4 100644
--- a/src/views/demo/system/geoservermanagement/patchsummary/patchsummary.data.ts
+++ b/src/views/demo/system/geoservermanagement/patchsummary/patchsummary.data.ts
@@ -10,7 +10,7 @@ import {
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -26,12 +26,12 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 200,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
@@ -39,7 +39,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'identificationtime',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
},
{
@@ -88,7 +88,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -106,7 +106,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -193,7 +193,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/system/geoservermanagement/record.data.ts b/src/views/demo/system/geoservermanagement/record.data.ts
index 01409899..5e1608a5 100644
--- a/src/views/demo/system/geoservermanagement/record.data.ts
+++ b/src/views/demo/system/geoservermanagement/record.data.ts
@@ -17,7 +17,7 @@ export const columnsDataPreview: BasicColumn[] = [
dataIndex: 'allCount',
width: 120,
},{
- title: '外业图斑核查情况',
+ title: '外业线索核查情况',
children:[
{
title: '完成外业核查数量',
@@ -30,7 +30,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '下发疑似图斑类型',
+ title: '下发疑似线索类型',
children:[
{
title: '房屋翻新',
@@ -59,7 +59,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '图斑判定',
+ title: '线索判定',
children:[
{
title: '合法',
@@ -76,7 +76,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '新增违法图斑整改情况',
+ title: '新增违法线索整改情况',
dataIndex: 'handle_status_name',
children:[
{
@@ -106,7 +106,7 @@ export const columnsDataPreview: BasicColumn[] = [
}
]
},{
- title: '违法图斑整改进度情况',
+ title: '违法线索整改进度情况',
children:[
{
title: '3日内未整改完成',
@@ -145,7 +145,7 @@ export const columnsDataPreview: BasicColumn[] = [
export const columns: BasicColumn[] = [
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'case_no',
width: 120,
}
@@ -154,7 +154,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
width: 120,
},{
- title: '图斑描述',
+ title: '线索描述',
dataIndex: 'case_description',
width: 120,
},{
@@ -179,7 +179,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'verifytime',
width: 120,
},{
- title: '图斑状态',
+ title: '线索状态',
dataIndex: 'handle_status_name',
width: 120,
}
diff --git a/src/views/demo/system/layermanagement/index.vue b/src/views/demo/system/layermanagement/index.vue
index bde1e004..083f0f49 100644
--- a/src/views/demo/system/layermanagement/index.vue
+++ b/src/views/demo/system/layermanagement/index.vue
@@ -33,7 +33,7 @@
// 图层绘制类型
const type = ref('add')
- // 图斑数据
+ // 线索数据
// const feature ="LINESTRING (118.55483239594203 35.81329409678203, 118.54889167836416 35.806406839795216, 118.55647247134772 35.80285975465173, 118.56157492816281 35.803303140294986)"
// const feature = "POLYGON ((118.54774514802972 35.80786133598188, 118.54515277045988 35.79816597053564, 118.55919536113471 35.80085134034624, 118.56021460056033 35.80462789316549, 118.5595188628206 35.80695604583504, 118.5580066425723 35.80815336506183, 118.54774514802972 35.80786133598188))"
@@ -53,17 +53,17 @@ let drawFeatures = [
// 绘图完成返回geom
const handlerDrawComplete = (geom)=>{
- console.log("绘制完成返回的图斑",geom);
+ console.log("绘制完成返回的线索",geom);
}
// 地图组件
const MapboxComponent = ref()
- // 添加 或者 编辑图斑
+ // 添加 或者 编辑线索
// setTimeout(function(){
- // // 添加图斑
+ // // 添加线索
// // MapboxComponent.value.handlerDraw()
- // // 编辑图斑
+ // // 编辑线索
// MapboxComponent.value.handlerDraw(drawFeatures)
// },3000)
@@ -74,7 +74,7 @@ let drawFeatures = [
// // MapboxComponent.value.handlerDraw()
// },6000)
- // 图斑定位
+ // 线索定位
// setTimeout(function(){
// MapboxComponent.value.handlerLocation([118.556717,35.80391]);
// },6000)
diff --git a/src/views/demo/system/log/util.ts b/src/views/demo/system/log/util.ts
index 63abf553..4e025e97 100644
--- a/src/views/demo/system/log/util.ts
+++ b/src/views/demo/system/log/util.ts
@@ -27,7 +27,7 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [
{
field: 'key',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/system/mapconfig/index.vue b/src/views/demo/system/mapconfig/index.vue
index 25d6e3cb..7f444d08 100644
--- a/src/views/demo/system/mapconfig/index.vue
+++ b/src/views/demo/system/mapconfig/index.vue
@@ -4,7 +4,7 @@
查询
diff --git a/src/views/demo/tiankongdi/auditinfo/index.vue b/src/views/demo/tiankongdi/auditinfo/index.vue
index 5e077cc9..e592fcf9 100644
--- a/src/views/demo/tiankongdi/auditinfo/index.vue
+++ b/src/views/demo/tiankongdi/auditinfo/index.vue
@@ -150,11 +150,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
}
diff --git a/src/views/demo/tiankongdi/changearea/MapList/amend.vue b/src/views/demo/tiankongdi/changearea/MapList/amend.vue
index 4c740142..fd3515c6 100644
--- a/src/views/demo/tiankongdi/changearea/MapList/amend.vue
+++ b/src/views/demo/tiankongdi/changearea/MapList/amend.vue
@@ -2,7 +2,7 @@
@@ -13,10 +13,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
@@ -61,10 +61,10 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
-
+
-
+
diff --git a/src/views/demo/tiankongdi/changearea/MapList/index.vue b/src/views/demo/tiankongdi/changearea/MapList/index.vue
index 288d341c..298e15cf 100644
--- a/src/views/demo/tiankongdi/changearea/MapList/index.vue
+++ b/src/views/demo/tiankongdi/changearea/MapList/index.vue
@@ -12,7 +12,7 @@
/>
- 图斑来源
+ 线索来源
mapListScreenChange(value.target.value, 'caseNo')"
@@ -74,7 +74,7 @@
- 图斑分割
+ 线索分割
分割还原
@@ -130,7 +130,7 @@
- 图斑面积:
+ 线索面积:
-->
- {{
+ {{
props.showInfoData.case_description
}}
-
+
{{ props.showInfoData.remark }}
{{ props.showInfoData.lng }}
{{ props.showInfoData.lat }}
{{
props.showInfoData.synchronoustime
}}
-
+
@@ -699,11 +699,11 @@
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
geomsList.value = null;
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
@@ -778,7 +778,7 @@
// 是否是持续监察
const isKeepSupervision = window.location.href.includes('/tiankongdi/keepSupervision');
- // 图斑照片选择弹窗
+ // 线索照片选择弹窗
const moveInIllegalSubejctOpen = ref(false);
const moveList: any = ref([]);
function moveListAddOrRemove(value) {
@@ -899,7 +899,7 @@
padding-right: 10px;
}
- // 图斑照片选择
+ // 线索照片选择
.moveListAllChoose {
display: flex;
align-items: center;
diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/SplitPolygonModal/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/SplitPolygonModal/index.vue
index 6e9eac2e..b3759305 100644
--- a/src/views/demo/tiankongdi/curbspotcity/MapList/SplitPolygonModal/index.vue
+++ b/src/views/demo/tiankongdi/curbspotcity/MapList/SplitPolygonModal/index.vue
@@ -6,7 +6,7 @@
- 图斑信息
+ 线索信息
- {{ case_no }}
- {{ typename }}
+ {{ case_no }}
+ {{ typename }}
{{ countyname }}
{{ streetname }}
{{ communityname }}
- {{ dataProcessing(area) }}
+ {{ dataProcessing(area) }}
{{ dataProcessing(nongyongdi_area) }}
{{ dataProcessing(gengdi_area) }}
{{ dataProcessing(yongjiujibennongtian_area) }}
{{ dataProcessing(shengtaibaohuhongxian_area) }}
- {{ case_description }}
-
+ {{ case_description }}
+
{{ remark }}
{{ lng }}
{{ lat }}
{{ createtime }}
-
+
- 图斑分割结果
+ 线索分割结果
- 合并图斑
+ 合并线索
+ 删除线索 -->
还原分割
@@ -534,7 +534,7 @@
>
-
+
{
isLandTypeSpliting.value = true;
- // 删除被分割的图斑
+ // 删除被分割的线索
if(currentPolygon.value){
splitPolygonForm.value?.splice(currentPolygon.value,1);
splitAfterPolygon.value?.splice(currentPolygon.value,1);
@@ -951,7 +951,7 @@ import { itemProps } from '@/components/Menu/src/props';
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -992,19 +992,19 @@ import { itemProps } from '@/components/Menu/src/props';
// 处理面积
handlerFeatureArea();
- // 清空选中图斑
+ // 清空选中线索
let geoms = {
type: 'FeatureCollection',
features: [],
};
- // 绘制新图斑
+ // 绘制新线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
});
- // 清空当前图斑
+ // 清空当前线索
currentPolygon.value = null;
// 停止加载
@@ -1030,7 +1030,7 @@ import { itemProps } from '@/components/Menu/src/props';
}
splitPolygonForm.value?.forEach((item,index)=>{
- // 处理最后一块图斑面积
+ // 处理最后一块线索面积
if(index == splitPolygonForm.value.length-1){
splitPolygonForm.value[index].area = (area - addArea.area).toFixed(2) > 0 ? (area - addArea.area).toFixed(2) : null;
splitPolygonForm.value[index].gengdi_area = (gengdi_area - addArea.gengdi_area).toFixed(2) > 0 ? (gengdi_area - addArea.gengdi_area).toFixed(2) : null;
@@ -1078,14 +1078,14 @@ import { itemProps } from '@/components/Menu/src/props';
splitPolygonDetailShow.value = true;
};
- // 切换图斑
+ // 切换线索
const currentPolygon = ref(null);
const changeCurrentPolygon = (index, item) => {
let geoms = {
type: 'FeatureCollection',
features: [item.geom],
};
- // 绘图图斑
+ // 绘图线索
MapboxComponent.value.handlerDetails(geoms, 'splitPolygonSource', 'splitPolygonLayer', {
lineStyle: { 'line-color': '#408eff', 'line-width': 3 },
fillStyle: { 'fill-color': '#408eff', 'fill-opacity': 0.1 },
@@ -1093,7 +1093,7 @@ import { itemProps } from '@/components/Menu/src/props';
currentPolygon.value = index;
};
- // 图斑点击事件
+ // 线索点击事件
const onFeatureClick = (feature) => {
splitPolygonForm.value?.forEach((item, index) => {
if (item['geom']['properties']['id'] == feature.properties.id) {
@@ -1126,7 +1126,7 @@ import { itemProps } from '@/components/Menu/src/props';
};
- // 删除图斑
+ // 删除线索
const deleteSplitResult = ()=>{
@@ -1140,7 +1140,7 @@ import { itemProps } from '@/components/Menu/src/props';
})
if(deleteIndexs.length<1){
- createMessage.error("请选择需要删除的图斑!");
+ createMessage.error("请选择需要删除的线索!");
return;
}
@@ -1149,7 +1149,7 @@ import { itemProps } from '@/components/Menu/src/props';
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1187,7 +1187,7 @@ import { itemProps } from '@/components/Menu/src/props';
}
- // 合并图斑
+ // 合并线索
const mergeSplitResult = ()=>{
@@ -1209,7 +1209,7 @@ import { itemProps } from '@/components/Menu/src/props';
})
if(deleteIndexs.length!=2){
- createMessage.error("请选择两个图斑进行合并!");
+ createMessage.error("请选择两个线索进行合并!");
return;
}
@@ -1219,7 +1219,7 @@ import { itemProps } from '@/components/Menu/src/props';
removeElementsByIndexes(splitPolygonForm.value,deleteIndexs);
- // 合并后图斑
+ // 合并后线索
// turf旧版本
// let union = turf.union(mergeArr[0],mergeArr[1]);
@@ -1227,7 +1227,7 @@ import { itemProps } from '@/components/Menu/src/props';
// turf 7.0新版本
let union = turf.union(turf.featureCollection([mergeArr[0], mergeArr[1]]))
- // 计算合并后的图斑面积
+ // 计算合并后的线索面积
let calAreaParams:CalTubanAreaModel = {
"wktgeom": GeojsonToWkt(union['geometry']),
}
@@ -1238,7 +1238,7 @@ import { itemProps } from '@/components/Menu/src/props';
fid: null,
unitname: '',
createdate: createtime,
- caseno: case_no + ' 分割图斑',
+ caseno: case_no + ' 分割线索',
countyname: countyname,
streetname: streetname,
isbuildname: '',
@@ -1255,7 +1255,7 @@ import { itemProps } from '@/components/Menu/src/props';
splitAfterPolygon.value?.push(union);
splitPolygonForm.value?.push(polygon);
- // 渲染图斑数据
+ // 渲染线索数据
let geoms = {
type: 'FeatureCollection',
features:splitAfterPolygon.value?splitAfterPolygon.value : [],
@@ -1265,7 +1265,7 @@ import { itemProps } from '@/components/Menu/src/props';
fillStyle: { 'fill-color': '#fcf003', 'fill-opacity': 0.1 },
});
- // 合并后选中图斑
+ // 合并后选中线索
let checkedGeoms = {
type: 'FeatureCollection',
features: [],
@@ -1295,7 +1295,7 @@ import { itemProps } from '@/components/Menu/src/props';
isSpliting.value = true;
if (splitPolygonForm.value?.length == 0) {
- createMessage.error('请先使用分割工具分割图斑!');
+ createMessage.error('请先使用分割工具分割线索!');
isSpliting.value = false;
return null;
}
@@ -1374,7 +1374,7 @@ import { itemProps } from '@/components/Menu/src/props';
}
for (let key in areaAbnormal.value) {
if (areaAbnormal.value[key]) {
- createMessage.error('分割后总面积与原图斑总面积不一致!');
+ createMessage.error('分割后总面积与原线索总面积不一致!');
return false;
}
}
diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue
index f11bd629..10f34390 100644
--- a/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue
+++ b/src/views/demo/tiankongdi/curbspotcity/MapList/index.vue
@@ -23,7 +23,7 @@
/>
- 图斑来源
+ 线索来源
emits('mapListScreenChange',value.target.value,'mapNo')"
@@ -144,7 +144,7 @@
-->
- 图斑面积:
+ 线索面积:
{
landType: props.infoScreenData.landType, //0 农用地 1建设用地
isOutTime: props.infoScreenData.isOverdue, //是否超期
year: props.infoScreenData.year, //年
- tubanlaiyuan: props.infoScreenData.patchSource, //图斑来源
+ tubanlaiyuan: props.infoScreenData.patchSource, //线索来源
picihao: props.infoScreenData.batch, //批次号
streetid: props.infoScreenData.streetId,
caseNo: props.infoScreenData.mapNo, //图版编号
@@ -568,8 +568,8 @@ const getParams = (data) => {
endTime: props.infoScreenData.endTime, // 下发结束时间
nowStatus: props.infoScreenData.mapStatus, // 当前状态
isBuildName: props.infoScreenData.markType, // 标注
- tubanArea1: props.infoScreenData.mapAreaFirst, // 图斑面积1
- tubanArea2: props.infoScreenData.mapAreaLast, // 图斑面积2
+ tubanArea1: props.infoScreenData.mapAreaFirst, // 线索面积1
+ tubanArea2: props.infoScreenData.mapAreaLast, // 线索面积2
gengdiArea1: props.infoScreenData.arableAreaFirst, //耕地面积1
gengdiArea2: props.infoScreenData.arableAreaLast, //耕地面积2
page: props.pageNo,
diff --git a/src/views/demo/tiankongdi/curbspotcity/index.vue b/src/views/demo/tiankongdi/curbspotcity/index.vue
index dad9fd49..8bb8ce7c 100644
--- a/src/views/demo/tiankongdi/curbspotcity/index.vue
+++ b/src/views/demo/tiankongdi/curbspotcity/index.vue
@@ -280,7 +280,7 @@
landType: infoScreenData.value.landType, //0 农用地 1建设用地
isOutTime: infoScreenData.value.isOverdue, //是否超期
year: infoScreenData.value.year, //年
- tubanlaiyuan: infoScreenData.value.patchSource, //图斑来源
+ tubanlaiyuan: infoScreenData.value.patchSource, //线索来源
picihao: infoScreenData.value.batch, //批次号
// countyid: infoScreenData.value.countyId,
streetid: infoScreenData.value.streetId,
@@ -293,8 +293,8 @@
// measure_name: infoScreenData.value.measure,
nowStatus: infoScreenData.value.mapStatus, // 当前状态
isBuildName: infoScreenData.value.markType, // 标注
- tubanArea1: infoScreenData.value.mapAreaFirst, // 图斑面积1
- tubanArea2: infoScreenData.value.mapAreaLast, // 图斑面积2
+ tubanArea1: infoScreenData.value.mapAreaFirst, // 线索面积1
+ tubanArea2: infoScreenData.value.mapAreaLast, // 线索面积2
gengdiArea1: infoScreenData.value.arableAreaFirst, //耕地面积1
gengdiArea2: infoScreenData.value.arableAreaLast, //耕地面积2
// areaid: cityType.value.areaid,
@@ -412,11 +412,11 @@
// MapboxComponent.value.handlerDraw(status,mapgemoList.value, false);
MapboxComponent.value.handlerDraw('Details', geoms, false);
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
});
} else {
- createMessage.error('当前数据没有图斑!');
+ createMessage.error('当前数据没有线索!');
}
}
const infoDataListSort = (type, order) => {
diff --git a/src/views/demo/tiankongdi/keepSupervision/keepSupervision.data.ts b/src/views/demo/tiankongdi/keepSupervision/keepSupervision.data.ts
index 8a34654c..72268bcb 100644
--- a/src/views/demo/tiankongdi/keepSupervision/keepSupervision.data.ts
+++ b/src/views/demo/tiankongdi/keepSupervision/keepSupervision.data.ts
@@ -11,7 +11,7 @@ import {
export const columns: BasicColumn[] = [
{
- title: '图斑来源',
+ title: '线索来源',
dataIndex: 'tubanlaiyuan',
},
{
@@ -28,16 +28,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'communityname',
},
{
- title: '图斑编号',
+ title: '线索编号',
dataIndex: 'caseno',
width: 250,
},
{
- title: '图斑类型',
+ title: '线索类型',
dataIndex: 'typename',
},
{
- title: '图斑面积',
+ title: '线索面积',
dataIndex: 'area',
width: 110,
},
@@ -104,7 +104,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'tubanlaiyuan',
- label: '图斑来源',
+ label: '线索来源',
component: 'ApiSelect',
colProps: { span: 4 },
componentProps: ({ formModel }) => {
@@ -131,7 +131,7 @@ export const searchFormSchema: FormSchema[] = [
// },
{
field: 'typename',
- label: '图斑类型',
+ label: '线索类型',
component: 'Select',
colProps: { span: 4 },
componentProps: {
@@ -230,10 +230,10 @@ export const searchFormSchema: FormSchema[] = [
},
},
- // 增加图斑面积、耕地面积、永农面积的筛选项;
+ // 增加线索面积、耕地面积、永农面积的筛选项;
{
field: 'tubanmianji',
- label: '图斑面积',
+ label: '线索面积',
colProps: { span: 4 },
slot: 'tubanmianji',
},
@@ -280,7 +280,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
- label: '图斑编号',
+ label: '线索编号',
component: 'Input',
colProps: { span: 4 },
},
diff --git a/src/views/demo/tiankongdi/keepSupervision/uploadModal.vue b/src/views/demo/tiankongdi/keepSupervision/uploadModal.vue
index f05e540c..221fc21e 100644
--- a/src/views/demo/tiankongdi/keepSupervision/uploadModal.vue
+++ b/src/views/demo/tiankongdi/keepSupervision/uploadModal.vue
@@ -169,7 +169,7 @@
}
const index = fileList.value.findIndex((l) => l.uid === item.uid);
const path = item.url;
- // 按图斑编号分组
+ // 按线索编号分组
const uoloadArrayIndex = uoloadArray.findIndex((l) => l.caseid === caseid);
if (uoloadArrayIndex != -1) {
uoloadArray[uoloadArrayIndex].index += ',' + index;
@@ -216,9 +216,9 @@
};
});
if (props.allTableData.findIndex((item) => item.caseno == value.caseid)) {
- message.error(`图斑【${value.caseid}】不存在!`);
+ message.error(`线索【${value.caseid}】不存在!`);
} else {
- message.error(`图斑【${value.caseid}】有未审核的图片,不允许继续上传,请先审核!`);
+ message.error(`线索【${value.caseid}】有未审核的图片,不允许继续上传,请先审核!`);
}
}
});
diff --git a/src/views/demo/tiankongdi/mapconfig/index.vue b/src/views/demo/tiankongdi/mapconfig/index.vue
index 597cfc63..cc5a2fe4 100644
--- a/src/views/demo/tiankongdi/mapconfig/index.vue
+++ b/src/views/demo/tiankongdi/mapconfig/index.vue
@@ -4,7 +4,7 @@
|