From 850d8d789091a46c331ea2935d6a739aed196e64 Mon Sep 17 00:00:00 2001 From: insistence <3055204202@qq.com> Date: Tue, 22 Oct 2024 17:04:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DDictTag=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=8A=9B=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20#IAYSVZ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-fastapi-frontend/src/components/DictTag/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-fastapi-frontend/src/components/DictTag/index.vue b/ruoyi-fastapi-frontend/src/components/DictTag/index.vue index 7d0888c..2e55053 100644 --- a/ruoyi-fastapi-frontend/src/components/DictTag/index.vue +++ b/ruoyi-fastapi-frontend/src/components/DictTag/index.vue @@ -13,7 +13,7 @@ :disable-transitions="true" :key="item.value + ''" :index="index" - :type="item.elTagType === 'primary' ? '' : item.elTagType" + :type="item.elTagType" :class="item.elTagClass" >{{ item.label + " " }}