no message

This commit is contained in:
Kittapath 2023-10-15 20:59:52 +07:00
parent 346e31999f
commit 37bc56befd

View file

@ -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