import {Form, Input, Button, } from 'antd'; import {WeaDialog, WeaSearchGroup, WeaInput,WeaAuth ,WeaTab,WeaTools,WeaNewScroll,WeaRightMenu,WeaLocaleProvider} from 'ecCom'; import {inject, observer} from "mobx-react"; import {toJS} from 'mobx'; import _mapValues from 'lodash/mapValues' import {WeaTableNew} from 'comsMobx'; const WeaTable = WeaTableNew.WeaTable; const getLabel = WeaLocaleProvider.getLabel; @observer class EditPrjTaskDataDialog extends React.Component { constructor(props) { super(props); this.state={ } } render() { const {contentStore} = this.props; return (
{contentStore.showEditTaskModal(false)}} style={{width:'1000px', height:'600px'}} >