更新 src/App.tsx
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user