迁移质量管理EWMA报表
This commit is contained in:
@@ -43,6 +43,12 @@ export default {
|
||||
name: `${pre}spc-variable-charts-levey-jennings`,
|
||||
meta: { ...meta, cache: true, title: 'Levey-Jennings' },
|
||||
component: _import('quality-management/spc-variable-charts/levey-jennings')
|
||||
},
|
||||
{
|
||||
path: 'chart/EWMA',
|
||||
name: `${pre}spc-variable-charts-ewma`,
|
||||
meta: { ...meta, cache: true, title: 'EWMA' },
|
||||
component: _import('quality-management/spc-variable-charts/ewma')
|
||||
}
|
||||
])('spc-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user