Commit e9486a97 by zhaochengxiang

模型放开主健 分布键

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