Commit 740bf566 by zhaochengxiang

bug fix

parent e7d58cfe
......@@ -79,7 +79,6 @@ const FC = React.forwardRef(function ({ item, reference, action }, ref) {
title: '操作',
dataIndex: 'action',
width: 80,
fixed: 'right',
render: (_, record) => {
return (
<Space>
......@@ -121,7 +120,6 @@ const FC = React.forwardRef(function ({ item, reference, action }, ref) {
title: '操作',
dataIndex: 'action',
width: 80,
fixed: 'right',
render: (_, record) => {
return (
<Space>
......
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