|
@@ -80,10 +80,10 @@
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" icon="el-icon-view" @click="handleDetail(scope.row)"
|
|
|
- v-hasPermi="['eventcatalogue:eventcatalogue:edit']">详情
|
|
|
+ v-hasPermi="['eventcatalogue:eventcatalogue:query']">详情
|
|
|
</el-button>
|
|
|
<el-button size="mini" type="text" icon="el-icon-document" @click="handleEventLog(scope.row)"
|
|
|
- v-hasPermi="['eventcatalogue:eventcatalogue:edit']">事件日志
|
|
|
+ v-hasPermi="['eventcatalogue:eventcatalogue:query']">事件日志
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|