shenwu 2 éve
szülő
commit
0dc86c7e57

+ 0 - 1
src/pages/adMonitor/adMonitorList/index.tsx

@@ -1,6 +1,5 @@
 import Ad from "@/pages/launchSystemNew/adq/ad"
 import { Card, Select, Tabs } from "antd"
-import { number } from "echarts"
 import React, { useEffect, useState } from "react"
 import { useModel } from "umi"
 import Monitor from "./monitor"

+ 1 - 1
src/pages/launchSystemNew/adq/ad/index.tsx

@@ -380,7 +380,7 @@ const Ad: React.FC<Props> = (props) => {
                     </Col>
                     {model ? <>
 
-                        <Col><Button type='primary' style={{ background: '#1890ff' }} icon={<FieldTimeOutlined />} disabled={selectedRows.length === 0} onClick={editScheduling}>修改排期出价名称</Button></Col>
+                        <Col><Button  type='primary' style={{ background: '#1890ff' }} icon={<FieldTimeOutlined />} disabled={selectedRows.length === 0} onClick={editScheduling}>修改排期出价名称</Button></Col>
                         <Col><Button type='primary' style={{ background: '#1890ff' }} icon={<CopyOutlined />} disabled={selectedRows.length === 0} onClick={copyHandle}>批量复制</Button></Col>
                         <Col><Button type='primary' style={{ background: '#67c23a', borderColor: '#67c23a' }} loading={editAdqAdgroupsData.loading} icon={<PlayCircleOutlined />} disabled={selectedRows.length === 0} onClick={() => adStatus('play')}>启动广告</Button></Col>
                         <Col><Button type='primary' style={{ background: '#e6a23c', borderColor: '#e6a23c' }} loading={editAdqAdgroupsData.loading} icon={<PauseCircleOutlined />} disabled={selectedRows.length === 0} onClick={() => adStatus('suspend')}>暂停广告</Button></Col>