Commit 79130440 by zhaochengxiang

字段属性

parent 372ac216
......@@ -79,14 +79,16 @@ const FC = (props) => {
closable={ true }
onClose={() => {cancel()}}
>
<Table
loading={loading}
columns={cols}
dataSource={data||[]}
size='small'
scroll={{ x: 750 }}
pagination={false}
/>
{
visible && <Table
loading={loading}
columns={cols}
dataSource={data||[]}
size='small'
scroll={{ x: 750 }}
pagination={false}
/>
}
</Drawer>
)
}
......
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