king
2020-10-26 1b89aa4493d1c9768447f2f480d594cdb8077fdc
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, {