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"
|
||||
:bottom="true"
|
||||
:editBtn="false"
|
||||
:boss="status == 'register' || status == 'rejectRegister'"
|
||||
:editData="status == 'register' || status == 'rejectRegister'"
|
||||
name="ประวัติการทำงาน (ตั้งแต่เริ่มปฏิบัติงานกับกรุงเทพมหานคร - ปัจจุบัน)"
|
||||
icon="mdi-briefcase"
|
||||
|
|
@ -34,7 +35,7 @@
|
|||
{{ col.value }}
|
||||
</div>
|
||||
</q-td>
|
||||
<q-td auto-width v-if="status == 'startDate' || status == 'endDate'">
|
||||
<q-td auto-width v-if="status == 'register' || status == 'rejectRegister'">
|
||||
<q-btn
|
||||
color="red"
|
||||
flat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue