From 617642c8ead478d9d51c0910da37e6ff10aa203a Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Thu, 31 Jul 2025 15:42:45 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=B7=A1=E5=AF=9F=E5=AE=A1=E8=AE=A1?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E9=83=A8=E5=88=86Options=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 | 12 ++++++++++++ .../inspectionaudit/curbspotcity/MapList/index.vue | 4 ++-- .../patchsummary/patchsummary.data.ts | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/utils/global.ts b/src/utils/global.ts index ff214bc4..bafbffef 100644 --- a/src/utils/global.ts +++ b/src/utils/global.ts @@ -35,6 +35,11 @@ export const mapTypeOptions = [ { label: '非农化违法', value: 3 }, { label: '非粮化违法', value: 4 }, ]; +export const xcsjMapTypeOptions = [ + { label: '合法', value: 0 }, + { label: '违法', value: 1 }, + { label: '其他', value: 2 }, +]; export const keyIssuesIIMapTypeOptions = [ { label: '合法', value: 0 }, { label: '违法', value: 1 }, @@ -68,6 +73,13 @@ export const mapStatusOptions = [ // { label: '市级驳回', value: '市级驳回' }, // { label: '县级驳回', value: '县级驳回' }, ]; +export const xcsjMapStatusOptions = [ + { label: '待接收', value: '待接收' }, + { label: '待填报', value: '待填报' }, + { label: '待整改', value: '待整改' }, + { label: '市级驳回', value: '市级驳回' }, + { label: '县级驳回', value: '县级驳回' }, +]; export const keyProblemSearchMapStatusOptions = [ { label: '待接收', value: '待接收' }, { label: '待填报', value: '待填报' }, diff --git a/src/views/demo/inspectionaudit/curbspotcity/MapList/index.vue b/src/views/demo/inspectionaudit/curbspotcity/MapList/index.vue index 262b1e2c..dc0448e8 100644 --- a/src/views/demo/inspectionaudit/curbspotcity/MapList/index.vue +++ b/src/views/demo/inspectionaudit/curbspotcity/MapList/index.vue @@ -129,7 +129,7 @@ v-model:value="props.infoScreenData.mapStatus" @change="(value) => emits('mapListScreenChange',value,'mapStatus')" style="width: 100%" - :options="mapStatusOptions"> + :options="xcsjMapStatusOptions"> -
+
{{ t('sys.subject.header_title') }} - + +
+
@@ -239,15 +240,15 @@ onMounted(() => { diff --git a/src/views/demo/tiankongdi/infomationconfirm/index.vue b/src/views/demo/tiankongdi/infomationconfirm/index.vue new file mode 100644 index 00000000..aa5958af --- /dev/null +++ b/src/views/demo/tiankongdi/infomationconfirm/index.vue @@ -0,0 +1,472 @@ + + + + +