king
2023-07-04 9784e282d14f9a0438dd1f052e06dfb6552d02cc
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