fixing recruiting

This commit is contained in:
Warunee Tamkoo 2024-06-07 14:23:42 +07:00
parent dcfe03737b
commit 5611c95f02
2 changed files with 3 additions and 6 deletions

View file

@ -99,9 +99,6 @@
</div>
</template>
<script setup lang="ts">
import { useProfileDataStore } from "@/modules/04_registry/store";
const profileStore = useProfileDataStore();
const props = defineProps({
header: {
type: String,

View file

@ -15,8 +15,8 @@ import type { QForm } from "quasar";
import { useCounterMixin } from "@/stores/mixin";
import http from "@/plugins/http";
import config from "@/app.config";
import HeaderTop from "@/modules/04_registry/components/Information/top.vue";
import ProfileTable from "@/modules/04_registry/components/Table.vue";
import HeaderTop from "@/modules/03_recruiting/components/top1.vue";
import ProfileTable from "@/modules/03_recruiting/components/Table1.vue";
import { useQuasar } from "quasar";
@ -130,7 +130,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "lastUpdatedAt",
align: "left",
label: "วนที่แก้ไขล่าสุด",
label: "วนที่แก้ไขล่าสุด",
sortable: true,
field: "lastUpdatedAt",
headerStyle: "font-size: 14px",