src/templates/zshare/modalform/fieldtable/index.jsx
@@ -40,19 +40,10 @@ renderCell = (form) => { const { getFieldDecorator } = form const { editing, dataIndex, title, inputType, record, index, children, onSave, ...restProps } = this.props; const { editing, dataIndex, title, record, children, className } = this.props return ( <td {...restProps}> <td className={className}> {editing ? ( <Form.Item style={{ margin: 0 }}> {getFieldDecorator(dataIndex, {