<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>