ตรวจสอบคุณสมบัติ รายละเอียดส่วนบุคคล - ประเมิน
This commit is contained in:
parent
eab7abb890
commit
6ebe44e821
8 changed files with 878 additions and 594 deletions
|
|
@ -24,10 +24,20 @@ const store = useEvaluateDetailStore();
|
|||
>
|
||||
</q-step>
|
||||
|
||||
<q-step :name="2" prefix="2" title="จัดเตรียมเอกสาร" :done="store.step > 2">
|
||||
<q-step
|
||||
:name="2"
|
||||
prefix="2"
|
||||
title="จัดเตรียมเอกสารเล่ม 1"
|
||||
:done="store.step > 2"
|
||||
>
|
||||
</q-step>
|
||||
|
||||
<q-step :name="3" prefix="3" title="ตรวจสอบเอกสาร" :done="store.step > 3">
|
||||
<q-step
|
||||
:name="3"
|
||||
prefix="3"
|
||||
title="ตรวจสอบเอกสารเล่ม 1"
|
||||
:done="store.step > 3"
|
||||
>
|
||||
</q-step>
|
||||
|
||||
<q-step
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue