Commit 1e79dfc3 by zhaochengxiang

屏蔽Word模版配置

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