Commit caccf644 by zhaochengxiang

隐藏生成表

parent 3ec1f59e
import { PostJSON, GetJSON, Post, Delete } from "../util/axios" import { PostJSON, GetJSON, Delete } from "../util/axios"
export function getScopes() { export function getScopes() {
return GetJSON("/authservice/personal/joinedScopes"); return GetJSON("/authservice/personal/joinedScopes");
......
...@@ -578,7 +578,7 @@ const ImportActionHeader = (props) => { ...@@ -578,7 +578,7 @@ const ImportActionHeader = (props) => {
} }
{ {
!onlyShowRequireChange && <Row gutter={10}> !onlyShowRequireChange && <Row gutter={10}>
<Col xs={24} sm={24} lg={12} xl={8}> {/* <Col xs={24} sm={24} lg={12} xl={8}>
<Form.Item <Form.Item
label="生成表类型" label="生成表类型"
name="easyDataModelerModelingTemplate" name="easyDataModelerModelingTemplate"
...@@ -589,7 +589,7 @@ const ImportActionHeader = (props) => { ...@@ -589,7 +589,7 @@ const ImportActionHeader = (props) => {
onChange={onTemplateChange} onChange={onTemplateChange}
/> />
</Form.Item> </Form.Item>
</Col> </Col> */}
<Col xs={24} sm={24} lg={12} xl={8}> <Col xs={24} sm={24} lg={12} xl={8}>
<Form.Item <Form.Item
label="数据表类型" label="数据表类型"
...@@ -701,7 +701,7 @@ const ImportActionHeader = (props) => { ...@@ -701,7 +701,7 @@ const ImportActionHeader = (props) => {
} }
{ {
!onlyShowRequireChange && <Descriptions column={3}> !onlyShowRequireChange && <Descriptions column={3}>
<Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }}>生成表类型</div>} >{modelerData.easyDataModelerModelingTemplate?(modelerData.easyDataModelerModelingTemplate.cnName||''):''}</Descriptions.Item> {/* <Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }}>生成表类型</div>} >{modelerData.easyDataModelerModelingTemplate?(modelerData.easyDataModelerModelingTemplate.cnName||''):''}</Descriptions.Item> */}
<Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }}>数据表类型</div>} >{highlightSearchContentByTerms(modelerData.tableType||'', terms)}</Descriptions.Item> <Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }}>数据表类型</div>} >{highlightSearchContentByTerms(modelerData.tableType||'', terms)}</Descriptions.Item>
<Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }}>数据平台</div>} >{highlightSearchContentByTerms(modelerData.dataResidence||'', terms)}</Descriptions.Item> <Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }}>数据平台</div>} >{highlightSearchContentByTerms(modelerData.dataResidence||'', terms)}</Descriptions.Item>
<Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }}>数据情况</div>} >{highlightSearchContentByTerms(modelerData.dataCircumstances||'', terms)}</Descriptions.Item> <Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }}>数据情况</div>} >{highlightSearchContentByTerms(modelerData.dataCircumstances||'', terms)}</Descriptions.Item>
......
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