wjx 1 week ago
parent
commit
7f68fce08c

+ 1 - 1
src/pages/iaaData/novel/tencent/appPayTrend/tableConfig.tsx

@@ -9,7 +9,7 @@ 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 {

+ 3 - 3
src/pages/iaaData/novel/tencent/pitcherPayTrend/tableConfig.tsx

@@ -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 {