เพิ่มคำสั่งแต่งตั้ง เลื่อน ย้ายจากราชกิจจาฯ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-07-18 11:57:30 +07:00
parent db8046efdb
commit fa13be0a3e
10 changed files with 217 additions and 117 deletions

View file

@ -25,7 +25,11 @@ export const useCommandListStore = defineStore("commandListStore", () => {
sortable: false,
field: "commandNo",
format(val, row) {
return val ? `${val}/${row.commandYear + 543}` : "-";
return val
? row.commandType !== "C-PM-47"
? `${val}/${row.commandYear + 543}`
: `${val}`
: "-";
},
headerStyle: "font-size: 14px",
style: "font-size: 14px",