|
@@ -3,7 +3,7 @@ import Slot from '@/components/Header/slot'
|
|
|
import SvgIcon from '@/components/SvgIcon'
|
|
|
import { iUserInfo } from '@/types/setting'
|
|
|
import consts from '@/utils/consts'
|
|
|
-import { Button, Input, message, Table, Tooltip } from 'antd'
|
|
|
+import { Button, message, Table, Tooltip } from 'antd'
|
|
|
import { ColumnsType } from 'antd/lib/table'
|
|
|
import React, { useEffect, useState } from 'react'
|
|
|
import { apiAccountEdit, apiAccountEnable, apiAccountList } from './api'
|