Commit 1e79dfc3 by zhaochengxiang

屏蔽Word模版配置

parent a45dc63c
...@@ -21,19 +21,16 @@ const ModelConfig = () => { ...@@ -21,19 +21,16 @@ const ModelConfig = () => {
return ( return (
<div className='model-config'> <div className='model-config'>
<Tabs activeKey={tabKey} onChange={onTabChange}> <Tabs activeKey={tabKey} onChange={onTabChange}>
<TabPane tab='Word模版配置' key='1'> <TabPane tab='生成表类型配置' key='1'>
<WordTemplate />
</TabPane>
<TabPane tab='生成表类型配置' key='2'>
<TemplateCURD /> <TemplateCURD />
</TabPane> </TabPane>
<TabPane tab='规范配置' key='3'> <TabPane tab='规范配置' key='2'>
<RuleCURD /> <RuleCURD />
</TabPane> </TabPane>
<TabPane tab='规则库管理' key='4'> <TabPane tab='规则库管理' key='3'>
<RuleTemplateCURD /> <RuleTemplateCURD />
</TabPane> </TabPane>
<TabPane tab='分区配置' key='5'> <TabPane tab='分区配置' key='4'>
<PartitionCURD /> <PartitionCURD />
</TabPane> </TabPane>
</Tabs> </Tabs>
......
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