รักษาการในตำแหน่ง เปลี่ยน ปุ่ม

This commit is contained in:
setthawutttty 2024-10-22 16:51:37 +07:00
parent 973dc01108
commit e0a2a2bc35

View file

@ -283,22 +283,26 @@ onMounted(() => {
</script>
<template>
<div class="toptitle text-dark col-12 row items-center">
กษาการในตำแหน
<q-space />
<q-btn
class="q-px-sm"
v-if="storeActing.isOfficer === true || storeActing.isStaff === true"
dense
:disable="storeActing.isStaff == true && storeActing.rootId == ''"
color="public"
label="ส่งไปออกคำสั่ง"
@click.prevent="modalCommand = true"
>
<q-tooltip>งไปออกคำส</q-tooltip>
</q-btn>
</div>
<div
class="toptitle text-dark col-12 row items-center"
style="margin-bottom: 0"
>
กษาการในตำแหน
<q-space />
<q-btn
class="q-px-sm"
v-if="storeActing.isOfficer === true || storeActing.isStaff === true"
dense
:disable="storeActing.isStaff == true && storeActing.rootId == ''"
flat
round
color="add"
icon="mdi-account-arrow-right"
@click.prevent="modalCommand = true"
>
<q-tooltip>งไปออกคำส</q-tooltip>
</q-btn>
</div>
<q-card style="height: 100%">
<q-card-section :horizontal="$q.screen.gt.sm">