样式优化整合
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import ProTable, { ProColumns } from '@ant-design/pro-table';
|
||||
import tableProps from '@/utils/tableProps';
|
||||
import { Card, message, PageHeader, Spin, Tabs, Upload } from 'antd';
|
||||
import React, { useState, } from 'react';
|
||||
import { getEnrnest } from './service'
|
||||
@ -91,6 +92,7 @@ const Earnest: React.FC<{}> = () => {
|
||||
};
|
||||
return result;
|
||||
})}
|
||||
{...tableProps}
|
||||
/>
|
||||
</Card>
|
||||
</Spin>
|
||||
|
Reference in New Issue
Block a user