ปรับฟอร์มการลา
This commit is contained in:
parent
8911c156ae
commit
bb875da944
18 changed files with 7231 additions and 5628 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import { ref, onMounted, computed } from "vue";
|
||||
import { useQuasar } from "quasar";
|
||||
import { useRouter } from "vue-router";
|
||||
import { useRoute, useRouter } from "vue-router";
|
||||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
import type { LeaveItem } from "@/modules/05_leave/interface/index/main";
|
||||
|
|
@ -18,6 +18,7 @@ const leaveStore = useLeaveStore();
|
|||
const { showLoader, hideLoader, messageError } = mixin;
|
||||
|
||||
const router = useRouter();
|
||||
const route = useRoute()
|
||||
const $q = useQuasar();
|
||||
|
||||
const filterLeaveType = ref(["ลาป่วย", "ลากิจส่วนตัว", "ลาพักผ่อน"]);
|
||||
|
|
@ -199,7 +200,7 @@ onMounted(async () => {
|
|||
flat
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
@click="router.go(-1)"
|
||||
@click="router.push(`/`)"
|
||||
/>
|
||||
<div>รายการลา</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue