fix(alarm-page): disable snapshot preview

This commit is contained in:
yangsy
2025-11-20 17:13:51 +08:00
parent b5b0c5448d
commit 00a961c346

View File

@@ -436,7 +436,7 @@ onBeforeMount(() => getTableData());
</div>
</div>
<NModal v-model:show="snapPreviewShow" preset="card" style="width: 1400px">
<NImage :src="snapPreviewUrl" />
<NImage preview-disabled :src="snapPreviewUrl" />
</NModal>
</template>