From e36d04fc335547bc293078a77924c94a31e99cdc Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Fri, 15 May 2020 16:51:54 +0800 Subject: [PATCH] 发布问卷做问卷总分值100的最大限制 --- 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