element ui 按钮显示

<el-tooltip class="item" effect="dark" content="删除" placement="bottom">
              <el-button @click="delUser([scope.row.id])" size="small" type="danger" :disabled="scope.row.userName == 'adminCenter'" icon="el-icon-delete" circle></el-button>
            </el-tooltip>

  

posted @ 2020-09-30 10:21  宸泽岚  阅读(1246)  评论(0编辑  收藏  举报