|
|
|
@ -146,18 +146,12 @@ const AddTestDemo = (props) => {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<Collapse className={'collapse_area'} activeKey={isOpen ? '1' : ''} onChange={() => handleChangeCollapse()}>
|
|
|
|
|
<Panel header={`测试用例${props.index + 1}`} extra={genExtra()} key="1">
|
|
|
|
|
<Collapse className={'collapse_area'} activeKey={isOpen?'1':''} onChange={() => handleChangeCollapse()}>
|
|
|
|
|
<Panel header={`测试用例${props.index + 1}`} extra={props.index===0?false:genExtra()} key="1">
|
|
|
|
|
<Form>
|
|
|
|
|
<FormItem
|
|
|
|
|
label={<span className={'label_text'}>输入</span>}
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
validateStatus={testCaseValidate.input.validateStatus}
|
|
|
|
|
help={testCaseValidate.input.errMsg}
|
|
|
|
|
colon={false}
|
|
|
|
|
=======
|
|
|
|
|
colon={ false }
|
|
|
|
|
>>>>>>> 8f5b1de... 题库地址
|
|
|
|
|
>
|
|
|
|
|
<TextArea
|
|
|
|
|
rows={5}
|
|
|
|
|