|
@@ -34,7 +34,6 @@
|
|
|
<template v-for="(pluginsItem,_index) of item.plugins" >
|
|
|
<span class="col-action"
|
|
|
:key="'plu'+_index"
|
|
|
- v-hasPermi="[pluginsItem.audit]"
|
|
|
v-if="showPlugin(pluginsItem,row)"
|
|
|
@click="pluginClick(pluginsItem,row)">
|
|
|
<i v-if="pluginsItem.icon" :class="pluginsItem.icon" ></i>
|