|
|
@ -1,6 +1,6 @@ |
|
|
|
import React, { useEffect, useState } from 'react'; |
|
|
|
import { connect } from 'react-redux'; |
|
|
|
import { Form, Input, Button, Table, Modal, Popconfirm } from 'antd'; |
|
|
|
import { Form, Input, Button, Table, Modal, Popconfirm } from 'antd'; |
|
|
|
import '../style.less'; |
|
|
|
import { push } from 'react-router-redux'; |
|
|
|
import ProjectAddModel from '../components/projectAddModel' |
|
|
@ -199,6 +199,7 @@ const Information = (props) => { |
|
|
|
if (index % 2 === 1) className = 'global-dark-row'; |
|
|
|
return className; |
|
|
|
}} |
|
|
|
scroll={{ y: 590 }} |
|
|
|
/> |
|
|
|
{ |
|
|
|
<Modal |
|
|
|