fix
This commit is contained in:
parent
6f1318b55c
commit
c95c4e9e8f
14 changed files with 363 additions and 229 deletions
|
|
@ -14,8 +14,8 @@
|
|||
:addData="false"
|
||||
:bottom="true"
|
||||
:editBtn="false"
|
||||
:boss="status == 'register' || status == 'rejectRegister'"
|
||||
:editData="status == 'register' || status == 'rejectRegister'"
|
||||
:boss="isStatusRegister"
|
||||
:editData="isStatusRegister"
|
||||
name="ประวัติการทำงาน (ตั้งแต่เริ่มปฏิบัติงานกับกรุงเทพมหานคร - ปัจจุบัน)"
|
||||
icon="mdi-briefcase"
|
||||
:is-showfilter="false"
|
||||
|
|
@ -247,7 +247,7 @@
|
|||
:validate="validateData"
|
||||
:clickNext="clickNext"
|
||||
:clickPrevious="clickPrevious"
|
||||
:editData="status == 'register' || status == 'rejectRegister'"
|
||||
:editData="isStatusRegister"
|
||||
v-model:editvisible="edit"
|
||||
v-model:next="next"
|
||||
v-model:previous="previous"
|
||||
|
|
@ -281,6 +281,10 @@ const props = defineProps({
|
|||
status: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
isStatusRegister: {
|
||||
type: Boolean,
|
||||
required: true
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue