CRM_25-10-15#story#7316,服务商体系新增潜在服务商--曹智龙

This commit is contained in:
2025-10-09 14:36:40 +08:00
parent 8f42efe226
commit 7c97210d79
15 changed files with 838 additions and 34 deletions

View File

@ -11,6 +11,22 @@ const routes = [
path: '/',
redirect: '/index'
},
{
path: '/supplierAdd',
name: 'supplierAdd',
component: () => import('@/views/index/supplierAdd'),
meta:{
title: '信息录入',
}
},
{
path: '/supplierInfo',
name: 'supplierInfo',
component: () => import('@/views/index/supplierInfo'),
meta:{
title: '信息查看',
}
},
{
path: '/toDoList',
name: 'toDoList',