ปรับการแสดงผลระบบทดลองงาน
This commit is contained in:
parent
8e0dce57d9
commit
c0fd7574ca
2 changed files with 4 additions and 4 deletions
|
|
@ -153,7 +153,7 @@ const columns2 = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "status",
|
name: "status",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "สถานะ",
|
label: "ทดลองปฏิบัติหน้าที่ราชการ",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "status",
|
field: "status",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
@ -474,8 +474,8 @@ const paginationLabel2 = (start: string, end: string, total: string) => {
|
||||||
<div v-if="col.name == 'no'">
|
<div v-if="col.name == 'no'">
|
||||||
{{ props.rowIndex + 1 }}
|
{{ props.rowIndex + 1 }}
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="col.name == 'status'">
|
<div v-else-if="col.name == 'status'" class="text-center">
|
||||||
<q-icon v-if="col.value === true" name="mdi-check" color="positive" />
|
<q-icon v-if="col.value === true" name="mdi-check" color="positive" size="sm"/>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
{{ col.value }}
|
{{ col.value }}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ const name = ref<string>("");
|
||||||
const position_line = ref<string>("");
|
const position_line = ref<string>("");
|
||||||
const position_level = ref<string>("");
|
const position_level = ref<string>("");
|
||||||
const organization = ref<string>("");
|
const organization = ref<string>("");
|
||||||
const probation_status = ref<number>();
|
const probation_status = ref<any>();
|
||||||
const probation_statusold = ref<string>("");
|
const probation_statusold = ref<string>("");
|
||||||
const avatarprofile = ref<string>("");
|
const avatarprofile = ref<string>("");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue