From 91294e385f43628543ebcd9ef4b9931beaabf4a1 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 27 May 2020 17:44:41 +0800 Subject: [PATCH] 修改样式 --- 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