ย้ายไอคอน

This commit is contained in:
STW_TTTY\stwtt 2024-07-24 09:50:23 +07:00
parent 900d308f81
commit dfa66f3a98
28 changed files with 730 additions and 702 deletions

View file

@ -358,14 +358,26 @@ onMounted(() => {
>
<template v-slot:header="props">
<q-tr :props="props">
<q-th auto-width />
<q-th v-for="col in props.cols" :key="col.name" :props="props">
<span class="text-weight-medium">{{ col.label }}</span>
</q-th>
<q-th auto-width />
</q-tr>
</template>
<template v-slot:body="props">
<q-tr :props="props" class="cursor-pointer">
<q-td
><q-btn
flat
dense
round
color="info"
icon="mdi-eye-outline"
@click="onClickView(props.row.id)"
>
<q-tooltip>รายละเอยดแผนพฒนาการปฏราชการรายบคคล</q-tooltip>
</q-btn></q-td
>
<q-td v-if="tab === 'COMPLETE'">
<q-checkbox
keep-color
@ -382,18 +394,7 @@ onMounted(() => {
{{ col.value ?? "-" }}
</div>
</q-td>
<q-td
><q-btn
flat
dense
round
color="info"
icon="mdi-eye-outline"
@click="onClickView(props.row.id)"
>
<q-tooltip>รายละเอยดแผนพฒนาการปฏราชการรายบคคล</q-tooltip>
</q-btn></q-td
>
</q-tr>
</template>
<template v-slot:pagination="scope">