Commit 1cbe77c1308d14a1c4d27277443a8005f26d631f

Authored by 莫红玲
1 parent 65178708

取消活动提前结束按钮

src/pages/mkt/ActivityManage/components/Operation.tsx
... ... @@ -105,7 +105,7 @@ export default function Oparetion(props: Props) {
105 105 if ([4, 5].includes(status) && record.changeStatus !== 2) {
106 106 menus = [
107 107 <Button type="primary" ghost size="small" onClick={changeBaseInfo}>变更信息</Button>,
108   - <Button danger ghost size="small" onClick={endActivity}>终止</Button>,
  108 + // <Button danger ghost size="small" onClick={endActivity}>终止</Button>,
109 109 ];
110 110 }
111 111 return (
... ...