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' }, ], }, },