src/templates/sharecomponent/actioncomponent/verifyprint/editable/index.jsx
@@ -1,5 +1,5 @@ import React, {Component} from 'react' import { Table, Input, Button, Popconfirm, Form, Icon } from 'antd' import { Table, Input, Popconfirm, Form, Icon } from 'antd' import Utils from '@/utils/utils.js' import './index.scss' @@ -222,9 +222,7 @@ }) return ( <div className="print-verify-edit-table"> <Button onClick={this.handleAdd} className="add-row mk-green"> 添加 </Button> <Icon className="add-row" type="plus" onClick={this.handleAdd} /> <Table components={components} rowClassName={() => 'editable-row'}