- fix bug api ทดลองงาน
- fix status ลาออก
This commit is contained in:
parent
ac74a83dad
commit
c9f4033afe
8 changed files with 72 additions and 260 deletions
|
|
@ -1,13 +1,13 @@
|
|||
<script setup lang="ts">
|
||||
import { ref, defineAsyncComponent } from "vue";
|
||||
const tab = ref<string>("save1");
|
||||
const changeTab = (tabVal: string) => {
|
||||
tab.value = tabVal
|
||||
}
|
||||
// const tab = ref<string>("save1");
|
||||
// const changeTab = (tabVal: string) => {
|
||||
// tab.value = tabVal
|
||||
// }
|
||||
|
||||
const Header = defineAsyncComponent(
|
||||
() => import("@/modules/05_placement/components/probation/FormEvaluation/Header.vue")
|
||||
);
|
||||
// const Header = defineAsyncComponent(
|
||||
// () => import("@/modules/05_placement/components/probation/FormEvaluation/Header.vue")
|
||||
// );
|
||||
const FormReport = defineAsyncComponent(
|
||||
() => import("@/modules/05_placement/components/probation/FormEvaluation/FormReport.vue")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue