Commit 7c2784f2 by zhaochengxiang

屏蔽odata

parent 7fa212dc
...@@ -9,7 +9,7 @@ const cols = [ ...@@ -9,7 +9,7 @@ const cols = [
{title: '路径'}, {title: '路径'},
{title: '状态'}, {title: '状态'},
{title: '管理人'}, {title: '管理人'},
{title: '是否启动OData'}, // {title: '是否启动OData'},
{title: '版本号'}, {title: '版本号'},
{title: '服务描述'}, {title: '服务描述'},
]; ];
......
...@@ -273,12 +273,12 @@ const ModelTable = (props) => { ...@@ -273,12 +273,12 @@ const ModelTable = (props) => {
sorter: true, sorter: true,
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
}, },
{ // {
title: '是否启动OData', // title: '是否启动OData',
dataIndex: 'supportODataDisable', // dataIndex: 'supportODataDisable',
width: 120, // width: 120,
render: (supportODataDisable, _, __) => supportODataDisable?'是':'否' // render: (supportODataDisable, _, __) => supportODataDisable?'是':'否'
}, // },
{ {
title: '版本号', title: '版本号',
dataIndex: 'modifiedTs', dataIndex: 'modifiedTs',
......
...@@ -713,7 +713,7 @@ class Model extends React.Component { ...@@ -713,7 +713,7 @@ class Model extends React.Component {
</Space> </Space>
} }
<Space> <Space>
<span>OData状态:</span> {/* <span>OData状态:</span>
<Select <Select
style={{ width: 120 }} style={{ width: 120 }}
onChange={(value) => { onChange={(value) => {
...@@ -724,7 +724,7 @@ class Model extends React.Component { ...@@ -724,7 +724,7 @@ class Model extends React.Component {
<Option value='0'>所有状态</Option> <Option value='0'>所有状态</Option>
<Option value='1'>已启动</Option> <Option value='1'>已启动</Option>
<Option value='2'>未启动</Option> <Option value='2'>未启动</Option>
</Select> </Select> */}
</Space> </Space>
<Space> <Space>
<InputDebounce <InputDebounce
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment