fix order รายชื่อผู้เกษียณอายุราชการ
This commit is contained in:
parent
33b185d6d3
commit
2c1aecc01b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ const columns = computed(() => [
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
format(val: number, row: RetirementList) {
|
format(val: number, row: RetirementList) {
|
||||||
return val === 0 ? "ว่าง" : val;
|
return val === 0 ? "" : val;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue