|
|
@ -90,10 +90,10 @@ |
|
|
|
align="center" |
|
|
|
width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="text" size="small" @click="handleIsTop(scope.row)"> |
|
|
|
<el-button 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)"> |
|
|
|
<el-button type="text" size="small" @click="handleIsUpDown(scope.row)" :disabled="(scope.row.noticeReleaseState=='0'?true:false)"> |
|
|
|
{{scope.row.noticeUpDownState=='0'?'上架':'下架'}} |
|
|
|
</el-button> |
|
|
|
<el-button v-if="$hasPermission('news:notice:update')" |
|
|
|