|
@@ -88,24 +88,26 @@ const appmenu = {
|
|
|
component: 'Main',
|
|
component: 'Main',
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
- authType: 2,
|
|
|
|
|
|
|
+ authType: 1,
|
|
|
sort: 1,
|
|
sort: 1,
|
|
|
title: '未提交',
|
|
title: '未提交',
|
|
|
code: 'setting_customer_unsubmit',
|
|
code: 'setting_customer_unsubmit',
|
|
|
- component: 'views/setting/customer/common/index.vue',
|
|
|
|
|
|
|
+ url: 'unsubmit',
|
|
|
|
|
+ urlType: 1,
|
|
|
|
|
+ component: 'views/setting/customer/main/index.vue',
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '新增',
|
|
title: '新增',
|
|
|
code: 'setting_customer_unsubmit_add',
|
|
code: 'setting_customer_unsubmit_add',
|
|
|
- component: 'views/setting/customer/common/components/edit/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/edit/index.vue',
|
|
|
buttonName: 'add',
|
|
buttonName: 'add',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '修改',
|
|
title: '修改',
|
|
|
code: 'setting_customer_unsubmit_modify',
|
|
code: 'setting_customer_unsubmit_modify',
|
|
|
- component: 'views/setting/customer/common/components/edit/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/edit/index.vue',
|
|
|
buttonName: 'modify',
|
|
buttonName: 'modify',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -118,23 +120,25 @@ const appmenu = {
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '详情',
|
|
title: '详情',
|
|
|
code: 'setting_customer_unsubmit_detail',
|
|
code: 'setting_customer_unsubmit_detail',
|
|
|
- component: 'views/setting/customer/common/components/detail/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/detail/index.vue',
|
|
|
buttonName: 'detail',
|
|
buttonName: 'detail',
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- authType: 2,
|
|
|
|
|
|
|
+ authType: 1,
|
|
|
sort: 2,
|
|
sort: 2,
|
|
|
title: '待审核',
|
|
title: '待审核',
|
|
|
code: 'setting_customer_pending',
|
|
code: 'setting_customer_pending',
|
|
|
- component: 'views/setting/customer/common/index.vue',
|
|
|
|
|
|
|
+ url: 'pending',
|
|
|
|
|
+ urlType: 1,
|
|
|
|
|
+ component: 'views/setting/customer/main/index.vue',
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '新增',
|
|
title: '新增',
|
|
|
code: 'setting_customer_pending_add',
|
|
code: 'setting_customer_pending_add',
|
|
|
- component: 'views/setting/customer/common/components/edit/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/edit/index.vue',
|
|
|
buttonName: 'add',
|
|
buttonName: 'add',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -165,30 +169,32 @@ const appmenu = {
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '详情',
|
|
title: '详情',
|
|
|
code: 'setting_customer_pending_detail',
|
|
code: 'setting_customer_pending_detail',
|
|
|
- component: 'views/setting/customer/common/components/detail/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/detail/index.vue',
|
|
|
buttonName: 'detail',
|
|
buttonName: 'detail',
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- authType: 2,
|
|
|
|
|
|
|
+ authType: 1,
|
|
|
sort: 3,
|
|
sort: 3,
|
|
|
title: '正常',
|
|
title: '正常',
|
|
|
code: 'setting_customer_normal',
|
|
code: 'setting_customer_normal',
|
|
|
- component: 'views/setting/customer/common/index.vue',
|
|
|
|
|
|
|
+ url: 'normal',
|
|
|
|
|
+ urlType: 1,
|
|
|
|
|
+ component: 'views/setting/customer/main/index.vue',
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '新增',
|
|
title: '新增',
|
|
|
code: 'setting_customer_normal_add',
|
|
code: 'setting_customer_normal_add',
|
|
|
- component: 'views/setting/customer/common/components/edit/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/edit/index.vue',
|
|
|
buttonName: 'add',
|
|
buttonName: 'add',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '修改',
|
|
title: '修改',
|
|
|
code: 'setting_customer_normal_modify',
|
|
code: 'setting_customer_normal_modify',
|
|
|
- component: 'views/setting/customer/common/components/edit/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/edit/index.vue',
|
|
|
buttonName: 'modify',
|
|
buttonName: 'modify',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -201,23 +207,25 @@ const appmenu = {
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '详情',
|
|
title: '详情',
|
|
|
code: 'setting_customer_normal_detail',
|
|
code: 'setting_customer_normal_detail',
|
|
|
- component: 'views/setting/customer/common/components/detail/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/detail/index.vue',
|
|
|
buttonName: 'detail',
|
|
buttonName: 'detail',
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- authType: 2,
|
|
|
|
|
|
|
+ authType: 1,
|
|
|
sort: 4,
|
|
sort: 4,
|
|
|
title: '停用',
|
|
title: '停用',
|
|
|
code: 'setting_customer_disabled',
|
|
code: 'setting_customer_disabled',
|
|
|
- component: 'views/setting/customer/common/index.vue',
|
|
|
|
|
|
|
+ url: 'disabled',
|
|
|
|
|
+ urlType: 1,
|
|
|
|
|
+ component: 'views/setting/customer/main/index.vue',
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '新增',
|
|
title: '新增',
|
|
|
code: 'setting_customer_disabled_add',
|
|
code: 'setting_customer_disabled_add',
|
|
|
- component: 'views/setting/customer/common/components/edit/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/edit/index.vue',
|
|
|
buttonName: 'add',
|
|
buttonName: 'add',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -230,7 +238,7 @@ const appmenu = {
|
|
|
authType: 3,
|
|
authType: 3,
|
|
|
title: '详情',
|
|
title: '详情',
|
|
|
code: 'setting_customer_disabled_detail',
|
|
code: 'setting_customer_disabled_detail',
|
|
|
- component: 'views/setting/customer/common/components/detail/index.vue',
|
|
|
|
|
|
|
+ component: 'views/setting/customer/main/components/detail/index.vue',
|
|
|
buttonName: 'detail',
|
|
buttonName: 'detail',
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|