diff --git a/src/utils/enum.js b/src/utils/enum.js index acecc11a..a7be6348 100644 --- a/src/utils/enum.js +++ b/src/utils/enum.js @@ -204,6 +204,7 @@ export const wmState = new EnumFactory({ 10: { text: '合格', type: 'success' }, 20: { text: '不合格', type: 'warning' }, 30: { text: '返修', type: 'warning' }, + 34: { text: '返修完成', type: 'warning' }, 40: { text: '检验', type: 'primary' }, 50: { text: '报废', type: 'danger' }, }, parseInt)