ข้อมูลเงินเดือน/ค่าจ้าง
This commit is contained in:
parent
5972e8f6f5
commit
d88964a57b
2 changed files with 304 additions and 59 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue