修改接口的状态,增加"设计中","开发中", 删除"未开始"
This commit is contained in:
@@ -1078,8 +1078,10 @@ class InterfaceEditForm extends Component {
|
||||
label='状态'>
|
||||
{getFieldDecorator('status', { initialValue: this.state.status })(
|
||||
<Select>
|
||||
<Option value='designing'>设计中</Option>
|
||||
<Option value='coding'>开发中</Option>
|
||||
<Option value='done'>已完成</Option>
|
||||
<Option value='undone'>未完成</Option>
|
||||
{/*<Option value='undone'>未完成</Option>*/}
|
||||
</Select>,
|
||||
)}
|
||||
</FormItem>
|
||||
@@ -1542,4 +1544,4 @@ export default Form.create({
|
||||
onValuesChange() {
|
||||
EditFormContext.props.changeEditStatus(true)
|
||||
}
|
||||
})(InterfaceEditForm)
|
||||
})(InterfaceEditForm)
|
||||
|
||||
Reference in New Issue
Block a user