|
@@ -1,6 +1,5 @@
|
|
import { tenderState } from '@/store/mobx'
|
|
import { tenderState } from '@/store/mobx'
|
|
import consts from '@/utils/consts'
|
|
import consts from '@/utils/consts'
|
|
-import secret from '@/utils/sheets'
|
|
|
|
import GC from '@grapecity/spread-sheets'
|
|
import GC from '@grapecity/spread-sheets'
|
|
import { SpreadSheets, Worksheet } from '@grapecity/spread-sheets-react'
|
|
import { SpreadSheets, Worksheet } from '@grapecity/spread-sheets-react'
|
|
import { Button, message, Radio, Table, Tabs } from 'antd'
|
|
import { Button, message, Radio, Table, Tabs } from 'antd'
|
|
@@ -14,7 +13,7 @@ import File from './components/Tabs/File'
|
|
import Receivable from './components/Tabs/Receivable'
|
|
import Receivable from './components/Tabs/Receivable'
|
|
import styles from './index.module.scss'
|
|
import styles from './index.module.scss'
|
|
GC.Spread.Common.CultureManager.culture("zh-cn")
|
|
GC.Spread.Common.CultureManager.culture("zh-cn")
|
|
-GC.Spread.Sheets.LicenseKey = secret
|
|
|
|
|
|
+// GC.Spread.Sheets.LicenseKey = secret
|
|
interface iGCsheetPorps {
|
|
interface iGCsheetPorps {
|
|
modalHandler: (type: string) => void
|
|
modalHandler: (type: string) => void
|
|
}
|
|
}
|