refactor: Personnel => card '-' fallback

This commit is contained in:
puriphatt 2024-04-09 17:57:37 +07:00
parent e0de98e945
commit dc45738866

View file

@ -159,7 +159,7 @@ const status = ref(false);
>
{{ d.label }}
</span>
<span>{{ d.value }}</span>
<span>{{ d.value || '-' }}</span>
</div>
</div>
</AppBox>