fix: 测试计划实际结果无法编辑

This commit is contained in:
AnAngle 2021-09-13 16:55:21 +08:00 committed by jianxing
parent c1b27ee590
commit 6492542bf1
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
:disabled="true" :title="$t('test_track.case.expected_results')"
:data="testCase" prop="expectedResult"/>
<form-rich-text-item :label-width="formLabelWidth" v-if="testCase.stepModel === 'TEXT'"
:disabled="true" :title="$t('test_track.plan_view.actual_result')"
:title="$t('test_track.plan_view.actual_result')"
:data="testCase" prop="actualResult"/>
<test-case-edit-other-info :plan-id="testCase.planId" v-if="otherInfoActive" @openTest="openTest"