forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-31 a0ec2242677dced1e6e098c114460da3d56be157
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 '暂无'
  }