This commit is contained in:
木瓜一块八 2025-08-18 13:37:01 +08:00
parent 783e61b12a
commit b6585566b6
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

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