ปรับการแสดงผลระบบทดลองงาน

This commit is contained in:
Warunee Tamkoo 2023-09-08 13:20:57 +07:00
parent 8e0dce57d9
commit c0fd7574ca
2 changed files with 4 additions and 4 deletions

View file

@ -153,7 +153,7 @@ const columns2 = ref<QTableProps["columns"]>([
{
name: "status",
align: "left",
label: "สถานะ",
label: "ทดลองปฏิบัติหน้าที่ราชการ",
sortable: true,
field: "status",
headerStyle: "font-size: 14px",
@ -474,8 +474,8 @@ const paginationLabel2 = (start: string, end: string, total: string) => {
<div v-if="col.name == 'no'">
{{ props.rowIndex + 1 }}
</div>
<div v-else-if="col.name == 'status'">
<q-icon v-if="col.value === true" name="mdi-check" color="positive" />
<div v-else-if="col.name == 'status'" class="text-center">
<q-icon v-if="col.value === true" name="mdi-check" color="positive" size="sm"/>
</div>
<div v-else>
{{ col.value }}

View file

@ -27,7 +27,7 @@ const name = ref<string>("");
const position_line = ref<string>("");
const position_level = ref<string>("");
const organization = ref<string>("");
const probation_status = ref<number>();
const probation_status = ref<any>();
const probation_statusold = ref<string>("");
const avatarprofile = ref<string>("");