Merge branch 'develop' into dev
This commit is contained in:
commit
831064470f
1 changed files with 12 additions and 4 deletions
|
|
@ -474,14 +474,18 @@ onMounted(async () => {
|
|||
:class="
|
||||
classInput(
|
||||
isReadOnly ||
|
||||
(typeEmp === 'employee' && !isStaff && !isDeputy) ||
|
||||
(typeEmp === 'employee' &&
|
||||
!isStaff &&
|
||||
!workflowRef?.permission.isUpdate) ||
|
||||
(typeEmp !== 'employee' &&
|
||||
!workflowRef?.permission.isUpdate)
|
||||
)
|
||||
"
|
||||
:readonly="
|
||||
isReadOnly ||
|
||||
(typeEmp === 'employee' && !isStaff && !isDeputy) ||
|
||||
(typeEmp === 'employee' &&
|
||||
!isStaff &&
|
||||
!workflowRef?.permission.isUpdate) ||
|
||||
(typeEmp !== 'employee' &&
|
||||
!workflowRef?.permission.isUpdate)
|
||||
"
|
||||
|
|
@ -519,14 +523,18 @@ onMounted(async () => {
|
|||
:class="
|
||||
classInput(
|
||||
isReadOnly ||
|
||||
(typeEmp === 'employee' && !isStaff && !isDeputy) ||
|
||||
(typeEmp === 'employee' &&
|
||||
!isStaff &&
|
||||
!workflowRef?.permission.isUpdate) ||
|
||||
(typeEmp !== 'employee' &&
|
||||
!workflowRef?.permission.isUpdate)
|
||||
)
|
||||
"
|
||||
:readonly="
|
||||
isReadOnly ||
|
||||
(typeEmp === 'employee' && !isStaff && !isDeputy) ||
|
||||
(typeEmp === 'employee' &&
|
||||
!isStaff &&
|
||||
!workflowRef?.permission.isUpdate) ||
|
||||
(typeEmp !== 'employee' &&
|
||||
!workflowRef?.permission.isUpdate)
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue