更新 src/App.tsx
This commit is contained in:
@ -6247,6 +6247,7 @@ const omsVersionColumns = [
|
||||
{
|
||||
title: '操作',
|
||||
key: 'action',
|
||||
width: 90,
|
||||
render: (_: any, row: any) => (
|
||||
<Button
|
||||
type="primary"
|
||||
@ -6401,6 +6402,7 @@ const omsVersionColumns = [
|
||||
<Button onClick={() => { setOmsVersionModalVisible(false); setOmsVersionList([]); }}>关闭</Button>
|
||||
</Space>
|
||||
}
|
||||
width={900}
|
||||
maskClosable={false}
|
||||
>
|
||||
<Table
|
||||
|
||||
Reference in New Issue
Block a user