From dfa40d207fe16966e7cd804e9579b533a066800e Mon Sep 17 00:00:00 2001 From: sy2084 Date: Wed, 17 Jul 2024 20:02:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/components/common/y-chart.vue | 93 ++++++++++++++++++- src/components/common/y-table.vue | 34 ++++++- .../view-all-manage/create-view/index.vue | 18 +++- src/views/view-all-manage/view-list/index.vue | 9 +- 5 files changed, 141 insertions(+), 14 deletions(-) diff --git a/components.d.ts b/components.d.ts index 6b6a4be..aeb9fb3 100644 --- a/components.d.ts +++ b/components.d.ts @@ -28,6 +28,7 @@ declare module 'vue' { ARadio: typeof import('ant-design-vue/es')['Radio'] ARadioButton: typeof import('ant-design-vue/es')['RadioButton'] ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup'] + ARangePicker: typeof import('ant-design-vue/es')['RangePicker'] ASelect: typeof import('ant-design-vue/es')['Select'] ASelectOption: typeof import('ant-design-vue/es')['SelectOption'] ASpace: typeof import('ant-design-vue/es')['Space'] diff --git a/src/components/common/y-chart.vue b/src/components/common/y-chart.vue index 1d6b604..1acac20 100644 --- a/src/components/common/y-chart.vue +++ b/src/components/common/y-chart.vue @@ -1,6 +1,21 @@ diff --git a/src/components/common/y-table.vue b/src/components/common/y-table.vue index f5b9c5d..8ec7284 100644 --- a/src/components/common/y-table.vue +++ b/src/components/common/y-table.vue @@ -1,5 +1,8 @@