规范修改
This commit is contained in:
parent
827d10360c
commit
ca87af0bdc
|
|
@ -9,8 +9,8 @@ import {
|
||||||
|
|
||||||
import { fetchTableData } from '@/utils/table';
|
import { fetchTableData } from '@/utils/table';
|
||||||
import DeleteButton from '@/components/Table/DeleteButton';
|
import DeleteButton from '@/components/Table/DeleteButton';
|
||||||
import AddAddressModal from '../Components/addAddressModal';
|
import AddAddressModal from '../Components/AddAddressModal';
|
||||||
import EditAddressModal from '../Components/editAddressModal';
|
import EditAddressModal from '../Components/EditAddressModal';
|
||||||
|
|
||||||
const CollectionAddressList = () => {
|
const CollectionAddressList = () => {
|
||||||
const tableRef = useRef<ActionType>();
|
const tableRef = useRef<ActionType>();
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@ import React, { useState, useRef } from 'react';
|
||||||
import Table, { ProColumns, ActionType } from '@/components/Table';
|
import Table, { ProColumns, ActionType } from '@/components/Table';
|
||||||
import { addCoinType, getCoinTypeList, modifyCoinType } from '@/services/recharge/coinType';
|
import { addCoinType, getCoinTypeList, modifyCoinType } from '@/services/recharge/coinType';
|
||||||
import { fetchTableData } from '@/utils/table';
|
import { fetchTableData } from '@/utils/table';
|
||||||
import AddCoinTypeModal from '../Components/addCoinTypeModal';
|
import AddCoinTypeModal from '../Components/AddCoinTypeModal';
|
||||||
import EditCoinTypeModal from '../Components/editCoinTypeModal';
|
import EditCoinTypeModal from '../Components/EditCoinTypeModal';
|
||||||
|
|
||||||
const CoinTypeList = () => {
|
const CoinTypeList = () => {
|
||||||
const tableRef = useRef<ActionType>();
|
const tableRef = useRef<ActionType>();
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@ import {
|
||||||
import { fetchTableData } from '@/utils/table';
|
import { fetchTableData } from '@/utils/table';
|
||||||
import DeleteButton from '@/components/Table/DeleteButton';
|
import DeleteButton from '@/components/Table/DeleteButton';
|
||||||
import { Switch } from 'antd';
|
import { Switch } from 'antd';
|
||||||
import AddAccountModal from '../Components/addAccountModal';
|
import AddAccountModal from '../Components/AddAccountModal';
|
||||||
import EditAccountModal from '../Components/editAccountModal';
|
import EditAccountModal from '../Components/EditAccountModal';
|
||||||
|
|
||||||
const AccountManageList = () => {
|
const AccountManageList = () => {
|
||||||
const [isModalVisible, setIsModalVisible] = useState(false);
|
const [isModalVisible, setIsModalVisible] = useState(false);
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@ import React, { useState, useRef } from 'react';
|
||||||
import Table, { ProColumns, ActionType } from '@/components/Table';
|
import Table, { ProColumns, ActionType } from '@/components/Table';
|
||||||
import { getNoticeList, createNotice, updateNotice, deleteNotice } from '@/services/system/notice';
|
import { getNoticeList, createNotice, updateNotice, deleteNotice } from '@/services/system/notice';
|
||||||
import { fetchTableData } from '@/utils/table';
|
import { fetchTableData } from '@/utils/table';
|
||||||
import AddNoticeModal from '../Components/addNoticeModal';
|
import AddNoticeModal from '../Components/AddNoticeModal';
|
||||||
import DeleteButton from '@/components/Table/DeleteButton';
|
import DeleteButton from '@/components/Table/DeleteButton';
|
||||||
import { Switch } from 'antd';
|
import { Switch } from 'antd';
|
||||||
import EditNoticeModal from '../Components/editNoticeModal';
|
import EditNoticeModal from '../Components/EditNoticeModal';
|
||||||
|
|
||||||
const NoticeList = () => {
|
const NoticeList = () => {
|
||||||
const tableRef = useRef<ActionType>();
|
const tableRef = useRef<ActionType>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue