迁移质量管理UChart报表
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-22 19:33:09 +08:00
parent dcc706308b
commit c1e8626289
6 changed files with 341 additions and 3 deletions

View File

@@ -103,6 +103,12 @@ export default {
name: `${pre}spc-attribute-charts-cchart`,
meta: { ...meta, cache: true, title: 'CChart' },
component: _import('quality-management/spc-attribute-charts/cchart')
},
{
path: 'chart/UChart',
name: `${pre}spc-attribute-charts-uchart`,
meta: { ...meta, cache: true, title: 'UChart' },
component: _import('quality-management/spc-attribute-charts/uchart')
}
])('spc-')
}