refactor: set readonly
This commit is contained in:
parent
2d4d0c7783
commit
48017761c2
4 changed files with 44 additions and 33 deletions
|
|
@ -2655,6 +2655,7 @@ const emptyCreateDialog = ref(false);
|
|||
v-model:current-id="currentFromDataEmployee.id"
|
||||
v-model="currentFromDataEmployee.file"
|
||||
hide-action
|
||||
:readonly="!employeeFormState.isEmployeeEdit"
|
||||
:group-list="uploadFileListEmployee"
|
||||
:menu="uploadFileListEmployee"
|
||||
:columns="columnsAttachment"
|
||||
|
|
@ -4091,6 +4092,7 @@ const emptyCreateDialog = ref(false);
|
|||
v-model:current-id="currentFromDataEmployee.id"
|
||||
v-model="currentFromDataEmployee.file"
|
||||
hide-action
|
||||
:readonly="!employeeFormState.isEmployeeEdit"
|
||||
:group-list="uploadFileListEmployee"
|
||||
:menu="uploadFileListEmployee"
|
||||
:columns="columnsAttachment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue