From 3be86764d50929da2b574d578a7c57d526e814da Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Wed, 30 Jul 2025 14:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=AE=9E=E9=99=85=E7=94=A8?= =?UTF-8?q?=E9=80=94=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=EF=BC=8C=E6=98=BE=E7=A4=BA=E6=9C=80=E6=96=B0=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/global.ts | 22 +++++++++++++++++++ .../demo/statistical/patchsummary/index.vue | 2 +- .../MapList/NewShowInfoModal/index.vue | 4 ++-- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/src/utils/global.ts b/src/utils/global.ts index 24f18c4c..5df223d9 100644 --- a/src/utils/global.ts +++ b/src/utils/global.ts @@ -174,6 +174,28 @@ export const qitaUseTOOptions = [ value: '5', }, ]; +export const newQitaUseTOOptions = [ + { + label: '光伏用地备案', + value: '1', + }, + { + label: '设施农业用地备案', + value: '2', + }, + { + label: '农村道路', + value: '3', + }, + { + label: '实地未变化', + value: '4', + }, + { + label: '临时用地备案', + value: '5', + }, +] export const nowStatusOptions = [ { label: '待接收', value: '待接收' }, { label: '待填报', value: '待填报' }, diff --git a/src/views/demo/statistical/patchsummary/index.vue b/src/views/demo/statistical/patchsummary/index.vue index 9331f7b6..d3a5305f 100644 --- a/src/views/demo/statistical/patchsummary/index.vue +++ b/src/views/demo/statistical/patchsummary/index.vue @@ -90,7 +90,7 @@ 上一条 下一条 - + diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/NewShowInfoModal/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/NewShowInfoModal/index.vue index 42b4ff98..ce00d5f0 100644 --- a/src/views/demo/tiankongdi/curbspotcity/MapList/NewShowInfoModal/index.vue +++ b/src/views/demo/tiankongdi/curbspotcity/MapList/NewShowInfoModal/index.vue @@ -331,7 +331,7 @@ markTypeOptions, illegalTypeList, resultOptions, - qitaUseTOOptions, + newQitaUseTOOptions, } from '@/utils/global'; const MapboxComponent = ref(); @@ -466,7 +466,7 @@ result = resultOptions; break; case 'qita_use_to': - result = qitaUseTOOptions; + result = newQitaUseTOOptions; break; } result.forEach((item) => {