แก้ไขคำ
This commit is contained in:
parent
0aa737bcee
commit
076c5cfa6c
3 changed files with 16 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue