diff --git a/src/modules/03_recruiting/components/Table1.vue b/src/modules/03_recruiting/components/Table1.vue new file mode 100644 index 000000000..a7f67f171 --- /dev/null +++ b/src/modules/03_recruiting/components/Table1.vue @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + {{ col.label }} + + + + + + + + + + + + diff --git a/src/modules/03_recruiting/components/top1.vue b/src/modules/03_recruiting/components/top1.vue new file mode 100644 index 000000000..6236a8bc9 --- /dev/null +++ b/src/modules/03_recruiting/components/top1.vue @@ -0,0 +1,205 @@ + + + + + + {{ header }} + + + + + + แก้ไขข้อมูล + + + บันทึกข้อมูล + + + ยกเลิก + + + + + เพิ่มข้อมูล + + + + + + + เพิ่มข้อมูล + + + + + + + ประวัติ{{ header }} + + + + + diff --git a/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue b/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue index f8d3cdff3..caac16aa4 100644 --- a/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue +++ b/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue @@ -1166,7 +1166,7 @@ import type { import http from "@/plugins/http"; import config from "@/app.config"; -import ProfileTable from "@/modules/04_registry/components/Table.vue"; +import ProfileTable from "@/modules/03_recruiting/components/Table1.vue"; const $q = useQuasar(); // show dialog const mixin = useCounterMixin();