Commit 45c3e46b by zhaochengxiang

bug fix

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