Browse Source

按钮描述更改

feature/syp_points
zhangyongzhangyong 5 years ago
parent
commit
5c92602801
  1. 2
      src/views/modules/heart/actinfo-list.vue

2
src/views/modules/heart/actinfo-list.vue

@ -60,7 +60,7 @@
</div> </div>
<div> <div>
<el-button v-if="$hasPermission('heart:actinfo:pull')" type="text" size="small" @click="pullHandle(scope.row)">新闻发稿</el-button> <el-button v-if="$hasPermission('heart:actinfo:pull')" type="text" size="small" @click="pullHandle(scope.row)">新闻发稿</el-button>
<el-button v-if="$hasPermission('heart:actinfo:update')" type="text" size="small" @click="updateHandle(scope.row)">新闻编辑</el-button> <el-button v-if="$hasPermission('heart:actinfo:update')" type="text" size="small" @click="updateHandle(scope.row)">活动编辑</el-button>
</div> </div>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save