forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-03-29 9a6f61a093e1da9b269eb4f5aa9c240ed87f24bf
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 '暂无'
  }