Commit 79130440 by zhaochengxiang

字段属性

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