บัญชีแสดงวันลา สิทธิ์
This commit is contained in:
parent
c198d3d153
commit
080ac1cbb3
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import { useQuasar } from "quasar";
|
|||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
import axios from "axios";
|
||||
|
||||
import { checkPermission } from "@/utils/permissions";
|
||||
/** importType*/
|
||||
import type { DataOption } from "@/modules/09_leave/interface/index/Main";
|
||||
|
||||
|
|
@ -273,7 +273,7 @@ onMounted(() => {
|
|||
</div>
|
||||
<q-space />
|
||||
<div class="q-py-xs">
|
||||
<q-btn flat round color="primary" icon="download">
|
||||
<q-btn flat round color="primary" icon="download" v-if="checkPermission($route)?.attrIsGet">
|
||||
<q-menu>
|
||||
<q-list style="min-width: 150px">
|
||||
<q-item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue