fix: Fix the apps store docker status error (#9217)

This commit is contained in:
igophper 2025-06-23 13:44:09 +08:00 committed by GitHub
parent cf230ca6e7
commit 17c685bc4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<docker-status v-model:isActive="isActive" v-model:isExist="isExist" @search="search" /> <docker-status v-model:isActive="isActive" v-model:isExist="isExist" />
<LayoutContent v-loading="loading" v-if="isExist" :title="$t('app.app', 2)"> <LayoutContent v-loading="loading" v-if="isExist" :class="{ mask: !isActive }" :title="$t('app.app', 2)">
<template #search> <template #search>
<Tags @change="changeTag" /> <Tags @change="changeTag" />
</template> </template>