api เครื่องราช ส่วนจัดการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-27 11:18:12 +07:00
parent 5a0bf37501
commit b15dd6205f
6 changed files with 94 additions and 46 deletions

View file

@ -816,7 +816,6 @@ const clickShowWarn = () => {
/>
<q-th v-else></q-th>
</q-tr>
</template>
<template v-slot:body="props">
<q-tr
@ -859,16 +858,14 @@ const clickShowWarn = () => {
</q-td>
<q-td key="note" class="text-center">
<q-btn
v-if="props.rowIndex == 2"
v-if="props.row.reason"
icon="mdi-information-outline"
size="12px"
color="blue"
flat
round
dense
@click.stop="
clickShowreson(props.row.name, 'จะได้เลื่อนเงินเดือน')
"
@click.stop="clickShowreson(props.row.name, props.row.reason)"
>
<q-tooltip>หมายเหต</q-tooltip>
</q-btn>