From 9a841ebd0a5be4f671e156cd0bbf2f74c9405dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E5=B5=A9?= <17854119262@163.com> Date: Tue, 16 Jul 2024 16:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=98=8E=E7=BB=86=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/caseoffence/index.vue | 157 ++++++++++-------- .../demo/statistical/patchsummary/index.vue | 34 +++- .../patchsummary/patchsummary.data.ts | 4 +- 3 files changed, 119 insertions(+), 76 deletions(-) diff --git a/src/views/demo/caseoffence/index.vue b/src/views/demo/caseoffence/index.vue index 10896baa..73625cb6 100644 --- a/src/views/demo/caseoffence/index.vue +++ b/src/views/demo/caseoffence/index.vue @@ -2,11 +2,6 @@
+ +
+ + 案件信息(execl) + + + 图斑信息(shp) + +
+
+ + 无人机发现违法行为情况统计明细表 + + + 土地卫片新增违法占用耕地情况统计表 + + + 无人机发现违法行为情况统计表 + +
+
+ +
+ + 图斑汇总统计报表(execl) + + + 图斑汇总统计信息(shp) + +
+
{ - console.log('excel', res); - let fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls'; const elink = document.createElement('a'); elink.download = fileName; elink.style.display = 'none'; @@ -108,10 +126,11 @@ }); } + const open = ref(false); function onBtnClicked(domId) { switch (domId) { case 'btnExport': - handleExport(); + open.value = true; break; default: break; @@ -165,4 +184,9 @@ flex: 1; } } + .exportbutton { + width: 510px; + height: 60px; + margin: 5px; + } diff --git a/src/views/demo/statistical/patchsummary/patchsummary.data.ts b/src/views/demo/statistical/patchsummary/patchsummary.data.ts index f2859712..11b32a01 100644 --- a/src/views/demo/statistical/patchsummary/patchsummary.data.ts +++ b/src/views/demo/statistical/patchsummary/patchsummary.data.ts @@ -164,8 +164,8 @@ export const searchFormSchema: FormSchema[] = [ colProps: { span: 4 }, componentProps: { options: [ - { label: '拆除复耕', value: '拆除复耕' }, - { label: '补办手续', value: '补办手续' }, + { label: '拆除复耕', value: '0' }, + { label: '补办手续', value: '1' }, ], }, },