Commit b74a1992 authored by 卢均锐's avatar 卢均锐

feat: 营销活动-抽奖类型-取消分页

parent c4234d14
...@@ -75,6 +75,7 @@ const AddFormGoods: React.FC<AddFormGoodsProps> = (props: any) => { ...@@ -75,6 +75,7 @@ const AddFormGoods: React.FC<AddFormGoodsProps> = (props: any) => {
<Table <Table
columns={columns} columns={columns}
dataSource={dataSource} dataSource={dataSource}
pagination={ruleType != 10 ? {} : false}
/> />
{ruleType === 10 && <Button type="dashed" block icon={<PlusOutlined />}>添加新奖项</Button>} {ruleType === 10 && <Button type="dashed" block icon={<PlusOutlined />}>添加新奖项</Button>}
</Space> </Space>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment