银行端口添加客户拜访功能

This commit is contained in:
2025-12-25 14:26:07 +08:00
parent 6bb0e00d69
commit 5312cfcb2e
16 changed files with 2541 additions and 12 deletions

View File

@@ -15,7 +15,8 @@ const bankStore = useBankStore()
const quickActions = [
{ icon: 'i-carbon-task-approved', label: '待审核', path: '/pagesBank/audit/list' },
{ icon: 'i-carbon-group', label: '客户管理', path: '/pagesBank/customer/list' },
{ icon: 'i-carbon-report', label: '数据报表', path: '' }, // 暂未实现
{ icon: 'i-carbon-calendar', label: '拜访计划', path: '/pagesBank/visit/list' },
{ icon: 'i-carbon-add', label: '创建拜访', path: '/pagesBank/visit/create' },
{ icon: 'i-carbon-settings', label: '设置', path: '/pagesBank/me/index' },
]