refactor(registry): show salary data

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-30 11:08:33 +07:00
parent 64ae4d486d
commit 8f74412128

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>