fix
This commit is contained in:
parent
d457a7694e
commit
51d362c368
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue