fix: add 'employee' to readonly fields in PropertiesExpansion

This commit is contained in:
puriphatt 2025-01-17 13:47:20 +07:00
parent 6d43d4e796
commit 36fb52e27b

View file

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