Merge branch 'development' of https://github.com/Frappet/EDM into oat

This commit is contained in:
oat 2023-12-07 11:19:35 +07:00 committed by Methapon2001
commit 0d33798ed2
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
13 changed files with 104 additions and 45 deletions

View file

@ -55,7 +55,7 @@ onMounted(getCabinet)
<div class="q-my-md row items-center">
<div class="col">
<h5 class="q-my-none" v-if="mode === 'admin'">จัดเก็บเอกสาร</h5>
<h5 class="q-my-none" v-else>สืบค้นเอกสาร</h5>
<h5 class="q-my-none" v-else>สืบค้นผลงาน</h5>
</div>
<search-bar :mode="mode" v-if="mode === 'admin'" />
</div>