|
@@ -2,7 +2,7 @@ import WidthEllipsis from "@/components/widthEllipsis"
|
|
|
import { Progress, Statistic } from "antd"
|
|
|
import React from "react"
|
|
|
import { AdUnitType_Enum, PRODUCT_TYPE_ENUM } from "../../../const"
|
|
|
-import {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[] }[] {
|
|
|
|
|
@@ -85,36 +85,36 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- title: '注册人数', dataIndex: 'reg_dedup_pv', label: '基本信息', align: 'center', width: 80, default: 13, sorter: true,
|
|
|
+ title: '注册人数', dataIndex: 'regDedupPv', label: '基本信息', align: 'center', width: 80, default: 13, sorter: true,
|
|
|
render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
},
|
|
|
- {
|
|
|
- title: 'D1', dataIndex: 'reg_dedup_pv', label: '基本信息', align: 'center', width: 80, default: 14, sorter: true,
|
|
|
- render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
+ {
|
|
|
+ title: 'D1', dataIndex: 'd1Add', label: '基本信息', align: 'center', width: 80, default: 14, sorter: true,
|
|
|
+ render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
},
|
|
|
{
|
|
|
- title: 'D2', dataIndex: 'reg_dedup_pv', label: '基本信息', align: 'center', width: 80, default: 15, sorter: true,
|
|
|
- render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
+ title: 'D2', dataIndex: 'd2Add', label: '基本信息', align: 'center', width: 80, default: 15, sorter: true,
|
|
|
+ render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
},
|
|
|
{
|
|
|
- title: 'D3', dataIndex: 'reg_dedup_pv', label: '基本信息', align: 'center', width: 80, default: 16, sorter: true,
|
|
|
- render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
+ title: 'D3', dataIndex: 'd3Add', label: '基本信息', align: 'center', width: 80, default: 16, sorter: true,
|
|
|
+ render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
},
|
|
|
{
|
|
|
- title: 'D4', dataIndex: 'reg_dedup_pv', label: '基本信息', align: 'center', width: 80, default: 17, sorter: true,
|
|
|
- render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
+ title: 'D4', dataIndex: 'd4Add', label: '基本信息', align: 'center', width: 80, default: 17, sorter: true,
|
|
|
+ render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
},
|
|
|
{
|
|
|
- title: 'D5', dataIndex: 'reg_dedup_pv', label: '基本信息', align: 'center', width: 80, default: 18, sorter: true,
|
|
|
- render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
+ title: 'D5', dataIndex: 'd5Add', label: '基本信息', align: 'center', width: 80, default: 18, sorter: true,
|
|
|
+ render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
},
|
|
|
{
|
|
|
- title: 'D6', dataIndex: 'reg_dedup_pv', label: '基本信息', align: 'center', width: 80, default: 19, sorter: true,
|
|
|
- render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
+ title: 'D6', dataIndex: 'd6Add', label: '基本信息', align: 'center', width: 80, default: 19, sorter: true,
|
|
|
+ render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
},
|
|
|
{
|
|
|
- title: 'D7', dataIndex: 'reg_dedup_pv', label: '基本信息', align: 'center', width: 80, default: 20, sorter: true,
|
|
|
- render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
+ title: 'D7', dataIndex: 'd7Add', label: '基本信息', align: 'center', width: 80, default: 20, sorter: true,
|
|
|
+ render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
|
},
|
|
|
]
|
|
|
}
|