From be8ac2ccfdf44bef5574ee022b44e7274a4a8d60 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 6 Jun 2022 15:44:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=8A=9F=E8=83=BD=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E6=89=A7=E8=A1=8C=E6=97=B6=E5=8F=AF=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=99=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1009896 --user=李玉号 功能用例执行页面,点击 附件,用户无法上传 附件,执行的时候,用户需要上传附件 https://www.tapd.cn/55049933/s/1173871 --- .../track/case/components/TestCaseEditOtherInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue b/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue index d0ffef3ddb..c8f66b75ea 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue @@ -60,9 +60,9 @@ :on-exceed="handleExceed" multiple :limit="8" - :disabled="readOnly" + :disabled="readOnly && !isTestPlanEdit" :file-list="fileList"> - + {{ $t('test_track.case.upload_tip') }}