no message

This commit is contained in:
setthawutttty 2023-08-22 09:15:41 +07:00
parent fed801820f
commit 6f9edd1545
4 changed files with 26 additions and 5 deletions

View file

@ -105,6 +105,7 @@ const fecthlistappointment = async () => {
positionNumber: e.positionNumber,
positionPath: e.positionPath,
status: status(e.status),
birthday: e.dateOfBirth == null ? "-" : date2Thai(e.dateOfBirth),
}));
// console.log(rows.value);
@ -474,6 +475,7 @@ const status = (val: string) => {
</q-td>
<q-td auto-width>
<q-btn
v-if="props.row.status !== 'ส่งรายชื่อไปออกคำสั่ง' && props.row.status !== 'ออกคำสั่งแล้ว'"
icon="mdi-dots-vertical"
size="12px"
color="grey-7"