ข้อมูลเงินเดือน/ค่าจ้าง

This commit is contained in:
setthawutttty 2025-03-31 12:07:02 +07:00
parent 5972e8f6f5
commit d88964a57b
2 changed files with 304 additions and 59 deletions

View file

@ -90,6 +90,9 @@ function redirecToRegistry() {
modal.value = false;
}
const thumbStyle = ref<any>({
zIndex: "1",
});
watch(
() => modal.value,
async () => {
@ -184,7 +187,10 @@ watch(
</div>
</q-card-section>
<q-scroll-area style="height: 55vh; max-width: 100%">
<q-scroll-area
:thumb-style="thumbStyle"
style="height: 55vh; max-width: 100%"
>
<InfoSalary
v-if="type === 'posSalary'"
v-model:profileId="profileId"
@ -222,4 +228,5 @@ watch(
</q-dialog>
</template>
<style scoped></style>
<style scoped>
</style>