The most important thing about the table component<el-table> tag :data="[data list] attribute"It’s used to render tabular data, which is important to remember.

The prop=”name” property in

is used to render content details

The type=”index” attribute directly specifies the column number, a fixed format on the document.

If the content is custom, such as the three added buttons below, use scope slots.

Type =”success” on the

tag is used to change the color of the button.