fixing recruiting
This commit is contained in:
parent
dcfe03737b
commit
5611c95f02
2 changed files with 3 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue