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