更新8D处理中心

This commit is contained in:
2023-06-30 11:14:09 +08:00
parent 185a99ca2c
commit 73578abfb4
26 changed files with 2349 additions and 230 deletions

View File

@@ -13,6 +13,10 @@ const table = {
1: '客诉问题',
2: '重大质量问题',
0: '重复发生问题',
},
examineStatus: {
1: '需要审批',
0: '不需要审批',
}
}