แก้ไขคำ

This commit is contained in:
Warunee Tamkoo 2024-10-21 13:28:21 +07:00
parent 0aa737bcee
commit 076c5cfa6c
3 changed files with 16 additions and 7 deletions

View file

@ -139,7 +139,7 @@ defineExpose({
<q-btn
v-if="permission.isChangeState"
@click.prevent="onChangeState"
label="Next Step"
label="ดำเนินการต่อ"
color="primary"
/>
</div>
@ -198,7 +198,7 @@ defineExpose({
<div v-if="permission.isChangeState && state === index + 1">
<q-btn
@click.prevent="onChangeState"
label="Next Step"
label="ดำเนินการต่อ"
color="primary"
/>
</div>