|
@@ -1,11 +1,10 @@
|
|
import { useAjax } from "@/Hook/useAjax"
|
|
import { useAjax } from "@/Hook/useAjax"
|
|
import { AD_STATUS_ENUM, BID_MODE_ENUM } from "@/pages/iaaData/const"
|
|
import { AD_STATUS_ENUM, BID_MODE_ENUM } from "@/pages/iaaData/const"
|
|
-import { getAppListApi, getPutUserListApi } from "@/services/iaaData"
|
|
|
|
|
|
+import { getPutUserListApi } from "@/services/iaaData"
|
|
import { Button, Col, Form, Row, Space, DatePicker, Select, Input, InputNumber } from "antd"
|
|
import { Button, Col, Form, Row, Space, DatePicker, Select, Input, InputNumber } from "antd"
|
|
import { RangePickerProps } from "antd/lib/date-picker"
|
|
import { RangePickerProps } from "antd/lib/date-picker"
|
|
import React, { useEffect, useState } from "react"
|
|
import React, { useEffect, useState } from "react"
|
|
|
|
|
|
-
|
|
|
|
interface Props {
|
|
interface Props {
|
|
onChange?: (data: any) => void
|
|
onChange?: (data: any) => void
|
|
/** 默认值 */
|
|
/** 默认值 */
|
|
@@ -74,7 +73,7 @@ const QueryForm: React.FC<Props> = (props) => {
|
|
{isAccountId && <Col><Form.Item name='accountId'>
|
|
{isAccountId && <Col><Form.Item name='accountId'>
|
|
<Input placeholder="广告账号" style={{ width: 150 }} />
|
|
<Input placeholder="广告账号" style={{ width: 150 }} />
|
|
</Form.Item></Col>}
|
|
</Form.Item></Col>}
|
|
-
|
|
|
|
|
|
+
|
|
{/* 广告名称 */}
|
|
{/* 广告名称 */}
|
|
{isPromotionName && <Col><Form.Item name='promotionName'>
|
|
{isPromotionName && <Col><Form.Item name='promotionName'>
|
|
<Input placeholder="广告名称" style={{ width: 150 }} />
|
|
<Input placeholder="广告名称" style={{ width: 150 }} />
|