|
|
@@ -1,15 +1,15 @@
|
|
|
import WidthEllipsis from "@/components/widthEllipsis"
|
|
|
import { Progress, Statistic } from "antd"
|
|
|
-import React, { Children } from "react"
|
|
|
+import React from "react"
|
|
|
import { AdUnitType_Enum, PRODUCT_TYPE_ENUM } from "../../../const"
|
|
|
import style from './index.less'
|
|
|
import moment from "moment"
|
|
|
-import { ACCOUNTTYPE, APPTYPE } from "@/pages/iaaSystem/manage/const"
|
|
|
+import { APPTYPE } from "@/pages/iaaSystem/manage/const"
|
|
|
|
|
|
function columns12(): { label: string, fieldSHow?: { label: string, saveField: string, defaultValue: any[], data: any[] }, data: any[] }[] {
|
|
|
|
|
|
const defaultIndex = 23
|
|
|
- const trend = [...Array(35).fill(1).map((i, e) => e + 1)].map((index, count) => {
|
|
|
+ const trend = [...Array(90).fill(1).map((i, e) => e + 1)].map((index, count) => {
|
|
|
|
|
|
const dataIndex = `da${index}`
|
|
|
return {
|