Commit 7c2784f2 by zhaochengxiang

屏蔽odata

parent 7fa212dc
......@@ -9,7 +9,7 @@ const cols = [
{title: '路径'},
{title: '状态'},
{title: '管理人'},
{title: '是否启动OData'},
// {title: '是否启动OData'},
{title: '版本号'},
{title: '服务描述'},
];
......
......@@ -273,12 +273,12 @@ const ModelTable = (props) => {
sorter: true,
sortDirections: ['ascend', 'descend'],
},
{
title: '是否启动OData',
dataIndex: 'supportODataDisable',
width: 120,
render: (supportODataDisable, _, __) => supportODataDisable?'是':'否'
},
// {
// title: '是否启动OData',
// dataIndex: 'supportODataDisable',
// width: 120,
// render: (supportODataDisable, _, __) => supportODataDisable?'是':'否'
// },
{
title: '版本号',
dataIndex: 'modifiedTs',
......
......@@ -713,7 +713,7 @@ class Model extends React.Component {
</Space>
}
<Space>
<span>OData状态:</span>
{/* <span>OData状态:</span>
<Select
style={{ width: 120 }}
onChange={(value) => {
......@@ -724,7 +724,7 @@ class Model extends React.Component {
<Option value='0'>所有状态</Option>
<Option value='1'>已启动</Option>
<Option value='2'>未启动</Option>
</Select>
</Select> */}
</Space>
<Space>
<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