框架优化

This commit is contained in:
liamzi
2024-12-25 18:34:20 +08:00
parent ac0f7ccbb7
commit a6a4cbb337
28 changed files with 56 additions and 117 deletions

View File

@@ -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"