Commit 6d124990 authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 去掉导出没办法

parent 3f04d1a0
...@@ -77,7 +77,6 @@ const SensitiveWords: React.FC<{}> = () => { ...@@ -77,7 +77,6 @@ const SensitiveWords: React.FC<{}> = () => {
<Space direction="horizontal" size={16}> <Space direction="horizontal" size={16}>
<Button type="primary" icon={<PlusOutlined />} onClick={() => history.push(`/system/sensitiveWords/add`)}>新建</Button> <Button type="primary" icon={<PlusOutlined />} onClick={() => history.push(`/system/sensitiveWords/add`)}>新建</Button>
<Button onClick={() => confirmCancel(selectedRowKeys, true)}>批量删除</Button> <Button onClick={() => confirmCancel(selectedRowKeys, true)}>批量删除</Button>
<Button>导出</Button>
</Space> </Space>
</Col> </Col>
</Row> </Row>
......
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