diff --git a/public/bigScreen/index.html b/public/bigScreen/index.html index c1e61428..3963f356 100644 --- a/public/bigScreen/index.html +++ b/public/bigScreen/index.html @@ -65,13 +65,13 @@ DTU和PLC完 -->
-
案件线索统计
+
图斑线索统计
-
案件分类统计
+
图斑分类统计
@@ -138,7 +138,7 @@ - 最新案件 + 最新图斑
- 案件详情 + 图斑详情
@@ -424,15 +424,15 @@ --> - 案件编号 + 图斑编号 图斑面积   - 案件类型 + 图斑类型   - 案件描述 + 图斑描述   @@ -442,7 +442,7 @@   - 案件图片 + 图斑图片 @@ -466,22 +466,22 @@
- 案件处理信息 + 图斑处理信息
- + - + - + @@ -495,11 +495,11 @@ - + - +
案件编号图斑编号 处理时间  
案件类型图斑类型  案件描述图斑描述  
 
案件图片图斑图片
处理图片 diff --git a/public/bigScreen/js/index.js b/public/bigScreen/js/index.js index a36216ca..1526a89b 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 d0bf8428..70695603 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 ce9c50ad..a8468dc0 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 2cd82455..2cb34bd4 100644 --- a/src/api/degraining/index.ts +++ b/src/api/degraining/index.ts @@ -16,9 +16,9 @@ enum Api { LoadReformCaseCount = '/api/DroneCaseInfoFLH/LoadTaskCount', // 非粮化 整改审核第二层 LoadTaskIllegalDetailList = '/api/DroneCaseInfoFLH/LoadTaskIllegalDetailList', - // 案件详情 + // 图斑详情 GetCaseInfoById = '/api/DroneCaseInfoFLH/GetCaseInfoById', - // 非粮化 图斑调整 更新案件行政区划 + // 非粮化 图斑调整 更新图斑行政区划 UpdateDroneCaseInfo = '/api/DroneCaseInfoFLH/UpdateDroneCaseInfo', // 分割还原 CaseRecover = '/api/DroneCaseInfoFLH/CaseRecover', diff --git a/src/api/demo/query.ts b/src/api/demo/query.ts index 54782a42..75ceeed4 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 17cd7f4f..fe65aa71 100644 --- a/src/api/demo/system.ts +++ b/src/api/demo/system.ts @@ -80,13 +80,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服务增加 ShpGeoLayerAdd = '/api/ShpGeoLayer/Add', diff --git a/src/api/illegalmining/index.ts b/src/api/illegalmining/index.ts index d8072a75..1788ca7c 100644 --- a/src/api/illegalmining/index.ts +++ b/src/api/illegalmining/index.ts @@ -16,7 +16,7 @@ enum Api { LoadReformCaseCount = '/api/DroneCaseInfoSatellite/LoadReformCaseCount', // 非法采矿整改审核第二层 LoadTaskIllegalDetailList = '/api/DroneCaseInfoSatellite/LoadTaskIllegalDetailList', - // 案件详情 + // 图斑详情 GetCaseInfoById = '/api/DroneCaseInfoSatellite/GetCaseInfoById', } export function LoadCaiKuangTaskList(params) { diff --git a/src/api/monitor/index.ts b/src/api/monitor/index.ts index c9a9eb39..b26ad173 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/tiankongdi/index.ts b/src/api/tiankongdi/index.ts index 05469f91..282c13f4 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', @@ -47,7 +47,7 @@ enum Api { GetPolygonCenter = '/api/DroneCaseInfoSingle/GetCenterPoints', // 获取用户访问机构权限 GetUserOrgs = '/api/Check/GetOrgs', - // 大屏下发案件统计 + // 大屏下发图斑统计 IssuedStatitical = "/api/DroneScreenDisplay/CaseOffenceXiaFa", // 大屏核实新增统计 VerifyStatitical = "/api/DroneScreenDisplay/CaseOffenceCheckAdd", diff --git a/src/views/demo/ThematicSetting/index.vue b/src/views/demo/ThematicSetting/index.vue index 3a588f30..aaeeddf3 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 a9b9d241..031e88bd 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/caseoffence/RecordList.vue b/src/views/demo/caseoffence/RecordList.vue index e478ecf2..b600a4ac 100644 --- a/src/views/demo/caseoffence/RecordList.vue +++ b/src/views/demo/caseoffence/RecordList.vue @@ -29,7 +29,7 @@
- 统计明细案件信息(execl) + 统计明细图斑信息(execl) 统计明细矢量数据(shp) @@ -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 = '统计明细矢量数据 ' + diff --git a/src/views/demo/degraining/caseoffence/RecordList.vue b/src/views/demo/degraining/caseoffence/RecordList.vue index 62c68f6f..7f52a91b 100644 --- a/src/views/demo/degraining/caseoffence/RecordList.vue +++ b/src/views/demo/degraining/caseoffence/RecordList.vue @@ -29,7 +29,7 @@
- 统计明细案件信息(execl) + 统计明细图斑信息(execl) 统计明细矢量数据(shp) @@ -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 = '统计明细矢量数据 ' + diff --git a/src/views/demo/degraining/changearea/MapList/amend.vue b/src/views/demo/degraining/changearea/MapList/amend.vue index 729769ea..7f6e9155 100644 --- a/src/views/demo/degraining/changearea/MapList/amend.vue +++ b/src/views/demo/degraining/changearea/MapList/amend.vue @@ -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/report/caseview/index.vue b/src/views/demo/report/caseview/index.vue index 0823f903..c19a9e89 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 ccc2c257..abba7d2d 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 b7699081..a0858633 100644 --- a/src/views/demo/report/caseview/src/mapDetail.vue +++ b/src/views/demo/report/caseview/src/mapDetail.vue @@ -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 c6027f72..69a5bd1c 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 e3b0f7e4..e3b78a8a 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 bc13a9be..5938bc1b 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/statistical/RecordList.vue b/src/views/demo/statistical/RecordList.vue index a463ac9b..dc6128f6 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/index.vue b/src/views/demo/statistical/index.vue index 64e1be9f..814e6b03 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/record.data.ts b/src/views/demo/statistical/record.data.ts index 2d77f2ec..0f499eea 100644 --- a/src/views/demo/statistical/record.data.ts +++ b/src/views/demo/statistical/record.data.ts @@ -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/geoservermanagement/RecordList.vue b/src/views/demo/system/geoservermanagement/RecordList.vue index a463ac9b..dc6128f6 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/record.data.ts b/src/views/demo/system/geoservermanagement/record.data.ts index fec998cd..01409899 100644 --- a/src/views/demo/system/geoservermanagement/record.data.ts +++ b/src/views/demo/system/geoservermanagement/record.data.ts @@ -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/tiankongdi/changearea/MapList/amend.vue b/src/views/demo/tiankongdi/changearea/MapList/amend.vue index 61834cc7..4c740142 100644 --- a/src/views/demo/tiankongdi/changearea/MapList/amend.vue +++ b/src/views/demo/tiankongdi/changearea/MapList/amend.vue @@ -13,10 +13,10 @@ :label-col="labelCol" :wrapper-col="wrapperCol" > - + - + @@ -61,10 +61,10 @@ :label-col="labelCol" :wrapper-col="wrapperCol" > - + - +