feat:【antd】【crm】优化 receivable-plan 的整体代码风格

This commit is contained in:
YunaiV
2025-09-29 23:32:16 +08:00
parent 9bfd314311
commit 0afd36172b
9 changed files with 95 additions and 87 deletions

View File

@@ -54,8 +54,7 @@ const routes: RouteRecordRaw[] = [
title: '回款计划详情',
activePath: '/crm/receivable-plan',
},
component: () =>
import('#/views/crm/receivable/plan/modules/detail.vue'),
component: () => import('#/views/crm/receivable/plan/detail/index.vue'),
},
{
path: 'receivable/detail/:id',