ui ออกคำสั่ง
This commit is contained in:
parent
d04ddebcfc
commit
a8026c75f5
7 changed files with 277 additions and 54 deletions
|
|
@ -10,5 +10,7 @@ export default {
|
|||
commandAction: (commandId: string, type: string) =>
|
||||
`${command}/${type}/${commandId}`,
|
||||
|
||||
commandSalaryList:(command:string)=>`${commandSalary}/list?commandSysId=${command}`
|
||||
commandSalaryList:(command:string)=>`${commandSalary}/list?commandSysId=${command}`,
|
||||
commandSwap:(tab:string,direction:string,commandReciveId:string)=>`${command}/${tab}/swap/${direction}/${commandReciveId}`,
|
||||
commandEditRecive:(tab:string,commandReciveId:string)=>`${command}/${tab}/recive/${commandReciveId}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue