From 4b08712c6154299015e748a7db6d9af315a979c2 Mon Sep 17 00:00:00 2001 From: 100011797 <2642441182@qq.com> Date: Fri, 31 Mar 2023 13:52:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=9A=84=E7=8A=B6=E6=80=81=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Apply/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/system/Apply/index.vue b/src/views/system/Apply/index.vue index 0cef67fd..cba40b5d 100644 --- a/src/views/system/Apply/index.vue +++ b/src/views/system/Apply/index.vue @@ -43,7 +43,7 @@ :status="slotProps.state?.value" :statusText="slotProps.state?.text" :statusNames="{ - enabled: 'success', + enabled: 'processing', disabled: 'error', }" > @@ -151,7 +151,7 @@ :status="slotProps.state.value" :text="slotProps.state.text" :statusNames="{ - enabled: 'success', + enabled: 'processing', disabled: 'error', }" > @@ -201,6 +201,7 @@ import { ActionsType } from '@/components/Table'; import { getImage } from '@/utils/comm'; import { useMenuStore } from '@/store/menu'; import { message } from 'jetlinks-ui-components'; +import BadgeStatus from '@/components/BadgeStatus/index.vue'; const menuStory = useMenuStore(); const permission = 'system/Apply';