In the Table form of vue, the details page pops up when you click.

1. I use vue+element-ui "s Table form to lay out the layout. Now there is a need to pop up a pop-up page when clicking on the data, that is, to make a pop-up window. I first want to do it through routing, but I don"t have any ideas. I"ve intercepted the picture below. Please give us some advice

.

clipboard.png

clipboard.png

Mar.06,2021

only displays the details of the current piece of data, it is best not to use routing.
because if routing is used, it will be troublesome when the user clicks one and wants to close or click another.
it is recommended to use v-show to switch the pop-up window for details. As for the specific logic, try it slowly, it should not be difficult.


later found element-UI 's Dialog dialog box to solve

Menu