diff --git a/components.d.ts b/components.d.ts index 226e07f..443673c 100644 --- a/components.d.ts +++ b/components.d.ts @@ -33,10 +33,12 @@ declare module 'vue' { RouterView: typeof import('vue-router')['RouterView'] VanActionSheet: typeof import('vant/es')['ActionSheet'] VanButton: typeof import('vant/es')['Button'] + VanCard: typeof import('vant/es')['Card'] VanCell: typeof import('vant/es')['Cell'] VanCellGroup: typeof import('vant/es')['CellGroup'] VanCheckbox: typeof import('vant/es')['Checkbox'] VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup'] + VanCol: typeof import('vant/es')['Col'] VanDivider: typeof import('vant/es')['Divider'] VanField: typeof import('vant/es')['Field'] VanIcon: typeof import('vant/es')['Icon'] @@ -47,6 +49,7 @@ declare module 'vue' { VanPopup: typeof import('vant/es')['Popup'] VanRadio: typeof import('vant/es')['Radio'] VanRadioGroup: typeof import('vant/es')['RadioGroup'] + VanRow: typeof import('vant/es')['Row'] VanSearch: typeof import('vant/es')['Search'] VanStepper: typeof import('vant/es')['Stepper'] VanSwipe: typeof import('vant/es')['Swipe'] diff --git a/src/assets/img/analysis/ai.png b/src/assets/img/analysis/ai.png deleted file mode 100644 index 5a9d9e7..0000000 Binary files a/src/assets/img/analysis/ai.png and /dev/null differ diff --git a/src/assets/img/analysis/ai.svg b/src/assets/img/analysis/ai.svg new file mode 100644 index 0000000..404de9d --- /dev/null +++ b/src/assets/img/analysis/ai.svg @@ -0,0 +1,44 @@ + + + 编组 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/router/index.ts b/src/router/index.ts index 12c114b..85beb5e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -100,7 +100,9 @@ const router = createRouter({ }, { path: '/analysis', name: 'analysis', - meta: {}, + meta: { + title:"统计分析" + }, component: () => import('@/views/Survey/views/Analysis/Index.vue') }, { path: '/ad', diff --git a/src/views/Survey/components/SurveyItem.vue b/src/views/Survey/components/SurveyItem.vue index 7352ea4..18921e0 100644 --- a/src/views/Survey/components/SurveyItem.vue +++ b/src/views/Survey/components/SurveyItem.vue @@ -18,6 +18,7 @@ import { saveTemplate, currentSurvey } from '@/views/Survey/hooks/useSurveyData'; +import ai from '@/assets/img/analysis/ai.svg'; // router const router = useRouter(); @@ -128,28 +129,28 @@ function copyItem(item: SurveyItem) {