ui command tab 2/3/5

This commit is contained in:
STW_TTTY\stwtt 2024-09-24 10:50:42 +07:00
parent fc9f22ba2b
commit df4cb61671
6 changed files with 396 additions and 62 deletions

View file

@ -10,5 +10,5 @@ export default {
commandAction: (commandId: string, type: string) =>
`${command}/${type}/${commandId}`,
commandSalaryList:(command:string)=>`${commandSalary}/list&commandSysId=${command}`
commandSalaryList:(command:string)=>`${commandSalary}/list?commandSysId=${command}`
};