wjx hace 7 meses
padre
commit
35b4169c94

+ 1 - 1
src/pages/iaaData/game/ocenaengine/adList/index.tsx

@@ -148,7 +148,7 @@ const AdList: React.FC = () => {
             configName={'头条广告列表'}
             fixed={{ left: 4, right: 2 }}
             scroll={{ x: 1000, y: 620 }}
-            title='头条广告列表(游戏)'
+            title='头条广告列表'
             loading={getByteAdList.loading}
             ajax={getByteAdList}
             page={getByteAdList?.data?.data?.current || 1}

+ 1 - 1
src/pages/iaaData/game/ocenaengine/appEveryDayData/index.tsx

@@ -71,7 +71,7 @@ const AppEveryDayData: React.FC = () => {
             configName={'头条应用每日数据'}
             fixed={{ left: 4, right: 0 }}
             scroll={{ x: 1000, y: 620 }}
-            title='头条应用每日数据(游戏)'
+            title='头条应用每日数据'
             loading={getByteAppList.loading}
             ajax={getByteAppList}
             page={getByteAppList?.data?.data?.current || 1}

+ 1 - 1
src/pages/iaaData/game/tencent/adList/index.tsx

@@ -147,7 +147,7 @@ const TencentIaaAd: React.FC = () => {
             configName={'腾讯广告列表'}
             fixed={{ left: 4, right: 2 }}
             scroll={{ x: 1000, y: 620 }}
-            title='腾讯广告列表(游戏)'
+            title='腾讯广告列表'
             loading={getGDTList.loading}
             ajax={getGDTList}
             page={getGDTList?.data?.data?.current || 1}

+ 1 - 1
src/pages/iaaData/game/tencent/appCashAssay/index.tsx

@@ -71,7 +71,7 @@ const AppCashAssay: React.FC = () => {
             configName={'应用变现分析'}
             fixed={{ left: 4, right: 0 }}
             scroll={{ x: 1000, y: 620 }}
-            title='应用变现分析(游戏)'
+            title='应用变现分析'
             loading={getAppAnalysisList.loading}
             ajax={getAppAnalysisList}
             page={getAppAnalysisList?.data?.data?.current || 1}

+ 1 - 1
src/pages/iaaData/game/tencent/appCashRetained/index.tsx

@@ -72,7 +72,7 @@ const AppCashTrend: React.FC = () => {
             configName={'应用变现留存'}
             fixed={{ left: 4, right: 0 }}
             scroll={{ x: 1000, y: 620 }}
-            title='应用变现留存(游戏)'
+            title='应用变现留存'
             loading={getAppTrendList.loading}
             ajax={getAppTrendList}
             page={getAppTrendList?.data?.data?.current || 1}

+ 1 - 1
src/pages/iaaData/game/tencent/appCashTrend/index.tsx

@@ -72,7 +72,7 @@ const AppCashTrend: React.FC = () => {
             configName={'应用变现趋势'}
             fixed={{ left: 4, right: 0 }}
             scroll={{ x: 1000, y: 620 }}
-            title='应用变现趋势(游戏)'
+            title='应用变现趋势'
             loading={getAppTrendList.loading}
             ajax={getAppTrendList}
             page={getAppTrendList?.data?.data?.current || 1}

+ 1 - 1
src/pages/iaaData/game/tencent/appEveryDayData/index.tsx

@@ -71,7 +71,7 @@ const AppEveryDayData: React.FC = () => {
             configName={'应用每日数据'}
             fixed={{ left: 4, right: 0 }}
             scroll={{ x: 1000, y: 620 }}
-            title='应用每日数据(游戏)'
+            title='应用每日数据'
             loading={getAppTxEveryDayList.loading}
             ajax={getAppTxEveryDayList}
             page={getAppTxEveryDayList?.data?.data?.current || 1}

+ 1 - 1
src/pages/iaaData/game/tencent/dynamic/index.tsx

@@ -152,7 +152,7 @@ const Dynamic: React.FC = () => {
             configName={'腾讯创意列表'}
             fixed={{ left: 4, right: 2 }}
             scroll={{ x: 1000, y: 620 }}
-            title='腾讯创意列表(游戏)'
+            title='腾讯创意列表'
             rowKey={'dynamicCreativeId'}
             loading={getDynamicList.loading}
             ajax={getDynamicList}

+ 1 - 1
src/pages/iaaData/game/tencent/pitcherEveryDay/index.tsx

@@ -72,7 +72,7 @@ const PitcherEveryDay: React.FC = () => {
             configName={'投手每日数据'}
             fixed={{ left: 4, right: 0 }}
             scroll={{ x: 1000, y: 620 }}
-            title='投手每日数据(游戏)'
+            title='投手每日数据'
             loading={getPutUserTxEveryDayList.loading}
             ajax={getPutUserTxEveryDayList}
             page={getPutUserTxEveryDayList?.data?.data?.current || 1}

+ 5 - 4
src/pages/iaaData/novel/tencent/adList/dayAd.tsx

@@ -6,7 +6,7 @@ import QueryForm from "@/components/QueryForm"
 import { CloseOutlined } from "@ant-design/icons"
 import TablePro from "@/components/TablePro"
 import moment from "moment"
-import { getGDTDailyListApi, getNovelGDTDetailListApi } from "@/services/iaaData"
+import { getNovelGDTDetailListApi } from "@/services/iaaData"
 
 interface Props {
     queryForm: {
@@ -18,13 +18,14 @@ interface Props {
     promotionId?: number
     onClose?: () => void
     visible?: boolean
+    configName?: string
 }
 
 /**
  * 广告每日监控
  * @returns 
  */
-const DayAd: React.FC<Props> = ({ iaaApp, adName, queryForm, promotionId, onClose, visible }) => {
+const DayAd: React.FC<Props> = ({ iaaApp, adName, queryForm, promotionId, onClose, visible, configName }) => {
 
     /***********************************/
     const [data, setData] = useState<{ pageSize: number, pageNum: number, sortFiled?: string, sortType?: string }>({ pageNum: 1, pageSize: 30 })
@@ -70,7 +71,7 @@ const DayAd: React.FC<Props> = ({ iaaApp, adName, queryForm, promotionId, onClos
             page={getGDTDailyList?.data?.data?.current || 1}
             pageSize={getGDTDailyList?.data?.data?.size || 20}
             total={getGDTDailyList?.data?.data?.total || 0}
-            title='腾讯广告每日监控(小说)'
+            title='腾讯广告每日监控'
             onChange={(pagination: any, _: any, sortData: any) => {
                 let { current, pageSize } = pagination
                 let newQueryForm = JSON.parse(JSON.stringify(data))
@@ -86,7 +87,7 @@ const DayAd: React.FC<Props> = ({ iaaApp, adName, queryForm, promotionId, onClos
                 setData({ ...newQueryForm })
             }}
             config={columns12()}
-            configName={'腾讯小说广告每日监控'}
+            configName={configName || '腾讯小说广告每日监控'}
         />
     </Drawer>
 }

+ 4 - 4
src/pages/iaaData/novel/tencent/adList/index.tsx

@@ -15,7 +15,7 @@ import QueryFormNovel from "@/components/QueryForm/queryFormNovel"
  * 腾讯广告列表
  * @returns 
  */
-const TencentNovelAd: React.FC = () => {
+const TencentNovelAd: React.FC<{ configName?: string, dayConfigName?: string }> = ({ configName, dayConfigName }) => {
 
     /****************************************/
     const { initialState } = useModel('@@initialState');
@@ -157,10 +157,10 @@ const TencentNovelAd: React.FC = () => {
             isZj
             totalData={totalData}
             config={columns12(dayHandle, () => { getGDTList.refresh() })}
-            configName={'腾讯小说广告列表'}
+            configName={configName || '腾讯小说广告列表'}
             fixed={{ left: 4, right: 2 }}
             scroll={{ x: 1000, y: 620 }}
-            title='腾讯广告列表(小说)'
+            title='腾讯广告列表'
             loading={getGDTList.loading}
             ajax={getGDTList}
             page={getGDTList?.data?.data?.current || 1}
@@ -220,7 +220,7 @@ const TencentNovelAd: React.FC = () => {
             }}
         />
 
-        {visible && <DayAd iaaApp={initialState?.iaaApp as string} adName={adName} visible={visible} onClose={() => { setVisible(false); setPromotionId(undefined) }} queryForm={{ costDayBegin: queryForm?.dataTimeMin, costDayEnd: queryForm?.dataTimeMax }} promotionId={promotionId} />}
+        {visible && <DayAd configName={dayConfigName} iaaApp={initialState?.iaaApp as string} adName={adName} visible={visible} onClose={() => { setVisible(false); setPromotionId(undefined) }} queryForm={{ costDayBegin: queryForm?.dataTimeMin, costDayEnd: queryForm?.dataTimeMax }} promotionId={promotionId} />}
     </div>
 }
 

+ 14 - 14
src/pages/iaaData/novel/tencent/adList/tableConfig.tsx

@@ -230,7 +230,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '公众号关注成本', dataIndex: 'followCost', label: '广告转化信息', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '公众号关注率', dataIndex: 'followRate', label: '广告转化信息', align: 'center', width: 80, sorter: true,
@@ -242,7 +242,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '公众号关注次数成本', dataIndex: 'bizFollowCost', label: '广告转化信息', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '快应用添加次数', dataIndex: 'addDesktopPv', label: '广告转化信息', align: 'center', width: 80, sorter: true,
@@ -250,7 +250,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '快应用添加成本', dataIndex: 'addDesktopCost', label: '广告转化信息', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '快应用添加率', dataIndex: 'addDesktopRate', label: '广告转化信息', align: 'center', width: 80, sorter: true,
@@ -262,7 +262,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '加企业微信客服成本', dataIndex: 'scanFollowCost', label: '广告转化信息', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '加企业微信客服率', dataIndex: 'scanFollowRate', label: '广告转化信息', align: 'center', width: 80, sorter: true,
@@ -279,7 +279,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '首日新增下单金额', dataIndex: 'firstDayOrderAmount', label: '商品转化', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '首日新增下单ROI', dataIndex: 'firstDayOrderRoi', label: '商品转化', align: 'center', width: 80, sorter: true,
@@ -291,11 +291,11 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '订单金额', dataIndex: 'orderAmount', label: '商品转化', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '下单成本', dataIndex: 'orderCost', label: '商品转化', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '下单率', dataIndex: 'orderRate', label: '商品转化', align: 'center', width: 80, sorter: true,
@@ -307,7 +307,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '客单价', dataIndex: 'atv', label: '商品转化', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '转化量', dataIndex: 'conversionsCount', label: '商品转化', align: 'center', width: 80, sorter: true,
@@ -315,7 +315,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '转化成本', dataIndex: 'conversionsCost', label: '商品转化', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '深度转化', dataIndex: 'deepConversionsCount', label: '商品转化', align: 'center', width: 80, sorter: true,
@@ -331,7 +331,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
                 },
                 {
                     title: '加粉成本', dataIndex: 'addFansCost', label: '商品转化', align: 'right', width: 80, sorter: true,
-                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
             ]
         },
@@ -340,7 +340,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
             data: [
                 {
                     title: '激活首24小时广告变现ARPPU(平台上报)', dataIndex: 'firstDayAdPurArppuCost24hPla', label: '其他业务(平台上报指标)', width: 130, align: 'center', sorter: true, className: 'green2ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首24小时广告变现ROI(平台上报)', dataIndex: 'incomeRoi124hPla', label: '其他业务(平台上报指标)', width: 110, align: 'center', sorter: true, className: 'green2ColorClass',
@@ -405,15 +405,15 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
             data: [
                 {
                     title: '激活首24小时广告变现ARPPU', dataIndex: 'firstDayAdPurArppuCost24h', label: '其他业务(其他指标)', width: 100, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '激活首日广告变现ARPPU', dataIndex: 'firstDayAdPurArppuCost', label: '其他业务(其他指标)', width: 90, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '广告变现ARPPU', dataIndex: 'adMonetizationArppu', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2} />
                 },
                 {
                     title: '激活首24小时广告变现ROI', dataIndex: 'incomeRoi124h', label: '其他业务(其他指标)', width: 90, align: 'center', sorter: true, className: 'volcanoColorClass',

+ 4 - 4
src/pages/iaaData/novel/tencent/adList/tableConfigDay.tsx

@@ -232,7 +232,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
             data: [
                 {
                     title: '激活首24小时广告变现ARPPU(平台上报)', dataIndex: 'firstDayAdPurArppuCost24hPla', label: '其他业务(平台上报指标)', width: 130, align: 'center', sorter: true, className: 'green2ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首24小时广告变现ROI(平台上报)', dataIndex: 'incomeRoi124hPla', label: '其他业务(平台上报指标)', width: 110, align: 'center', sorter: true, className: 'green2ColorClass',
@@ -297,15 +297,15 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
             data: [
                 {
                     title: '激活首24小时广告变现ARPPU', dataIndex: 'firstDayAdPurArppuCost24h', label: '其他业务(其他指标)', width: 100, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首日广告变现ARPPU', dataIndex: 'firstDayAdPurArppuCost', label: '其他业务(其他指标)', width: 90, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '广告变现ARPPU', dataIndex: 'adMonetizationArppu', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首24小时广告变现ROI', dataIndex: 'incomeRoi124h', label: '其他业务(其他指标)', width: 90, align: 'center', sorter: true, className: 'volcanoColorClass',

+ 3 - 2
src/pages/iaaData/novel/tencent/dynamic/dayAd.tsx

@@ -19,13 +19,14 @@ interface Props {
     dynamicCreativeId?: number
     onClose?: () => void
     visible?: boolean
+    configName?: string
 }
 
 /**
  * 广告每日监控
  * @returns 
  */
-const DayAd: React.FC<Props> = ({ iaaApp, adName, queryForm, promotionId, dynamicCreativeId, onClose, visible }) => {
+const DayAd: React.FC<Props> = ({ iaaApp, adName, queryForm, promotionId, dynamicCreativeId, onClose, visible, configName }) => {
 
     /***********************************/
     const [data, setData] = useState<{ pageSize: number, pageNum: number, sortFiled?: string, sortType?: string }>({ pageNum: 1, pageSize: 30 })
@@ -90,7 +91,7 @@ const DayAd: React.FC<Props> = ({ iaaApp, adName, queryForm, promotionId, dynami
                 setData({ ...newQueryForm })
             }}
             config={columns12()}
-            configName={'腾讯创意每日监控'}
+            configName={configName || '腾讯小说创意每日监控'}
         />
     </Drawer>
 }

+ 3 - 3
src/pages/iaaData/novel/tencent/dynamic/index.tsx

@@ -15,7 +15,7 @@ import QueryFormNovel from "@/components/QueryForm/queryFormNovel"
  * 腾讯创意列表
  * @returns 
  */
-const DynamicNovel: React.FC = () => {
+const DynamicNovel: React.FC<{ configName?: string, dayConfigName?: string }> = ({ configName, dayConfigName }) => {
 
     /****************************************/
     const { initialState } = useModel('@@initialState');
@@ -143,10 +143,10 @@ const DynamicNovel: React.FC = () => {
             isZj
             totalData={totalData}
             config={columns12(dayHandle, () => { getDynamicList.refresh() })}
-            configName={'腾讯小说创意列表'}
+            configName={configName || '腾讯小说创意列表'}
             fixed={{ left: 4, right: 2 }}
             scroll={{ x: 1000, y: 620 }}
-            title='腾讯创意列表(小说)'
+            title='腾讯创意列表'
             rowKey={'dynamicCreativeId'}
             loading={getDynamicList.loading}
             ajax={getDynamicList}

+ 4 - 4
src/pages/iaaData/novel/tencent/dynamic/tableConfig.tsx

@@ -359,7 +359,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
             data: [
                 {
                     title: '激活首24小时广告变现ARPPU(平台上报)', dataIndex: 'firstDayAdPurArppuCost24hPla', label: '其他业务(平台上报指标)', width: 130, align: 'center', sorter: true, className: 'green2ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首24小时广告变现ROI(平台上报)', dataIndex: 'incomeRoi124hPla', label: '其他业务(平台上报指标)', width: 110, align: 'center', sorter: true, className: 'green2ColorClass',
@@ -424,15 +424,15 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
             data: [
                 {
                     title: '激活首24小时广告变现ARPPU', dataIndex: 'firstDayAdPurArppuCost24h', label: '其他业务(其他指标)', width: 100, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首日广告变现ARPPU', dataIndex: 'firstDayAdPurArppuCost', label: '其他业务(其他指标)', width: 90, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '广告变现ARPPU', dataIndex: 'adMonetizationArppu', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首24小时广告变现ROI', dataIndex: 'incomeRoi124h', label: '其他业务(其他指标)', width: 90, align: 'center', sorter: true, className: 'volcanoColorClass',

+ 4 - 4
src/pages/iaaData/novel/tencent/dynamic/tableConfigDay.tsx

@@ -317,7 +317,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
             data: [
                 {
                     title: '激活首24小时广告变现ARPPU(平台上报)', dataIndex: 'firstDayAdPurArppuCost24hPla', label: '其他业务(平台上报指标)', width: 130, align: 'center', sorter: true, className: 'green2ColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首24小时广告变现ROI(平台上报)', dataIndex: 'incomeRoi124hPla', label: '其他业务(平台上报指标)', width: 110, align: 'center', sorter: true, className: 'green2ColorClass',
@@ -382,15 +382,15 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
             data: [
                 {
                     title: '激活首24小时广告变现ARPPU', dataIndex: 'firstDayAdPurArppuCost24h', label: '其他业务(其他指标)', width: 100, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首日广告变现ARPPU', dataIndex: 'firstDayAdPurArppuCost', label: '其他业务(其他指标)', width: 90, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '广告变现ARPPU', dataIndex: 'adMonetizationArppu', label: '其他业务(其他指标)', width: 80, align: 'center', sorter: true, className: 'volcanoColorClass',
-                    render: (a: string) => <Statistic value={a || 0} />
+                    render: (a: string) => <Statistic value={a || 0} precision={2}/>
                 },
                 {
                     title: '激活首24小时广告变现ROI', dataIndex: 'incomeRoi124h', label: '其他业务(其他指标)', width: 90, align: 'center', sorter: true, className: 'volcanoColorClass',

+ 1 - 1
src/pages/iaaData/playlet/tencent/adList/index.tsx

@@ -5,7 +5,7 @@ import React from "react"
 const TencentPlayletAd: React.FC = () => {
 
 
-    return <TencentNovelAd />
+    return <TencentNovelAd configName="腾讯短剧广告列表" dayConfigName="腾讯短剧广告每日监控" />
 }
 
 export default TencentPlayletAd

+ 1 - 1
src/pages/iaaData/playlet/tencent/dynamic/index.tsx

@@ -6,7 +6,7 @@ import React from "react"
 const DynamicPlaylet: React.FC = () => {
 
 
-    return <DynamicNovel />
+    return <DynamicNovel configName="腾讯短剧创意列表" dayConfigName="腾讯短剧创意每日监控"/>
 }
 
 export default DynamicPlaylet