题库地址

dev_aliyun2
杨树林 5 years ago committed by harry
parent aec86bd453
commit f17fff6114

@ -1,7 +1,7 @@
/*
* @Description: 添加测试用例
* @Author: tangjiang
* @Github:
* @Github:
* @Date: 2019-11-21 09:19:38
* @LastEditors : tangjiang
* @LastEditTime : 2019-12-27 10:37:41
@ -127,7 +127,7 @@ const AddTestDemo = (props) => {
* 文本输入框可编辑的情况
* 1. 新增时
* 2. isAdd false isEditor 为true
* @param {*} testCase
* @param {*} testCase
*/
// const isDisabled = (testCase) => {
// return !testCase.isAdd && !isEditor;
@ -151,9 +151,13 @@ const AddTestDemo = (props) => {
<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}
@ -164,9 +168,13 @@ const AddTestDemo = (props) => {
</FormItem>
<FormItem
label={<span className={'label_text'}>输出</span>}
<<<<<<< HEAD
validateStatus={testCaseValidate.output.validateStatus}
help={testCaseValidate.output.errMsg}
colon={false}
=======
colon={ false }
>>>>>>> 8f5b1de... 题库地址
>
<TextArea
rows={5}

Loading…
Cancel
Save