fix ระยะเวลาดำรงตำแหน่ง
This commit is contained in:
parent
9ee003c913
commit
f9bdb3a523
3 changed files with 4 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue