From 61d4bef11bb712be61323bef47515436e62292bb Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Wed, 27 May 2020 17:45:23 +0800
Subject: [PATCH] 2
---
SunshineIns/src/page/QuestionnaireTablelist.jsx | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/SunshineIns/src/page/QuestionnaireTablelist.jsx b/SunshineIns/src/page/QuestionnaireTablelist.jsx
index 10af0f4..1c88165 100644
--- a/SunshineIns/src/page/QuestionnaireTablelist.jsx
+++ b/SunshineIns/src/page/QuestionnaireTablelist.jsx
@@ -308,6 +308,8 @@
return <Badge count={'已发布'} style={{ background: '#87d068' }} />
case 4:
return <Badge count={'已回收'} style={{ background: '#fadb14' }} />
+ case 99:
+ return <Badge count={'不通过'} style={{ background: '#fadb14' }} />
default:
return '暂无'
}
--
Gitblit v1.8.0