题库地址

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

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

Loading…
Cancel
Save