no message
This commit is contained in:
parent
346e31999f
commit
37bc56befd
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
:addData="false"
|
:addData="false"
|
||||||
:bottom="true"
|
:bottom="true"
|
||||||
:editBtn="false"
|
:editBtn="false"
|
||||||
|
:boss="status == 'register' || status == 'rejectRegister'"
|
||||||
:editData="status == 'register' || status == 'rejectRegister'"
|
:editData="status == 'register' || status == 'rejectRegister'"
|
||||||
name="ประวัติการทำงาน (ตั้งแต่เริ่มปฏิบัติงานกับกรุงเทพมหานคร - ปัจจุบัน)"
|
name="ประวัติการทำงาน (ตั้งแต่เริ่มปฏิบัติงานกับกรุงเทพมหานคร - ปัจจุบัน)"
|
||||||
icon="mdi-briefcase"
|
icon="mdi-briefcase"
|
||||||
|
|
@ -34,7 +35,7 @@
|
||||||
{{ col.value }}
|
{{ col.value }}
|
||||||
</div>
|
</div>
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td auto-width v-if="status == 'startDate' || status == 'endDate'">
|
<q-td auto-width v-if="status == 'register' || status == 'rejectRegister'">
|
||||||
<q-btn
|
<q-btn
|
||||||
color="red"
|
color="red"
|
||||||
flat
|
flat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue