From beca98484dc973fc53098757561597cf791010e0 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Mon, 27 Mar 2023 12:06:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=BB=84=E6=97=A0=E7=94=A8=E4=BE=8B=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E5=8F=8A=E5=88=A0=E9=99=A4=E6=9D=83=E9=99=90=E6=97=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1024873 --user=宋昌昌 【测试跟踪】github#23104,【用户组与权限】功能用例-不勾选“删除”权限,在功能用例页面,下面的删除是置灰,但是用例详情里的删除是红色,样式能否统一。 https://www.tapd.cn/55049933/s/1355850 --- .../figma/icon_copy_outlined_disable.svg | 3 + .../business/case/components/TestCaseEdit.vue | 93 ++++++++----------- 2 files changed, 40 insertions(+), 56 deletions(-) create mode 100644 framework/sdk-parent/frontend/src/assets/module/figma/icon_copy_outlined_disable.svg diff --git a/framework/sdk-parent/frontend/src/assets/module/figma/icon_copy_outlined_disable.svg b/framework/sdk-parent/frontend/src/assets/module/figma/icon_copy_outlined_disable.svg new file mode 100644 index 0000000000..a04e0694c5 --- /dev/null +++ b/framework/sdk-parent/frontend/src/assets/module/figma/icon_copy_outlined_disable.svg @@ -0,0 +1,3 @@ + + + diff --git a/test-track/frontend/src/business/case/components/TestCaseEdit.vue b/test-track/frontend/src/business/case/components/TestCaseEdit.vue index a95de262c8..00ccac0313 100644 --- a/test-track/frontend/src/business/case/components/TestCaseEdit.vue +++ b/test-track/frontend/src/business/case/components/TestCaseEdit.vue @@ -180,18 +180,19 @@
{{ $t("case.added_to_public_case") }}
-
+
- +
-
{{ $t("commons.copy") }}
+
{{ $t("commons.copy") }}
-
+
- +
-
{{ $t("commons.delete") }}
+
{{ $t("commons.delete") }}
{{ $t("case.more") }}
@@ -2234,38 +2235,18 @@ export default { }