|
@@ -117,67 +117,93 @@ const fwjg = [
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- path: '/adminCenter/policy/list',
|
|
|
- name: 'admin_policy_list',
|
|
|
+ path: '/adminCenter/coupons',
|
|
|
+ name: 'admin_coupons_index',
|
|
|
meta: { title: '创新券' },
|
|
|
- component: () => import('../views/adminCenter/policy/list.vue'),
|
|
|
+ component: () => import('../views/adminCenter/coupons/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/policy/create',
|
|
|
- name: 'admin_policy_create',
|
|
|
+ path: '/adminCenter/coupons/detail',
|
|
|
+ name: 'admin_policy_detail',
|
|
|
meta: { title: '创新券-信息管理' },
|
|
|
- component: () => import('../views/adminCenter/policy/create.vue'),
|
|
|
+ component: () => import('../views/adminCenter/coupons/detail.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/policy/apply',
|
|
|
- name: 'admin_policy_apply',
|
|
|
+ path: '/adminCenter/coupons/apply',
|
|
|
+ name: 'admin_coupons_apply',
|
|
|
meta: { title: '创新券-申领管理' },
|
|
|
- component: () => import('../views/adminCenter/policy/apply.vue'),
|
|
|
+ component: () => import('../views/adminCenter/coupons/apply.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/policy/apply_check',
|
|
|
- name: 'admin_policy_apply_check',
|
|
|
+ path: '/adminCenter/coupons/apply_check',
|
|
|
+ name: 'admin_coupons_apply_check',
|
|
|
meta: { title: '创新券-申领审核管理' },
|
|
|
- component: () => import('../views/adminCenter/policy/apply_check.vue'),
|
|
|
+ component: () => import('../views/adminCenter/coupons/apply_check.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/policy/apply_info',
|
|
|
- name: 'admin_policy_apply_info',
|
|
|
- meta: { title: '创新券-申领审核结果管理' },
|
|
|
- component: () => import('../views/adminCenter/policy/apply_info.vue'),
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- path: '/adminCenter/order/list',
|
|
|
- name: 'admin_order_list',
|
|
|
- meta: { title: '服务订单' },
|
|
|
- component: () => import('../views/adminCenter/order/list.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/adminCenter/order/update',
|
|
|
- name: 'admin_order_update',
|
|
|
- meta: { title: '修改服务订单' },
|
|
|
- component: () => import('../views/adminCenter/order/update.vue'),
|
|
|
+ path: '/adminCenter/coupons/apply_info',
|
|
|
+ name: 'admin_coupons_apply_info',
|
|
|
+ meta: { title: '创新券-申领审核结果查看' },
|
|
|
+ component: () => import('../views/adminCenter/coupons/apply_info.vue'),
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- path: '/adminCenter/ticket',
|
|
|
- name: 'admin_ticket',
|
|
|
+ path: '/adminCenter/declare',
|
|
|
+ name: 'admin_declare_index',
|
|
|
meta: { title: '高企申报' },
|
|
|
- component: () => import('../views/adminCenter/ticket/index.vue'),
|
|
|
+ component: () => import('../views/adminCenter/declare/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/ticket/detail',
|
|
|
- name: 'admin_ticket_detail',
|
|
|
- meta: { title: '高企申报-信息管理' },
|
|
|
- component: () => import('../views/adminCenter/ticket/detail.vue'),
|
|
|
+ path: '/adminCenter/declare/check',
|
|
|
+ name: 'admin_declare_check',
|
|
|
+ meta: { title: '高企申报-申报确认' },
|
|
|
+ component: () => import('../views/adminCenter/declare/check.vue'),
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ path: '/adminCenter/cashing/coupons',
|
|
|
+ name: 'admin_cashing_coupons',
|
|
|
+ meta: { title: '创新券兑付' },
|
|
|
+ component: () => import('../views/adminCenter/cashing/coupons/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/ticket/toGrant',
|
|
|
- name: 'admin_ticket_toGrant',
|
|
|
- meta: { title: '高企申报认定' },
|
|
|
- component: () => import('../views/adminCenter/ticket/toGrant.vue'),
|
|
|
+ path: '/adminCenter/cashing/coupons/detail',
|
|
|
+ name: 'admin_cashing_coupons_detail',
|
|
|
+ meta: { title: '创新券兑付-审核管理' },
|
|
|
+ component: () => import('../views/adminCenter/cashing/coupons/detail.vue'),
|
|
|
},
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
];
|
|
|
|
|
|
const qy = [
|
|
@@ -201,63 +227,107 @@ const qy = [
|
|
|
meta: { title: '信息发布-信息管理' },
|
|
|
component: () => import('../views/adminCenter/company/product/detail.vue'),
|
|
|
},
|
|
|
-
|
|
|
- {
|
|
|
- path: '/adminCenter/company/cognizance',
|
|
|
- name: 'company_cognizance_index',
|
|
|
- meta: { title: '高企申报' },
|
|
|
- component: () => import('../views/adminCenter/company/cognizance/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/adminCenter/company/cognizance/detail',
|
|
|
- name: 'company_cognizance_detail',
|
|
|
- meta: { title: '高企申报-信息管理' },
|
|
|
- component: () => import('../views/adminCenter/company/cognizance/detail.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/adminCenter/company/cognizance/info',
|
|
|
- name: 'company_cognizance_info',
|
|
|
- meta: { title: '高企申报-查看审核' },
|
|
|
- component: () => import('../views/adminCenter/company/cognizance/info.vue'),
|
|
|
- },
|
|
|
|
|
|
{
|
|
|
path: '/adminCenter/company/coupons',
|
|
|
name: 'company_coupons_index',
|
|
|
- meta: { title: '创新券申领' },
|
|
|
+ meta: { title: '创新券' },
|
|
|
component: () => import('../views/adminCenter/company/coupons/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/company/coupons/detail',
|
|
|
- name: 'company_coupons_detail',
|
|
|
- meta: { title: '创新券申领-信息管理' },
|
|
|
- component: () => import('../views/adminCenter/company/coupons/detail.vue'),
|
|
|
+ path: '/adminCenter/company/coupons/apply',
|
|
|
+ name: 'company_coupons_apply',
|
|
|
+ meta: { title: '创新券申领' },
|
|
|
+ component: () => import('../views/adminCenter/company/coupons/apply.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/company/policyApply/index',
|
|
|
- name: 'company_policyApply_index',
|
|
|
+ path: '/adminCenter/company/coupons/couponsResult',
|
|
|
+ name: 'company_coupons_couponsResult',
|
|
|
meta: { title: '创新券申领-审核结果' },
|
|
|
- component: () => import('../views/adminCenter/company/policy_apply/index.vue'),
|
|
|
+ component: () => import('../views/adminCenter/company/coupons/couponsResult.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/company/policyApply/info',
|
|
|
- name: 'company_policyApply_info',
|
|
|
- meta: { title: '创新券申领-审核信息结果' },
|
|
|
- component: () => import('../views/adminCenter/company/policy_apply/apply_info.vue'),
|
|
|
+ path: '/adminCenter/company/coupons/couponsResult_info',
|
|
|
+ name: 'company_coupons_couponsResult_info',
|
|
|
+ meta: { title: '创新券申领-审核结果查看' },
|
|
|
+ component: () => import('../views/adminCenter/company/coupons/couponsResult_info.vue'),
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
- path: '/adminCenter/company/policyApply/order',
|
|
|
- name: 'company_policyApply_order',
|
|
|
- meta: { title: '服务订单' },
|
|
|
- component: () => import('../views/adminCenter/company/policy_apply/order_apply.vue'),
|
|
|
+ path: '/adminCenter/company/declare',
|
|
|
+ name: 'company_declare_index',
|
|
|
+ meta: { title: '高企申报' },
|
|
|
+ component: () => import('../views/adminCenter/company/declare/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/company/policyApply/orderIndex',
|
|
|
- name: 'company_policyApply_orderIndex',
|
|
|
- meta: { title: '服务订单-审核结果' },
|
|
|
- component: () => import('../views/adminCenter/company/policy_apply/order_index.vue'),
|
|
|
- },
|
|
|
+ path: '/adminCenter/company/declare/detail',
|
|
|
+ name: 'company_declare_detail',
|
|
|
+ meta: { title: '高企申报-信息管理' },
|
|
|
+ component: () => import('../views/adminCenter/company/declare/detail.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/declare/info',
|
|
|
+ name: 'company_declare_info',
|
|
|
+ meta: { title: '高企申报-审核结果' },
|
|
|
+ component: () => import('../views/adminCenter/company/declare/info.vue'),
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/cashing/coupons',
|
|
|
+ name: 'company_cashing_coupons',
|
|
|
+ meta: { title: '创新券兑付' },
|
|
|
+ component: () => import('../views/adminCenter/company/cashing/coupons/index.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/cashing/coupons/detail',
|
|
|
+ name: 'company_cashing_coupons_detail',
|
|
|
+ meta: { title: '创新券兑付-申请兑付' },
|
|
|
+ component: () => import('../views/adminCenter/company/cashing/coupons/detail.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/cashing/couponsResult',
|
|
|
+ name: 'company_cashing_couponsResult',
|
|
|
+ meta: { title: '创新券兑付' },
|
|
|
+ component: () => import('../views/adminCenter/company/cashing/coupons/couponsResult.vue'),
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
];
|
|
|
|
|
|
const jg = [
|
|
@@ -268,18 +338,18 @@ const jg = [
|
|
|
meta: { title: '机构基本信息' },
|
|
|
component: () => import('../views/adminCenter/inter/basic/index.vue'),
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
- path: '/adminCenter/inter/ticket',
|
|
|
- name: 'inter_ticket_index',
|
|
|
- meta: { title: '高企申报审核管理' },
|
|
|
- component: () => import('../views/adminCenter/inter/ticket/index.vue'),
|
|
|
+ path: '/adminCenter/inter/declare',
|
|
|
+ name: 'inter_declare_index',
|
|
|
+ meta: { title: '高企申报' },
|
|
|
+ component: () => import('../views/adminCenter/inter/declare/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/adminCenter/inter/ticket/detail',
|
|
|
- name: 'inter_ticket_detail',
|
|
|
- meta: { title: '高企申报-信息审核管理' },
|
|
|
- component: () => import('../views/adminCenter/inter/ticket/detail.vue'),
|
|
|
+ path: '/adminCenter/inter/declare/detail',
|
|
|
+ name: 'inter_declare_detail',
|
|
|
+ meta: { title: '高企申报-信息审核' },
|
|
|
+ component: () => import('../views/adminCenter/inter/declare/detail.vue'),
|
|
|
},
|
|
|
];
|
|
|
|