From 20a70886e2535b75979cb6f60a2feaf5dc8e1149 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 23 Feb 2022 16:48:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E8=84=91=E5=9B=BE=E6=9C=AA=E8=A7=84=E5=88=92=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E4=B8=8D=E5=85=81=E8=AE=B8=E7=BC=96=E8=BE=91=20--bug=3D1010567?= =?UTF-8?q?=20--user=3D=E9=99=88=E5=BB=BA=E6=98=9F=20=E3=80=90=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=B7=9F=E8=B8=AA=E3=80=91=E2=80=94=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=20=E8=84=91=E5=9B=BE=20=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=9C=AA=E8=A7=84=E5=88=92=E7=94=A8=E4=BE=8B=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=20=E7=9B=B4=E6=8E=A5=E4=BF=9D=E5=AD=98=20=E4=BC=9A?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E9=87=8D=E5=A4=8D=E7=9A=84=E6=9C=AA=E8=A7=84?= =?UTF-8?q?=E5=88=92=E7=94=A8=E4=BE=8B=E6=A8=A1=E5=9D=97=20https://www.tap?= =?UTF-8?q?d.cn/55049933/s/1108858?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/components/common/components/MsModuleMinder.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/business/components/common/components/MsModuleMinder.vue b/frontend/src/business/components/common/components/MsModuleMinder.vue index 9fb735aa5e..0ed69c2428 100644 --- a/frontend/src/business/components/common/components/MsModuleMinder.vue +++ b/frontend/src/business/components/common/components/MsModuleMinder.vue @@ -143,6 +143,9 @@ export default { children = []; } let caseNum = root.data.caseNum; + if (root.data.text === '未规划用例' && root.data.level === 1) { + root.data.disable = true; + } if (children.length < 1 && (this.ignoreNum || caseNum && caseNum > 0)) { root.children.push({ data: {