如圖:想把前兩個(gè)刪除按鈕隱藏,但是最后一個(gè)不隱藏,頁(yè)面結(jié)構(gòu)如下怎么寫? <el-table-column label="操作" width="200%">
<template scope="scope">
<el-button size="small" @click="handleEdit(scope.$index, scope.row)">分配菜單</el-button>
<el-button size="small" type="danger" @click="handleDelete(scope.$index, scope.row)">刪除</el-button>
</template>
</el-table-column>
element怎么隱藏某一列中的一項(xiàng)按鈕?
喵喵時(shí)光機(jī)
2018-08-23 17:03:55