สิทธิ์ รายการบันทึกเวียนแจ้งการถึงแก่กรรม
This commit is contained in:
parent
c134fcd7db
commit
4e0781b180
3 changed files with 47 additions and 11 deletions
|
|
@ -19,6 +19,7 @@ import { useCounterMixin } from "@/stores/mixin";
|
|||
const $q = useQuasar();
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
const checkRoutePermisson = ref<boolean>(route.name == "deceased-detailOnly");
|
||||
const mixin = useCounterMixin();
|
||||
const { showLoader, hideLoader, messageError, date2Thai } = mixin;
|
||||
const fullName = ref<string>("");
|
||||
|
|
@ -190,7 +191,7 @@ const fileDownload = async (type: string) => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<div class="col-12" v-if="!checkRoutePermisson">
|
||||
<div class="row">
|
||||
<q-space />
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue