Browse Source

活动管理功能增加

master
李鹏飞 6 years ago
parent
commit
c9341e7c83
  1. 11
      src/views/modules/custom/evaluateinfo.vue

11
src/views/modules/custom/evaluateinfo.vue

@ -72,12 +72,11 @@
</template>
</el-table-column>
<el-table-column prop="content" label="评价内容" header-align="center" align="center"></el-table-column>
<!-- <el-table-column :label="$t('handle')" fixed="right" header-align="center" align="center" width="150">-->
<!-- <template slot-scope="scope">-->
<!-- <el-button v-if="$hasPermission('custom:evaluateinfo:update')" type="text" size="small" @click="addOrUpdateHandle(scope.row.id)">{{ $t('update') }}</el-button>-->
<!-- <el-button v-if="$hasPermission('custom:evaluateinfo:delete')" type="text" size="small" @click="deleteHandle(scope.row.id)">{{ $t('delete') }}</el-button>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column :label="$t('handle')" fixed="right" header-align="center" align="center" width="60">
<template slot-scope="scope">
<el-button v-if="$hasPermission('custom:evaluateinfo:delete')" type="text" size="small" @click="deleteHandle(scope.row.id)">{{ $t('delete') }}</el-button>
</template>
</el-table-column>
</el-table>
<el-pagination
:current-page="page"

Loading…
Cancel
Save