|
|
@@ -1,7 +1,7 @@
|
|
|
import React, { useState, useEffect, useRef } from 'react'
|
|
|
import ProTable from '@ant-design/pro-table'
|
|
|
import { Row, Col, Select, Card, Skeleton, TreeSelect } from 'antd'
|
|
|
-import { AddressBook, City, Finance, Comment } from '@icon-park/react'
|
|
|
+import { AddressBook, City, Comment } from '@icon-park/react'
|
|
|
import consts from '@/consts'
|
|
|
import { connect, useModel } from 'umi'
|
|
|
import { useModal } from '@/components/Modal'
|
|
|
@@ -11,7 +11,7 @@ import ReminderList from './components/ReminderList'
|
|
|
import LeaderBoard from './components/LeaderBoard'
|
|
|
import SoftLeaderboard from './components/SoftLeaderboard'
|
|
|
import { cardTypeMap, cyclicalOp } from './consts'
|
|
|
-import BusinessChar from './components/BusinessChar'
|
|
|
+// import BusinessChar from './components/BusinessChar'
|
|
|
import RatioPanels from './components/RatioPanels'
|
|
|
import PermSelect, { PermDataTypeEunm } from '@/pages/Customer/Company/components/PermSelect'
|
|
|
import { getAuthCache, getPermAuthCache, setAuthCache } from '@/utils/auth'
|