bugfix
This commit is contained in:
parent
783e61b12a
commit
b6585566b6
@ -739,7 +739,7 @@ export const asyncRoutes = [
|
|||||||
path: 'approve',
|
path: 'approve',
|
||||||
component: () => import('@/views/customer/ncApprove/index.vue'),
|
component: () => import('@/views/customer/ncApprove/index.vue'),
|
||||||
name: "Approve",
|
name: "Approve",
|
||||||
meta: { title: "信息审核", fullPath: "/customer/ncApprove" },
|
meta: { title: "信息完善", fullPath: "/customer/ncApprove" },
|
||||||
}, {
|
}, {
|
||||||
hidden: true,
|
hidden: true,
|
||||||
path: "channelMangement",
|
path: "channelMangement",
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<div slot="header" class="card-header">
|
<div slot="header" class="card-header">
|
||||||
<span class="header-title">
|
<span class="header-title">
|
||||||
<i class="el-icon-document"></i>
|
<i class="el-icon-document"></i>
|
||||||
信息审核
|
信息完善
|
||||||
</span>
|
</span>
|
||||||
<el-button type="primary" size="small" @click="handleSubmit" :loading="submitLoading"
|
<el-button type="primary" size="small" @click="handleSubmit" :loading="submitLoading"
|
||||||
:disabled="!canSubmit">
|
:disabled="!canSubmit">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user