fix: add 'employee' to readonly fields in PropertiesExpansion
This commit is contained in:
parent
6d43d4e796
commit
36fb52e27b
1 changed files with 7 additions and 1 deletions
|
|
@ -35,7 +35,13 @@ const props = withDefaults(
|
|||
},
|
||||
);
|
||||
|
||||
const readonlyField = ['quotationNo', 'contactPerson', 'telephone', 'employer'];
|
||||
const readonlyField = [
|
||||
'quotationNo',
|
||||
'contactPerson',
|
||||
'telephone',
|
||||
'employer',
|
||||
'employee',
|
||||
];
|
||||
|
||||
const formRemark = ref<string>('');
|
||||
const formData = ref<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue