diff --git a/public/dataScreen/address.svg b/public/dataScreen/address.svg new file mode 100644 index 00000000..1ac68d65 --- /dev/null +++ b/public/dataScreen/address.svg @@ -0,0 +1,13 @@ + + + 形状 + + + + + + + + + + \ No newline at end of file diff --git a/public/dataScreen/number1.png b/public/dataScreen/number1.png new file mode 100644 index 00000000..b917c29a Binary files /dev/null and b/public/dataScreen/number1.png differ diff --git a/public/dataScreen/number2.png b/public/dataScreen/number2.png new file mode 100644 index 00000000..dea43fed Binary files /dev/null and b/public/dataScreen/number2.png differ diff --git a/public/dataScreen/number3.png b/public/dataScreen/number3.png new file mode 100644 index 00000000..e05eeb45 Binary files /dev/null and b/public/dataScreen/number3.png differ diff --git a/public/dataScreen/pack-up.png b/public/dataScreen/pack-up.png new file mode 100644 index 00000000..a612f8d6 Binary files /dev/null and b/public/dataScreen/pack-up.png differ diff --git a/public/dataScreen/pie-title.png b/public/dataScreen/pie-title.png new file mode 100644 index 00000000..6fad466a Binary files /dev/null and b/public/dataScreen/pie-title.png differ diff --git a/public/dataScreen/show-enterprise-info.png b/public/dataScreen/show-enterprise-info.png new file mode 100644 index 00000000..f22744b9 Binary files /dev/null and b/public/dataScreen/show-enterprise-info.png differ diff --git a/public/dataScreen/title.png b/public/dataScreen/title.png new file mode 100644 index 00000000..5b101fbe Binary files /dev/null and b/public/dataScreen/title.png differ diff --git a/src/locales/lang/zh-CN/routes/dashboard.json b/src/locales/lang/zh-CN/routes/dashboard.json index f5fba47b..c5fabdb6 100644 --- a/src/locales/lang/zh-CN/routes/dashboard.json +++ b/src/locales/lang/zh-CN/routes/dashboard.json @@ -2,5 +2,6 @@ "dashboard": "Dashboard", "about": "关于", "workbench": "工作台", - "analysis": "分析页" + "analysis": "分析页", + "dataScreen": "数据大屏" } diff --git a/src/router/routes/modules/dashboard.ts b/src/router/routes/modules/dashboard.ts index 4d397d6e..5469fd06 100644 --- a/src/router/routes/modules/dashboard.ts +++ b/src/router/routes/modules/dashboard.ts @@ -23,6 +23,15 @@ const dashboard: AppRouteModule = { title: t('routes.dashboard.analysis'), }, }, + { + path: '/dashboard/dataScreen', + name: 'DataScreen', + component: () => import('@/views/dashboard/dataScreen/index.vue'), + meta: { + // affix: true, + title: t('routes.dashboard.dataScreen'), + }, + }, { path: '/formCallPage', name: 'formCallPage', diff --git a/src/views/dashboard/dataScreen/index.vue b/src/views/dashboard/dataScreen/index.vue new file mode 100644 index 00000000..358b064b --- /dev/null +++ b/src/views/dashboard/dataScreen/index.vue @@ -0,0 +1,574 @@ + + + + + +