From 5bd096214cbea837e9d568089cc3e4411371973a Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 24 Feb 2025 17:48:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=89=A9=E6=96=99=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=8A=B6=E6=80=8134=E8=BF=94=E4=BF=AE=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/enum.js | 1 + 1 file changed, 1 insertion(+) 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)