|
|
@ -90,7 +90,7 @@ |
|
|
|
align="center" |
|
|
|
width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="text" size="small" @click="handleIsTop(scope.row)" :disabled="(scope.row.noticeReleaseState=='0'?true:false)"> |
|
|
|
<el-button v-if="$hasPermission('news:notice:recommend')" type="text" size="small" @click="handleIsTop(scope.row)" :disabled="(scope.row.noticeReleaseState=='0'?true:false)"> |
|
|
|
{{scope.row.topFlag=='0'?'推荐':'取消推荐'}} |
|
|
|
</el-button> |
|
|
|
<el-button type="text" size="small" @click="handleIsUpDown(scope.row)" :disabled="(scope.row.noticeReleaseState=='0'?true:false)"> |
|
|
|