สิทธิ์ รายการบันทึกเวียนแจ้งการถึงแก่กรรม

This commit is contained in:
STW_TTTY\stwtt 2024-08-13 12:06:33 +07:00
parent c134fcd7db
commit 4e0781b180
3 changed files with 47 additions and 11 deletions

View file

@ -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