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' ? '正在启用全部设备' : '正在同步设备状态' }}
- +

{{ type === 'active' ? '启用' : '同步' }}成功:{{ count }}条

@@ -23,6 +23,7 @@