Commit e9486a97 by zhaochengxiang

模型放开主健 分布键

parent 78ea3d10
......@@ -259,7 +259,7 @@ const ImportActionHeader = (props) => {
name="distributionKeysDescription"
labelAlign="left"
>
<Input style={{ width: 300 }} disabled={true} />
<Input style={{ width: 300 }} />
</Form.Item>
</Col>
</Row>
......@@ -279,7 +279,7 @@ const ImportActionHeader = (props) => {
name="primaryKeysDescription"
labelAlign="left"
>
<Input style={{ width: 300 }} disabled={true} />
<Input style={{ width: 300 }} />
</Form.Item>
</Col>
</Row>
......
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