|
@@ -6,14 +6,14 @@ import TableData from "../../components/TableData"
|
|
|
import tableConfig from "./tableConfig"
|
|
|
|
|
|
type Props = {
|
|
|
- accountId: string,
|
|
|
- adAccountId: string,
|
|
|
+ accountId?: string,
|
|
|
+ adAccountId?: string,
|
|
|
userId: string,
|
|
|
- queryParmas: {
|
|
|
+ queryParmas?: {
|
|
|
accountId?: string,//账户ID
|
|
|
adgroupId?: string,//广告ID
|
|
|
},
|
|
|
- tableIdClick: (props: {
|
|
|
+ tableIdClick?: (props: {
|
|
|
activeKey: string, parma: {
|
|
|
accountId?: string,//账户ID
|
|
|
campaignId?: string,//计划ID
|