[FIX] 修正當公司告警類型尚未設定時,機台列表誤顯示繼承公司設定徽章之問題

This commit is contained in:
sky121113 2026-05-21 16:48:20 +08:00
parent 4ac25f476b
commit ac48546c76

View File

@ -344,7 +344,7 @@
</td>
<td class="px-6 py-6">
<div class="space-y-1.5">
@if($isTypeInherited)
@if($isTypeInherited && !empty($effectiveNotifyTypes))
<span class="px-2 py-0.5 rounded text-[10px] font-black uppercase tracking-widest bg-slate-100 dark:bg-slate-800 text-slate-500 border border-slate-200 dark:border-slate-700 inline-block">{{ __('Inherit Company') }}</span>
@endif
<div class="flex flex-wrap gap-1.5">
@ -473,7 +473,7 @@
</div>
<div class="col-span-2">
<p class="text-[10px] font-black text-slate-400 dark:text-slate-500 uppercase tracking-widest mb-1">{{ __('Configured Alert Types') }}</p>
@if($isTypeInherited)
@if($isTypeInherited && !empty($effectiveNotifyTypes))
<span class="px-2 py-0.5 rounded text-[10px] font-black uppercase tracking-widest bg-slate-100 dark:bg-slate-800 text-slate-500 border border-slate-200 dark:border-slate-700 inline-block mb-1">{{ __('Inherit Company') }}</span>
@endif
<div class="flex flex-wrap gap-1.5">