1. The layout is as follows
2. The problem is that click to view the order
1. If you check the order route and put it in the children of "Commodity Evaluation", add the is-active style of < router-view/ > [Commodity Evaluation] to the is-active style of "Commodity Evaluation". The problem is that the content of the details page is newly added to the comment list
2 if you check the order route and do not put it in the [Commodity Evaluation] children, add < router-view/ > x to the commodity evaluation content, the content of the details page has opened a new page, but the is-active style is not available
.I try to use vuex to control the display and hiding of evaluation pages and details pages, but this method is too troublesome and not perfect to ask for advice