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 @@
+
+
+
+
+
+
+