代码规范修改
This commit is contained in:
parent
d13aab8aa4
commit
9f74a89073
|
|
@ -1,6 +1,6 @@
|
||||||
import React, { useRef, useState } from 'react';
|
import React, { useRef, useState } from 'react';
|
||||||
import Table, { ProColumns, ActionType } from '@/components/Table';
|
import Table, { ProColumns, ActionType } from '@/components/Table';
|
||||||
import { getRententionData } from '@/services/DataBorad/rechargeAnalysis';
|
import { getRententionData } from '@/services/dataBorad/rechargeAnalysis';
|
||||||
import { DatePicker, Select } from 'antd';
|
import { DatePicker, Select } from 'antd';
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
import TimeType from '@/constants/enum/timeType';
|
import TimeType from '@/constants/enum/timeType';
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,9 @@
|
||||||
import React, { useRef, useState } from 'react';
|
import React, { useRef, useState } from 'react';
|
||||||
import Table, { ProColumns, ActionType } from '@/components/Table';
|
import Table, { ProColumns, ActionType } from '@/components/Table';
|
||||||
import { DatePicker } from 'antd';
|
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
import { fetchTableData } from '@/utils/table';
|
import { fetchTableData } from '@/utils/table';
|
||||||
import { getRententionData } from '@/services/dataBorad/retentionAnalysis';
|
import { getRententionData } from '@/services/dataBorad/retentionAnalysis';
|
||||||
import TableModal from '@/pages/DataBoard/RetentionAnalysis/List/components/TableModal';
|
import TableModal from './components/TableModal';
|
||||||
|
|
||||||
const RetentionAnalysis = () => {
|
const RetentionAnalysis = () => {
|
||||||
const [visible, setVisible] = useState(false);
|
const [visible, setVisible] = useState(false);
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ import React, { useRef, useState } from 'react';
|
||||||
import Table, { ProColumns, ActionType } from '@/components/Table';
|
import Table, { ProColumns, ActionType } from '@/components/Table';
|
||||||
import { message } from 'antd';
|
import { message } from 'antd';
|
||||||
// import { fetchTableData } from '@/utils/table';
|
// import { fetchTableData } from '@/utils/table';
|
||||||
import AddNftContractModal from '@/pages/Nft/NftContract/List/components/AddNftContract';
|
import AddNftContractModal from './components/AddNftContract';
|
||||||
|
|
||||||
const Address: React.FC = () => {
|
const Address: React.FC = () => {
|
||||||
const tableRef = useRef<ActionType>();
|
const tableRef = useRef<ActionType>();
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import Table, { ProColumns, ActionType } from '@/components/Table';
|
||||||
import { message } from 'antd';
|
import { message } from 'antd';
|
||||||
// import { fetchTableData } from '@/utils/table';
|
// import { fetchTableData } from '@/utils/table';
|
||||||
|
|
||||||
import AddNftModal from '@/pages/Nft/NftToken/List/components/AddNftModel';
|
import AddNftModal from './components/AddNftModel';
|
||||||
import PaySelectModal from '@/widget/Work/PaySelectModal';
|
import PaySelectModal from '@/widget/Work/PaySelectModal';
|
||||||
|
|
||||||
const Address: React.FC = () => {
|
const Address: React.FC = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue