|
@@ -7,6 +7,7 @@ import { ReactComponent as RocketSvg } from '@/assets/rocket.svg'
|
|
|
import './index.less'
|
|
|
import { CHUANGYIZHUANGTAI, GOUMAILEIXING, GUANGGAOZHUANGTAI, TUIGUANGMUBIAO, YOUHUAMUBIAO } from './enum'
|
|
|
import Box from './components/box'
|
|
|
+import { GGStateData } from './data'
|
|
|
function columnsMonitor(planDetail: (id: number) => void, getDetailList: (adId: any, accountId: any[]) => void, details: (id: number) => void, getMinuList: (id: number, accountId: any[]) => void, mode: string) {
|
|
|
const { copy } = useCopy()
|
|
|
return function columns() {
|
|
@@ -145,7 +146,7 @@ function columnsMonitor(planDetail: (id: number) => void, getDetailList: (adId:
|
|
|
width: 105,
|
|
|
ellipsis: true,
|
|
|
render: (a: any) => {
|
|
|
- return <span dangerouslySetInnerHTML={{ __html: GUANGGAOZHUANGTAI[a] || '--' }}></span>
|
|
|
+ return GGStateData[a] || '--'
|
|
|
}
|
|
|
},
|
|
|
// {
|