CRM_25-11-18#story#7366,服务商KPI界面需求2025.9.11

This commit is contained in:
2025-11-27 15:00:34 +08:00
parent 2c61085515
commit 6e7a5a4b42
8 changed files with 1919 additions and 3 deletions

View File

@@ -7,5 +7,13 @@ const kpiRouter = [
title: 'kpi首页',
}
},
{
path: '/kpiCaseNew',
name: 'kpiCaseNew',
component: () => import('@/views/kpi/kpiCaseNew'),
meta:{
title: 'kpi服务商案件&车辆情况',
}
},
]
export default kpiRouter