lyq vor 1 Jahr
Ursprung
Commit
ebe98a2367
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      event-ui/src/views/event/eventcatalogue/index.vue

+ 2 - 2
event-ui/src/views/event/eventcatalogue/index.vue

@@ -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>