From 53b8d06cafb450ba45043cb58ab39bfd4376149e Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Tue, 16 Sep 2025 16:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=88=90=E5=8E=9F=E5=85=88=E8=A1=A8?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EarlyWarning/InfoModal/index.vue | 545 +++++++++++++++++- src/views/demo/expirationwarning/utils.ts | 37 +- src/views/demo/historyproject/utils.ts | 37 +- src/views/demo/overduewarning/utils.ts | 37 +- .../demo/projectchange/InfoModal/index.vue | 19 +- src/views/demo/projectchange/utils.ts | 37 +- src/views/demo/projectlist/utils.ts | 33 +- .../statisticalanalysis/statistical.data.ts | 2 +- 8 files changed, 550 insertions(+), 197 deletions(-) diff --git a/src/components/EarlyWarning/InfoModal/index.vue b/src/components/EarlyWarning/InfoModal/index.vue index 35cf9f9..156871e 100644 --- a/src/components/EarlyWarning/InfoModal/index.vue +++ b/src/components/EarlyWarning/InfoModal/index.vue @@ -38,30 +38,21 @@ {{ allInfoData.quanliren }} - - {{ allInfoData.lianxifangshi }} - {{ allInfoData.xingzhengquhua }} {{ allInfoData.beian_no }} - - {{ allInfoData.beianriqi? dayjs(allInfoData.beianriqi).format('YYYY-MM-DD') : ''}} - {{ allInfoData.start_time? dayjs(allInfoData.start_time).format('YYYY-MM-DD') : '' }} {{ allInfoData.end_time? dayjs(allInfoData.end_time).format('YYYY-MM-DD') : ''}} - + {{ allInfoData.xiangmu_yt }} - - {{ allInfoData.jianzhujiegou }} - {{ allInfoData.shenqing_area }} @@ -76,6 +67,540 @@ + + + + {{ allInfoData.iswenti_kg }} + + + {{ allInfoData.wentileixing_kg }} + + + {{ allInfoData.qtqksm_kg }} + + + {{ allInfoData.zgfs_kg }} + + + {{ allInfoData.zgqx_kg? dayjs(allInfoData.zgqx_kg).format('YYYY-MM-DD') : '' }} + + +
+ + + +
+
+ +
+ + + +
+
+ + + + + + + {{ allInfoData.hechauser_kg }} + + + {{ allInfoData.hechatime_kg }} + +
+
+ + + + {{ allInfoData.zgfs_kgzg }} + + +
+ + + +
+
+ +
+ + + +
+
+ + + + + + + {{ allInfoData.hechauser_kgzg }} + + + {{ allInfoData.hechatime_kgzg }} + +
+
+ + + + {{ allInfoData.iswenti_jz }} + + + {{ allInfoData.wentileixing_jz }} + + + {{ allInfoData.qtqksm_jz }} + + + {{ allInfoData.zgfs_jz }} + + + {{ allInfoData.zgqx_jz? dayjs(allInfoData.zgqx_jz).format('YYYY-MM-DD') : ''}} + + +
+ + + +
+
+ +
+ + + +
+
+ + + + + + + {{ allInfoData.hechauser_jz }} + + + {{ allInfoData.hechatime_jz }} + +
+
+ + + + {{ allInfoData.zgfs_jzzg }} + + +
+ + + +
+
+ +
+ + + +
+
+ + + + + + + {{ allInfoData.hechauser_jzzg }} + + + {{ allInfoData.hechatime_jzzg }} + +
+
+ + + + {{ allInfoData.iswenti_wg }} + + + {{ allInfoData.wentileixing_wg }} + + + {{ allInfoData.qtqksm_wg }} + + + {{ allInfoData.zgfs_wg }} + + + {{ allInfoData.zgqx_wg? dayjs(allInfoData.zgqx_wg).format('YYYY-MM-DD') : ''}} + + +
+ + + +
+
+ +
+ + + +
+
+ + + + + + + {{ allInfoData.hechauser_wg }} + + + {{ allInfoData.hechatime_wg }} + +
+
+ + + + {{ allInfoData.zgfs_wgzg }} + + +
+ + + +
+
+ +
+ + + +
+
+ + + + + + + {{ allInfoData.hechauser_wgzg }} + + + {{ allInfoData.hechatime_wgzg }} + +
+
{ - if (!text) return ''; - return dayjs(text).format('YYYY-MM-DD'); - }, - }, - { - title: '项目状态', - dataIndex: 'handle_status_name', - }, { title: '项目开始时间', dataIndex: 'start_time', @@ -67,15 +39,10 @@ export const columns: BasicColumn[] = [ }, }, { - title: '设施农业类型', + title: '项目当前用途', dataIndex: 'xiangmu_yt', width: 110, }, - { - title: '建筑结构', - dataIndex: 'jianzhujiegou', - width: 110, - }, { title: '设施农业申请用地面积(公顷)', dataIndex: 'shenqing_area', @@ -110,7 +77,7 @@ export const searchFormSchema: FormSchema[] = [ field: 'xiangmuyt', component: 'ApiSelect', colProps: { span: 4 }, - label: '设施农业类型', + label: '项目当前用途', componentProps: ({ formModel }) => { return { api: getLoad, diff --git a/src/views/demo/historyproject/utils.ts b/src/views/demo/historyproject/utils.ts index c5ad1f3..eb40456 100644 --- a/src/views/demo/historyproject/utils.ts +++ b/src/views/demo/historyproject/utils.ts @@ -13,22 +13,6 @@ export const columns: BasicColumn[] = [ dataIndex: 'xiangmu_name', width: 200, }, - { - title: '乡镇', - dataIndex: 'streetname', - }, - { - title: '村庄', - dataIndex: 'communityname', - }, - { - title: '权利人', - dataIndex: 'quanliren', - }, - { - title: '联系方式', - dataIndex: 'lianxifangshi', - }, { title: '行政区划', dataIndex: 'xingzhengquhua', @@ -37,18 +21,6 @@ export const columns: BasicColumn[] = [ title: '备案编号', dataIndex: 'beian_no', }, - { - title: '备案日期', - dataIndex: 'beianriqi', - customRender: ({ text }) => { - if (!text) return ''; - return dayjs(text).format('YYYY-MM-DD'); - }, - }, - { - title: '项目状态', - dataIndex: 'handle_status_name', - }, { title: '项目开始时间', dataIndex: 'start_time', @@ -67,15 +39,10 @@ export const columns: BasicColumn[] = [ }, }, { - title: '设施农业类型', + title: '项目当前用途', dataIndex: 'xiangmu_yt', width: 110, }, - { - title: '建筑结构', - dataIndex: 'jianzhujiegou', - width: 110, - }, { title: '设施农业申请用地面积(公顷)', dataIndex: 'shenqing_area', @@ -110,7 +77,7 @@ export const searchFormSchema: FormSchema[] = [ field: 'xiangmu_yt', component: 'ApiSelect', colProps: { span: 4 }, - label: '设施农业类型', + label: '项目当前用途', componentProps: ({ formModel }) => { return { api: getLoad, diff --git a/src/views/demo/overduewarning/utils.ts b/src/views/demo/overduewarning/utils.ts index 595f958..aaff606 100644 --- a/src/views/demo/overduewarning/utils.ts +++ b/src/views/demo/overduewarning/utils.ts @@ -13,22 +13,6 @@ export const columns: BasicColumn[] = [ dataIndex: 'xiangmu_name', width: 200, }, - { - title: '乡镇', - dataIndex: 'streetname', - }, - { - title: '村庄', - dataIndex: 'communityname', - }, - { - title: '权利人', - dataIndex: 'quanliren', - }, - { - title: '联系方式', - dataIndex: 'lianxifangshi', - }, { title: '行政区划', dataIndex: 'xingzhengquhua', @@ -37,18 +21,6 @@ export const columns: BasicColumn[] = [ title: '备案编号', dataIndex: 'beian_no', }, - { - title: '备案日期', - dataIndex: 'beianriqi', - customRender: ({ text }) => { - if (!text) return ''; - return dayjs(text).format('YYYY-MM-DD'); - }, - }, - { - title: '项目状态', - dataIndex: 'handle_status_name', - }, { title: '项目开始时间', dataIndex: 'start_time', @@ -67,15 +39,10 @@ export const columns: BasicColumn[] = [ }, }, { - title: '设施农业类型', + title: '项目当前用途', dataIndex: 'xiangmu_yt', width: 110, }, - { - title: '建筑结构', - dataIndex: 'jianzhujiegou', - width: 110, - }, { title: '设施农业申请用地面积(公顷)', dataIndex: 'shenqing_area', @@ -110,7 +77,7 @@ export const searchFormSchema: FormSchema[] = [ field: 'xiangmuyt', component: 'ApiSelect', colProps: { span: 4 }, - label: '设施农业类型', + label: '项目当前用途', componentProps: ({ formModel }) => { return { api: getLoad, diff --git a/src/views/demo/projectchange/InfoModal/index.vue b/src/views/demo/projectchange/InfoModal/index.vue index 79c3e5f..a950001 100644 --- a/src/views/demo/projectchange/InfoModal/index.vue +++ b/src/views/demo/projectchange/InfoModal/index.vue @@ -25,28 +25,18 @@
权利人:
-
-
联系方式:
-
-
- -
行政区划:
+
+
备案编号:
-
-
-
备案日期:
-
-
-
-
设施农业类型:
+
项目当前用途:
@@ -78,8 +68,7 @@
-
建筑结构:
-
+
diff --git a/src/views/demo/projectchange/utils.ts b/src/views/demo/projectchange/utils.ts index c5ad1f3..eb40456 100644 --- a/src/views/demo/projectchange/utils.ts +++ b/src/views/demo/projectchange/utils.ts @@ -13,22 +13,6 @@ export const columns: BasicColumn[] = [ dataIndex: 'xiangmu_name', width: 200, }, - { - title: '乡镇', - dataIndex: 'streetname', - }, - { - title: '村庄', - dataIndex: 'communityname', - }, - { - title: '权利人', - dataIndex: 'quanliren', - }, - { - title: '联系方式', - dataIndex: 'lianxifangshi', - }, { title: '行政区划', dataIndex: 'xingzhengquhua', @@ -37,18 +21,6 @@ export const columns: BasicColumn[] = [ title: '备案编号', dataIndex: 'beian_no', }, - { - title: '备案日期', - dataIndex: 'beianriqi', - customRender: ({ text }) => { - if (!text) return ''; - return dayjs(text).format('YYYY-MM-DD'); - }, - }, - { - title: '项目状态', - dataIndex: 'handle_status_name', - }, { title: '项目开始时间', dataIndex: 'start_time', @@ -67,15 +39,10 @@ export const columns: BasicColumn[] = [ }, }, { - title: '设施农业类型', + title: '项目当前用途', dataIndex: 'xiangmu_yt', width: 110, }, - { - title: '建筑结构', - dataIndex: 'jianzhujiegou', - width: 110, - }, { title: '设施农业申请用地面积(公顷)', dataIndex: 'shenqing_area', @@ -110,7 +77,7 @@ export const searchFormSchema: FormSchema[] = [ field: 'xiangmu_yt', component: 'ApiSelect', colProps: { span: 4 }, - label: '设施农业类型', + label: '项目当前用途', componentProps: ({ formModel }) => { return { api: getLoad, diff --git a/src/views/demo/projectlist/utils.ts b/src/views/demo/projectlist/utils.ts index c1e32f4..87f344a 100644 --- a/src/views/demo/projectlist/utils.ts +++ b/src/views/demo/projectlist/utils.ts @@ -13,22 +13,6 @@ export const columns: BasicColumn[] = [ dataIndex: 'xiangmu_name', width: 200, }, - { - title: '乡镇', - dataIndex: 'streetname', - }, - { - title: '村庄', - dataIndex: 'communityname', - }, - { - title: '权利人', - dataIndex: 'quanliren', - }, - { - title: '联系方式', - dataIndex: 'lianxifangshi', - }, { title: '行政区划', dataIndex: 'xingzhengquhua', @@ -37,14 +21,6 @@ export const columns: BasicColumn[] = [ title: '备案编号', dataIndex: 'beian_no', }, - { - title: '备案日期', - dataIndex: 'beianriqi', - customRender: ({ text }) => { - if (!text) return ''; - return dayjs(text).format('YYYY-MM-DD'); - }, - }, { title: '项目状态', dataIndex: 'handle_status_name', @@ -67,15 +43,10 @@ export const columns: BasicColumn[] = [ }, }, { - title: '设施农业类型', + title: '项目当前用途', dataIndex: 'xiangmu_yt', width: 110, }, - { - title: '建筑结构', - dataIndex: 'jianzhujiegou', - width: 110, - }, { title: '设施农业申请用地面积(公顷)', dataIndex: 'shenqing_area', @@ -110,7 +81,7 @@ export const searchFormSchema: FormSchema[] = [ field: 'xiangmuyt', component: 'ApiSelect', colProps: { span: 4 }, - label: '设施农业类型', + label: '项目当前用途', componentProps: ({ formModel }) => { return { api: getLoad, diff --git a/src/views/demo/statisticalanalysis/statistical.data.ts b/src/views/demo/statisticalanalysis/statistical.data.ts index c4afb17..f1daa75 100644 --- a/src/views/demo/statisticalanalysis/statistical.data.ts +++ b/src/views/demo/statisticalanalysis/statistical.data.ts @@ -106,7 +106,7 @@ export const searchFormSchema: FormSchema[] = [ { field: 'xiangmu_yt', component: 'ApiSelect', - label: '设施农业类型', + label: '项目当前用途', colProps: { span: 6, },