框架优化
This commit is contained in:
@@ -86,7 +86,7 @@ const ResourceTask = () => {
|
||||
},
|
||||
{
|
||||
title: "操作",
|
||||
width: 250,
|
||||
fixed: 'right',
|
||||
key: "action",
|
||||
render: (_, record) => (
|
||||
<Space size={0}>
|
||||
@@ -146,6 +146,7 @@ const ResourceTask = () => {
|
||||
}
|
||||
>
|
||||
<Table
|
||||
scroll={{ x: true }}
|
||||
columns={columns}
|
||||
dataSource={quotations}
|
||||
rowKey="id"
|
||||
|
||||
Reference in New Issue
Block a user