Commit 79130440 by zhaochengxiang

字段属性

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