fix ระยะเวลาดำรงตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-28 09:45:45 +07:00
parent 9ee003c913
commit f9bdb3a523
3 changed files with 4 additions and 5 deletions

View file

@ -487,7 +487,7 @@ async function fetchProfile(id: string, avatarName: string) {
<q-card
bordered
style="border: 1px solid #d6dee1"
v-if="checkRoute"
v-if="checkRoute && props.type === 'officer'"
>
<CardPosition :id="props.id" :type="props.type" />
</q-card>