fix issue

pull/360/head
vapao 2021-07-24 10:12:37 +08:00
parent 5234eb1c37
commit 989692a56e
7 changed files with 1 additions and 7 deletions

View File

@ -28,7 +28,6 @@ export default observer(function () {
return ( return (
<Modal <Modal
visible visible
width={800}
maskClosable={false} maskClosable={false}
title={store.record.id ? '编辑应用' : '新建应用'} title={store.record.id ? '编辑应用' : '新建应用'}
onCancel={() => store.formVisible = false} onCancel={() => store.formVisible = false}

View File

@ -28,7 +28,6 @@ export default observer(function () {
return ( return (
<Modal <Modal
visible visible
width={800}
maskClosable={false} maskClosable={false}
title={store.record.id ? '编辑环境' : '新建环境'} title={store.record.id ? '编辑环境' : '新建环境'}
onCancel={() => store.formVisible = false} onCancel={() => store.formVisible = false}

View File

@ -28,7 +28,6 @@ export default observer(function () {
return ( return (
<Modal <Modal
visible visible
width={800}
maskClosable={false} maskClosable={false}
title={store.record.id ? '编辑服务' : '新建服务'} title={store.record.id ? '编辑服务' : '新建服务'}
onCancel={() => store.formVisible = false} onCancel={() => store.formVisible = false}

View File

@ -58,7 +58,6 @@ class ComTable extends React.Component {
showTotal: total => `${total}`, showTotal: total => `${total}`,
pageSizeOptions: ['10', '20', '50', '100'] pageSizeOptions: ['10', '20', '50', '100']
}}> }}>
<Table.Column title="序号" key="series" render={(_, __, index) => index + 1}/>
<Table.Column title="服务名称" dataIndex="name"/> <Table.Column title="服务名称" dataIndex="name"/>
<Table.Column title="标识符" dataIndex="key"/> <Table.Column title="标识符" dataIndex="key"/>
<Table.Column ellipsis title="描述信息" dataIndex="desc"/> <Table.Column ellipsis title="描述信息" dataIndex="desc"/>

View File

@ -28,7 +28,6 @@ export default observer(function () {
return ( return (
<Modal <Modal
visible visible
width={800}
maskClosable={false} maskClosable={false}
title={store.record.id ? '编辑应用' : '新建应用'} title={store.record.id ? '编辑应用' : '新建应用'}
onCancel={() => store.formVisible = false} onCancel={() => store.formVisible = false}

View File

@ -36,7 +36,7 @@ export default observer(function () {
return ( return (
<Modal <Modal
visible visible
width={800} width={700}
maskClosable={false} maskClosable={false}
title={store.record.id ? '编辑账户' : '新建账户'} title={store.record.id ? '编辑账户' : '新建账户'}
onCancel={() => store.formVisible = false} onCancel={() => store.formVisible = false}

View File

@ -28,7 +28,6 @@ export default observer(function () {
return ( return (
<Modal <Modal
visible visible
width={800}
maskClosable={false} maskClosable={false}
title={store.record.id ? '编辑角色' : '新建角色'} title={store.record.id ? '编辑角色' : '新建角色'}
onCancel={() => store.formVisible = false} onCancel={() => store.formVisible = false}