|
@@ -283,7 +283,9 @@ export default class TableList extends PureComponent {
|
|
|
{this.renderForm()}
|
|
{this.renderForm()}
|
|
|
</div>
|
|
</div>
|
|
|
<div className={styles.tableListOperator}>
|
|
<div className={styles.tableListOperator}>
|
|
|
- <Button icon="plus" type="primary" onClick={() => this.handleModalVisible(true)}>新建</Button>
|
|
|
|
|
|
|
+ <Button icon="plus" type="primary" onClick={() => this.handleModalVisible(true)}>
|
|
|
|
|
+ 新建
|
|
|
|
|
+ </Button>
|
|
|
{
|
|
{
|
|
|
selectedRows.length > 0 && (
|
|
selectedRows.length > 0 && (
|
|
|
<span>
|
|
<span>
|