From 21d7669c8d0145b76ceaa29bc6556e7d9c4619ec Mon Sep 17 00:00:00 2001 From: JayChou Date: Thu, 7 Nov 2024 11:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=88=9B=E6=96=B0=E5=88=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/src/router/helper/mainOut.ts | 9 +++ .../components/innovationVouchers/index.vue | 59 +++++++++++++++++++ .../components/instrumentSharing/index.vue | 29 ++++----- 3 files changed, 83 insertions(+), 14 deletions(-) create mode 100644 jeecgboot-vue3/src/views/demo/main-home/components/innovationVouchers/index.vue diff --git a/jeecgboot-vue3/src/router/helper/mainOut.ts b/jeecgboot-vue3/src/router/helper/mainOut.ts index 190f34b..960e30b 100644 --- a/jeecgboot-vue3/src/router/helper/mainOut.ts +++ b/jeecgboot-vue3/src/router/helper/mainOut.ts @@ -100,6 +100,15 @@ export const mainOutRoutes: AppRouteModule[] = [ ignoreAuth: true, }, }, + { + path: '/main-home/innovationVouchers', + name: 'InnovationVouchers', + component: () => import('/@/views/demo/main-home/components/innovationVouchers/index.vue'), + meta: { + title: '创新券', + ignoreAuth: true, + }, + }, ], }, ]; diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/innovationVouchers/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/innovationVouchers/index.vue new file mode 100644 index 0000000..9837681 --- /dev/null +++ b/jeecgboot-vue3/src/views/demo/main-home/components/innovationVouchers/index.vue @@ -0,0 +1,59 @@ + + + + + diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue index 2054432..531ce8c 100644 --- a/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue +++ b/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue @@ -23,7 +23,9 @@
仪器分类:
-
{{ i.instruName }}
+
{{ + i.instruName + }}
@@ -91,10 +93,11 @@