Commit ad4a64c3 by zhaochengxiang

增加分区方式

parent ae52f174
......@@ -103,6 +103,7 @@ const UpdatePartitionModal = (props) => {
<Form.Item
label="分区方式"
name="partitionMethod"
rules={[{ required: true, message: '请输入分区方式' }]}
>
<Input />
</Form.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