ผังบัญชีค่าจ้างลูกจ้างประจำ => ปรับ field date

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-28 15:14:34 +07:00
parent a2a4d2892d
commit e9ee7e7f40
5 changed files with 114 additions and 6 deletions

View file

@ -127,6 +127,8 @@ watch(
() => {
if (modal.value && props.isStatusEdit) {
fetchSalaryDetail(props.data.id);
} else {
isReadonly.value = false;
}
}
);