From b21e0557468f35dce8ac1af8d10dba1e5efcd7ab Mon Sep 17 00:00:00 2001 From: 100011797 <2642441182@qq.com> Date: Wed, 29 Mar 2023 15:22:10 +0800 Subject: [PATCH 1/7] =?UTF-8?q?fix:=20=E5=90=AF=E7=94=A8=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/Instance/Process/index.vue | 34 +++++++++++---------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/src/views/device/Instance/Process/index.vue b/src/views/device/Instance/Process/index.vue index 64fe7266..eb6fe298 100644 --- a/src/views/device/Instance/Process/index.vue +++ b/src/views/device/Instance/Process/index.vue @@ -6,10 +6,10 @@ :title="type === 'active' ? '启用' : '同步'" :closable="false" > -
{{ type === 'active' ? '启用' : '同步' }}成功:{{ count }}条
@@ -23,6 +23,7 @@