From 58ae2ba21efcd85df331cf996a94038a77302b51 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 27 May 2020 17:07:48 +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