Commit cf074b2c authored by XieZhiXiong's avatar XieZhiXiong

rename

parent 127e149c
......@@ -7,8 +7,8 @@ import { ContainerOutlined } from '@ant-design/icons';
import { usePageStatus } from '@/hooks/usePageStatus';
import { PublicApi } from '@/services/api';
import StatusSwitch from '@/components/StatusSwitch';
import { EditableCellTable } from '@/components/StandardTable';
import { EditableCellProps, EditableColumns } from '@/components/StandardTable/interface';
import { EditableCellTable } from '@/components/PolymericTable';
import { EditableCellProps, EditableColumns } from '@/components/PolymericTable/interface';
import styles from './addEquity.less';
const data = [
......
......@@ -8,8 +8,8 @@ import { PublicApi } from '@/services/api';
import { VIP_RULE_TRANSACTION, VIP_RULE_LOGIN, VIP_RULE_COMMENT } from '@/constants';
import { PageHeaderWrapper } from '@ant-design/pro-layout';
import { ContainerOutlined } from '@ant-design/icons';
import { EditableCellTable } from '@/components/StandardTable';
import { EditableCellProps, EditableColumns } from '@/components/StandardTable/interface';
import { EditableCellTable } from '@/components/PolymericTable';
import { EditableCellProps, EditableColumns } from '@/components/PolymericTable/interface';
const MemberUpgradeRule: React.FC<[]> = () => {
const PAGE_SIZE = 10;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment