This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-25 10:43:31 +07:00
parent d457a7694e
commit 51d362c368

View file

@ -69,7 +69,7 @@ export function calculateAge(birthDate: Date | null) {
*/
export function getColumnLabel(col: any, isAct: boolean) {
if (col.name === "posNo" && isAct) {
return "เลขที่ตำแหน่ง (รักษาการแทน)";
return `${col.label} (รักษาการแทน)`;
}
return col.label;
}