仪评指标联分析模块

This commit is contained in:
BBIT-Kai
2025-09-24 13:59:00 +08:00
parent 0ab82b00d6
commit d2775f60a7
28 changed files with 1106 additions and 181 deletions
@@ -8,7 +8,7 @@ const routes: RouteRecordRaw[] = [
meta: {
icon: 'ic:round-remove-red-eye',
authority: ['iva', 'sca', 'ysa'],
keepAlive: false,
keepAlive: true,
order: 2,
title: $t('计算机视觉'),
},
@@ -48,6 +48,17 @@ const routes: RouteRecordRaw[] = [
},
component: () => import('#/views/cv/ysa/index.vue'),
},
{
name: 'TICKET',
path: '/cv/ticket',
meta: {
authority: ['ticket'],
icon: 'mdi:ticket-confirmation',
title: $t('仪评指标联分析'),
keepAlive: true,
},
component: () => import('#/views/cv/ticket/index.vue'),
},
{
name: 'CVAT',
path: '/cv/cvat',