1. 程式人生 > 其它 >作用域插槽

作用域插槽

技術標籤:Vue

表單資料操作使用場景

<el-table-column label="操作">
    <template v-slot="scope">
		{{  scope.row }} 表示當前行資料
    </template>
</el-table-column>

在這裡插入圖片描述