From 957f2d1e8fa7a33728f277baabfa6997e50159a9 Mon Sep 17 00:00:00 2001 From: JayChou Date: Wed, 13 Nov 2024 15:34:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=9B=E6=96=B0=E5=88=B8?= =?UTF-8?q?=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/src/router/helper/mainOut.ts | 11 +- .../components/innovationVouchers/index.vue | 5 +- .../useInnovationVouchers/index.vue | 105 ++++++++++++++++++ 3 files changed, 118 insertions(+), 3 deletions(-) create mode 100644 jeecgboot-vue3/src/views/demo/main-home/components/useInnovationVouchers/index.vue diff --git a/jeecgboot-vue3/src/router/helper/mainOut.ts b/jeecgboot-vue3/src/router/helper/mainOut.ts index 011cf35..f85ccbb 100644 --- a/jeecgboot-vue3/src/router/helper/mainOut.ts +++ b/jeecgboot-vue3/src/router/helper/mainOut.ts @@ -131,7 +131,16 @@ export const mainOutRoutes: AppRouteModule[] = [ name: 'InnovationVouchers', component: () => import('/@/views/demo/main-home/components/innovationVouchers/index.vue'), meta: { - title: '创新券', + title: '创新券申请', + ignoreAuth: true, + }, + }, + { + path: '/main-home/useInnovationVouchers', + name: 'UseInnovationVouchers', + component: () => import('/@/views/demo/main-home/components/useInnovationVouchers/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 index 46978b2..6e2bc19 100644 --- a/jeecgboot-vue3/src/views/demo/main-home/components/innovationVouchers/index.vue +++ b/jeecgboot-vue3/src/views/demo/main-home/components/innovationVouchers/index.vue @@ -22,14 +22,15 @@ }, { title: '申报类别', - dataIndex: 'state_dictText', - key: 'state_dictText', + dataIndex: 'proType_dictText', + key: 'proType_dictText', }, { title: '申请金额', dataIndex: 'proMoney', key: 'proMoney', }, + { title: '创新券编码', dataIndex: 'cxqCode', diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/useInnovationVouchers/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/useInnovationVouchers/index.vue new file mode 100644 index 0000000..c6dbb3c --- /dev/null +++ b/jeecgboot-vue3/src/views/demo/main-home/components/useInnovationVouchers/index.vue @@ -0,0 +1,105 @@ + + + + +