command edit salary

This commit is contained in:
Warunee Tamkoo 2024-11-05 09:48:04 +07:00
parent c1cd1989ca
commit f9145f9ee1

View file

@ -52,7 +52,16 @@ const chechCommandCode = computed(() => {
"C-PM-02",
"C-PM-03",
"C-PM-04",
"C-PM-05",
"C-PM-07",
"C-PM-08",
"C-PM-09",
"C-PM-21",
"C-PM-22",
"C-PM-24",
"C-PM-29",
"C-PM-38",
"C-PM-39",
];
if (listCommandCode.includes(props.commandCode)) {
return true;