เงินเดือน => pemission รายการเลื่อนค่าจ้างลูกจ้างประจำ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-13 14:49:34 +07:00
parent e422ef250c
commit 891955e26e
9 changed files with 96 additions and 71 deletions

View file

@ -575,7 +575,7 @@ watch([() => props?.snapShot, () => props.roundFilter], () => {
</q-tr>
</template>
<template v-slot:body="props">
<q-tr :props="props" class="cursor-pointer">
<q-tr :props="props">
<q-td v-for="col in props.cols" :key="col.name" :props="props">
<div class="table_ellipsis">
{{ col.value }}

View file

@ -1,9 +1,9 @@
<script setup lang="ts">
import { ref, watch, computed } from "vue";
import { useQuasar } from "quasar";
import { checkPermission } from "@/utils/permissions";
import config from "@/app.config";
import http from "@/plugins/http";
import { checkPermission } from "@/utils/permissions";
/** importType*/
import type { QTableProps } from "quasar";