From 82b160daceaf9ab2eddad6a8855d244615a42834 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Thu, 12 Sep 2024 08:57:15 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=87=8D=E7=82=B9=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=9B=BE=E6=96=91=E5=88=97=E8=A1=A8=E7=AD=9B=E9=80=89=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/global.ts | 12 +++ .../keyissuesI/curbspotcity/MapList/index.vue | 4 +- .../keyissuesI/patchsummary/index.vue | 4 +- .../patchsummary/patchsummary.data.ts | 91 +++++++++--------- .../curbspotcity/MapList/index.vue | 4 +- .../keyissuesII/patchsummary/index.vue | 4 +- .../patchsummary/patchsummary.data.ts | 95 +++++++++---------- 7 files changed, 110 insertions(+), 104 deletions(-) diff --git a/src/utils/global.ts b/src/utils/global.ts index b1127248..4261c510 100644 --- a/src/utils/global.ts +++ b/src/utils/global.ts @@ -33,6 +33,12 @@ export const mapTypeOptions = [ { label: '违法', value: 1 }, { label: '其他', value: 2 }, ]; +export const keyIssuesIIMapTypeOptions = [ + { label: '合法', value: 0 }, + { label: '违法', value: 1 }, + { label: '其他', value: 2 }, + { label: '自建自用', value: 3 }, +]; export const illegalTypeOptions = [ { label: '非农化', value: 0 }, { label: '非粮化', value: 1 }, @@ -48,6 +54,12 @@ export const mapStatusOptions = [ { label: '市级驳回', value: '市级驳回' }, { label: '县级驳回', value: '县级驳回' }, ]; +export const keyProblemMapStatusOptions = [ + { label: '待接收', value: '待接收' }, + { label: '待填报', value: '待填报' }, + { label: '市级驳回', value: '市级驳回' }, + { label: '县级驳回', value: '县级驳回' }, +]; export const auditMapStatusOptions = [ { label: '市级驳回', value: '市级驳回' }, { label: '县级驳回', value: '县级驳回' }, diff --git a/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue b/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue index 2cf775fb..bb15d79b 100644 --- a/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue +++ b/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/index.vue @@ -130,7 +130,7 @@ v-model:value="props.infoScreenData.mapStatus" @change="(value) => emits('mapListScreenChange',value,'mapStatus')" style="width: 100%" - :options="mapStatusOptions"> + :options="keyProblemMapStatusOptions">