From 37c0cff959666bec23d2a912a02a5b32b92e1719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Mon, 26 May 2025 20:32:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(components):=20=E6=96=B0=E5=A2=9E=20YlTabl?= =?UTF-8?q?eH=20=E7=BB=84=E4=BB=B6=E5=B9=B6=E4=BC=98=E5=8C=96=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=B1=95=E7=A4=BA-=20=E6=96=B0=E5=A2=9E=20YlTableH?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=94=AF=E6=8C=81=E6=A8=AA=E5=90=91?= =?UTF-8?q?=E6=BB=91=E5=8A=A8=E5=92=8C=E5=9B=BE=E7=89=87=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=20-=20=E4=BF=AE=E6=94=B9=20IntelligentGenera?= =?UTF-8?q?tion=20=E7=BB=84=E4=BB=B6=E4=B8=AD=E7=9A=84=20API=20=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E5=9C=B0=E5=9D=80=20-=20=E6=9B=B4=E6=96=B0=20Analysis?= =?UTF-8?q?Info=20=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BD=BF=E7=94=A8=E6=96=B0?= =?UTF-8?q?=E7=9A=84=20YlTableH=E7=BB=84=E4=BB=B6=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=8E=9F=E6=9C=89=E7=9A=84=20YlTable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/YlTable/yl-table-h.vue | 130 ++++++++++++++++++ .../components/AnalysisInfo/Index.vue | 19 ++- 2 files changed, 145 insertions(+), 4 deletions(-) create mode 100644 src/components/YlTable/yl-table-h.vue diff --git a/src/components/YlTable/yl-table-h.vue b/src/components/YlTable/yl-table-h.vue new file mode 100644 index 0000000..000a653 --- /dev/null +++ b/src/components/YlTable/yl-table-h.vue @@ -0,0 +1,130 @@ + + + + + diff --git a/src/views/Survey/views/Analysis/components/AnalysisInfo/Index.vue b/src/views/Survey/views/Analysis/components/AnalysisInfo/Index.vue index cd13eba..5fff11c 100644 --- a/src/views/Survey/views/Analysis/components/AnalysisInfo/Index.vue +++ b/src/views/Survey/views/Analysis/components/AnalysisInfo/Index.vue @@ -18,6 +18,9 @@ + + +
- + > + + + + + + +
@@ -58,6 +68,7 @@ import { questionTypeMap } from '@/utils/question/typeMapping'; import ChartMsg from '@/components/Analysis/Index.vue'; import { getTableData } from './hooks/pieSeries'; import YlTable from '@/components/YlTable/Index.vue'; +import YlTableH from '@/components/YlTable/yl-table-h.vue'; import { ref } from 'vue'; import { screenLayout } from '@/hooks/browser/useScreen'; import emptyImg from '@/assets/img/emptyImg.png';