From 15a8c80308054b99c78b09f7267d0fa24df76226 Mon Sep 17 00:00:00 2001 From: zty Date: Fri, 21 Jun 2024 11:04:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20exam/userExam.vue=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=80=83=E8=AF=95=E7=B3=BB=E7=BB=9F=E5=88=A0=E9=99=A4=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/system/userExam.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/system/userExam.vue b/client/src/views/system/userExam.vue index a31eb2d..a46453b 100644 --- a/client/src/views/system/userExam.vue +++ b/client/src/views/system/userExam.vue @@ -190,7 +190,7 @@ :disabled="!checkPermission(['user_exam_delete'])" type="danger" size="small" - icon="el-icon-delete" + icon="el-icon-remove" @click="handleDelete(scope)" />