This commit is contained in:
2024-10-16 09:55:22 +08:00
parent 9fc6f013cc
commit 9699e90ab3
21 changed files with 1621 additions and 829 deletions

View File

@@ -283,7 +283,7 @@ export default {
},
// 返回
returnOrderManage() {
this.$router.push({path: '/order/base/order-manage'})
this.$router.go(-1);
}
}
}
@@ -340,4 +340,4 @@ export default {
vertical-align: bottom;
}
}
</style>
</style>