迁移质量管理NPChart报表

This commit is contained in:
sheng
2026-06-22 19:32:25 +08:00
parent 5d1fbcc508
commit f40ff30943
6 changed files with 341 additions and 3 deletions

View File

@@ -91,6 +91,12 @@ export default {
name: `${pre}spc-attribute-charts-pchart`,
meta: { ...meta, cache: true, title: 'PChart' },
component: _import('quality-management/spc-attribute-charts/pchart')
},
{
path: 'chart/NPChart',
name: `${pre}spc-attribute-charts-npchart`,
meta: { ...meta, cache: true, title: 'NPChart' },
component: _import('quality-management/spc-attribute-charts/npchart')
}
])('spc-')
}