Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m7s

* develop:
  ปิดไม่แสดงข้อมูลตำแหน่งและเงินเดือน
This commit is contained in:
Warunee Tamkoo 2026-01-27 16:46:11 +07:00
commit d009c17e07
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ const router = useRouter();
<div :class="`row q-my-sm ${$q.screen.gt.xs ? '' : 'mobileClass'}`">
<Government />
<Position />
<!-- <Position /> -->
<Actposition />
<Assistance />
<Discipline />

View file

@ -25,7 +25,7 @@ const router = useRouter();
</div>
<div :class="`row q-my-sm ${$q.screen.gt.xs ? '' : 'mobileClass'}`">
<Salary />
<!-- <Salary /> -->
<Nopaid />
</div>
</template>