wjx vor 1 Jahr
Ursprung
Commit
c81ab76aa5

+ 1 - 1
src/components/QueryForm/index.tsx

@@ -790,7 +790,7 @@ const QueryForm: React.FC<Props> = (props) => {
 
             {/* 开服日期搜索 */}
             {isServerDay && <Col><Form.Item name='serverDay'>
-                <DatePicker.RangePicker placeholder={['充值开始日期', '充值结束日期']} {...isServerDay} />
+                <DatePicker.RangePicker placeholder={['开服开始日期', '开服结束日期']} {...isServerDay} />
             </Form.Item></Col>}
 
             {/* 单个充值日期搜索 */}

+ 1 - 1
src/pages/gameDataStatistics/adlist/tencentMonitor/tableConfig.tsx

@@ -22,7 +22,7 @@ function columns12(dayHandle: (data: any) => void): { label: string, fieldSHow?:
                     title: 'ROI',
                     dataIndex: 'roi',
                     key: 'roi',
-                    width: 60,
+                    width: 80,
                     align: 'center',
                     render: (_: any, b: any) => {
                         let data: any = {}