สอบคัดเลือกเพิ่มฟิวรหัสตำแหน่ง

This commit is contained in:
Kittapath 2023-10-04 15:03:17 +07:00
parent 32ec4bdcd9
commit fd6510b49e
4 changed files with 70 additions and 25 deletions

View file

@ -167,9 +167,9 @@
>
<template #columns="props">
<q-tr :props="props" class="cursor-pointer">
<!-- <q-td auto-width>
<q-checkbox v-model="checkProfile" />
</q-td> -->
<q-td auto-width>
<q-checkbox v-model="props.selected" />
</q-td>
<q-td
v-for="col in props.cols"
:key="col.name"
@ -203,12 +203,12 @@
</div>
</div>
</div>
<div v-else-if="col.name == 'check'">
<!-- <div v-else-if="col.name == 'check'">
<q-checkbox
v-model="props.row.check"
v-if="props.row.status == 'checkRegister'"
/>
</div>
</div> -->
<div v-else-if="col.name == 'career'">
<div class="col-4">
{{ props.row.career }}
@ -332,7 +332,7 @@ const initialPagination = ref<Pagination>({
rowsPerPage: 0,
});
const visibleColumns = ref<String[]>([
"check",
// "check",
"no",
"number",
"registerDate",
@ -387,15 +387,15 @@ const optionsStatus = ref<any>([
},
]);
const columns = ref<QTableProps["columns"]>([
{
name: "check",
align: "left",
label: "",
sortable: true,
field: "check",
headerStyle: "font-size: 14px;",
style: "font-size: 14px; ",
},
// {
// name: "check",
// align: "left",
// label: "",
// sortable: true,
// field: "check",
// headerStyle: "font-size: 14px;",
// style: "font-size: 14px; ",
// },
{
name: "no",
align: "left",