king
2023-08-27 da64ab0923bf8817fc8599a6e37b953ce38f64c8
src/components/normalform/modalform/mkTable/index.jsx
@@ -392,6 +392,7 @@
  }
  render() {
    const { fixed } = this.props
    let components = {
      body: {
        cell: EditableCell
@@ -436,7 +437,7 @@
    return (
      <EditableContext.Provider value={this.props.form}>
        <div className="modal-editable-table">
          <Button disabled={!!this.state.editingKey} type="link" onClick={this.addline}><PlusOutlined style={{}}/></Button>
          {!fixed ? <Button disabled={!!this.state.editingKey} type="link" onClick={this.addline}><PlusOutlined style={{}}/></Button> : null}
          <DndProvider>
            <Table
              bordered