refactor: 机器终端操作优化

This commit is contained in:
meilin.huang
2024-02-23 22:53:17 +08:00
parent 878985f7c5
commit 7e7f02b502
21 changed files with 335 additions and 193 deletions

View File

@@ -109,7 +109,7 @@ const toPage = (item: any) => {
break;
}
case 'machineNum': {
router.push('/machine/machines');
router.push('/machine/machines-op');
break;
}
case 'dbNum': {