Commit 45c3e46b by zhaochengxiang

bug fix

parent bcfb5670
...@@ -203,7 +203,6 @@ const AssetAction = React.forwardRef(function (props, ref) { ...@@ -203,7 +203,6 @@ const AssetAction = React.forwardRef(function (props, ref) {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
width: 80, width: 80,
fixed: 'right',
render: (_, record, index) => { render: (_, record, index) => {
return <Button return <Button
size='small' size='small'
...@@ -1001,7 +1000,7 @@ const AssetAction = React.forwardRef(function (props, ref) { ...@@ -1001,7 +1000,7 @@ const AssetAction = React.forwardRef(function (props, ref) {
</Button> </Button>
} }
</div> </div>
<Form form={columnForm}> <Form form={columnForm}>
<Table <Table
className='mt-3' className='mt-3'
...@@ -1025,6 +1024,7 @@ const AssetAction = React.forwardRef(function (props, ref) { ...@@ -1025,6 +1024,7 @@ const AssetAction = React.forwardRef(function (props, ref) {
}} }}
/> />
</Form> </Form>
<div> <div>
<Divider orientation='left'>关联资产</Divider> <Divider orientation='left'>关联资产</Divider>
<RelationAssets <RelationAssets
......
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