From 7e3a046d1e638d34a5ae35536ff7bf7ac0fc94bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E5=B5=A9?= <17854119262@163.com> Date: Mon, 5 Aug 2024 15:05:10 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E5=9B=BE=E5=BD=A2=E5=8C=96=E5=BB=BA?= =?UTF-8?q?=E8=A1=A8=E8=92=99=E5=B1=82=E7=82=B9=E5=87=BB=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/index.ts | 2 +- .../cloudQueryManagement/index.vue | 7 +- .../cloudQueryManagement/util.ts | 10 - .../demo/system/graphicaltable/index.vue | 4 +- .../system/graphicaltable/modal/index.vue | 9 +- src/views/subject/subject/index.vue | 725 ++++++++++++++++++ .../{ => subject_lindidiaocha}/index.vue | 0 .../login_lindidiaocha/ForgetPasswordForm.vue | 2 +- .../sys/login_lindidiaocha/LoginForm.vue | 20 +- .../sys/login_lindidiaocha/RegisterForm.vue | 2 +- 10 files changed, 753 insertions(+), 28 deletions(-) create mode 100644 src/views/subject/subject/index.vue rename src/views/subject/{ => subject_lindidiaocha}/index.vue (100%) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 5048972b..c0061dcb 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -86,7 +86,7 @@ export const SchemeRoute: AppRouteRecordRaw = { export const SubjectRoute: AppRouteRecordRaw = { path: '/subject', name: 'subject', - component: () => import('@/views/subject/index.vue'), + component: () => import('@/views/subject/subject/index.vue'), meta: { title: '主题', }, diff --git a/src/views/demo/system/cloudManagement/cloudQueryManagement/index.vue b/src/views/demo/system/cloudManagement/cloudQueryManagement/index.vue index b47cff3c..feb6ae7b 100644 --- a/src/views/demo/system/cloudManagement/cloudQueryManagement/index.vue +++ b/src/views/demo/system/cloudManagement/cloudQueryManagement/index.vue @@ -39,9 +39,10 @@ @@ -69,15 +69,15 @@ @@ -86,15 +86,15 @@ @@ -103,15 +103,15 @@ @@ -120,15 +120,15 @@ @@ -153,9 +153,9 @@ +
+
{{ props.typeName }}趋势
+
+
+
{{ item.name }}
+
+
+
{{ currentFilterName }}
+
+ + +
+
+
{{ item.name }}
+
+
+
+
+
+
+ 单位: +
+ + + + diff --git a/src/views/sys/exception/rightDataScreen/circulation/index.vue b/src/views/sys/exception/rightDataScreen/circulation/index.vue new file mode 100644 index 00000000..dea6ce3c --- /dev/null +++ b/src/views/sys/exception/rightDataScreen/circulation/index.vue @@ -0,0 +1,293 @@ + + + diff --git a/src/views/sys/exception/rightDataScreen/columnar/index.vue b/src/views/sys/exception/rightDataScreen/columnar/index.vue new file mode 100644 index 00000000..30a13cb5 --- /dev/null +++ b/src/views/sys/exception/rightDataScreen/columnar/index.vue @@ -0,0 +1,380 @@ + + + diff --git a/src/views/sys/exception/rightDataScreen/index.vue b/src/views/sys/exception/rightDataScreen/index.vue new file mode 100644 index 00000000..2249a596 --- /dev/null +++ b/src/views/sys/exception/rightDataScreen/index.vue @@ -0,0 +1,117 @@ + + + diff --git a/src/views/sys/exception/rightDataScreen/page.ts b/src/views/sys/exception/rightDataScreen/page.ts new file mode 100644 index 00000000..49b272b2 --- /dev/null +++ b/src/views/sys/exception/rightDataScreen/page.ts @@ -0,0 +1,3 @@ +export { default as Columnar } from './columnar/index.vue'; +export { default as Brokenline } from './brokenline/index.vue'; +export { default as Circulation } from './circulation/index.vue';