|
|
|
@ -151,8 +151,6 @@ const AddTestDemo = (props) => {
|
|
|
|
|
<Form>
|
|
|
|
|
<FormItem
|
|
|
|
|
label={<span className={'label_text'}>输入</span>}
|
|
|
|
|
validateStatus={testCaseValidate.input.validateStatus}
|
|
|
|
|
help={testCaseValidate.input.errMsg}
|
|
|
|
|
colon={ false }
|
|
|
|
|
>
|
|
|
|
|
<TextArea
|
|
|
|
@ -164,8 +162,6 @@ const AddTestDemo = (props) => {
|
|
|
|
|
</FormItem>
|
|
|
|
|
<FormItem
|
|
|
|
|
label={<span className={'label_text'}>输出</span>}
|
|
|
|
|
validateStatus={testCaseValidate.output.validateStatus}
|
|
|
|
|
help={testCaseValidate.output.errMsg}
|
|
|
|
|
colon={ false }
|
|
|
|
|
>
|
|
|
|
|
<TextArea
|
|
|
|
|