import React from 'react' import { Button, Icon, Input } from 'antd' const TextArea = Input.TextArea const styles = require('../Organization.less') interface INotUsersProps { category: string notUsers: string[] hideHandler: () => void } export class NotUsersList extends React.PureComponent { public render() { const { category, notUsers, hideHandler } = this.props const modalButton = ( ) const notUsersText = notUsers.join(',\n') return (
{category}不存在的名单