更新 src/App.tsx

This commit is contained in:
2026-03-17 18:23:25 +08:00
parent 736de833eb
commit 79f57a7ebd

View File

@ -6247,6 +6247,7 @@ const omsVersionColumns = [
{ {
title: '操作', title: '操作',
key: 'action', key: 'action',
width: 90,
render: (_: any, row: any) => ( render: (_: any, row: any) => (
<Button <Button
type="primary" type="primary"
@ -6401,6 +6402,7 @@ const omsVersionColumns = [
<Button onClick={() => { setOmsVersionModalVisible(false); setOmsVersionList([]); }}></Button> <Button onClick={() => { setOmsVersionModalVisible(false); setOmsVersionList([]); }}></Button>
</Space> </Space>
} }
width={900}
maskClosable={false} maskClosable={false}
> >
<Table <Table