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) => {