แก้หัว popup

This commit is contained in:
setthawutttty 2025-07-22 15:00:01 +07:00
parent 7834db2fbe
commit 14da947953
4 changed files with 18 additions and 4 deletions

View file

@ -308,7 +308,7 @@ onMounted(async () => {
color="primary"
icon="mdi-account-arrow-right"
>
<q-tooltip>งไปออกคำสงลาออก</q-tooltip>
<q-tooltip>{{ `ส่งไปออกคำสั่ง${stroeResign.mainTabs == '2'?"ยกเลิกการ":''}ลาออก` }}</q-tooltip>
</q-btn>
</div>
<q-space />
@ -432,6 +432,7 @@ onMounted(async () => {
:rows="rowsSendToCommand"
:fecth-list="fecthlist"
:main-tabs="stroeResign.mainTabs"
:cancel="stroeResign.mainTabs == '2' ? true : false"
/>
</template>
<style scoped lang="scss"></style>