แก้ไข step ประเมินบุคคล

This commit is contained in:
Warunee Tamkoo 2024-01-17 12:28:52 +07:00
parent f67c32209e
commit 0920a5e2b4
4 changed files with 7 additions and 7 deletions

View file

@ -71,7 +71,7 @@ const store = useEvaluateDetailStore();
<q-step
:name="7"
prefix="7"
title="รอพิจารณาผลการประเมิน 2"
title="ตรวจสอบความถูกต้องของเอกสารเล่ม 2"
:done="store.step >= 7"
:disable="store.currentStep < 7"
>
@ -80,7 +80,7 @@ const store = useEvaluateDetailStore();
<q-step
:name="8"
prefix="8"
title="ตรวจสอบความถูกต้องของเอกสารเล่ม 2"
title="รอพิจารณาผลการประเมิน"
:done="store.step >= 8"
:disable="store.currentStep < 8"
>