fix: 活动告警启用历史同步按钮

This commit is contained in:
TsMask
2025-05-20 15:48:31 +08:00
parent 7439981557
commit 245e33a308
2 changed files with 4 additions and 4 deletions

View File

@@ -956,7 +956,7 @@ onMounted(() => {
{{ t('views.faultManage.activeAlarm.updateConfirm') }}
</a-button>
<a-button type="primary" @click.prevent="fnSync()" v-if="false">
<a-button type="primary" @click.prevent="fnSync()">
<template #icon>
<ReloadOutlined />
</template>