Przeglądaj źródła

优化表格按钮

ymy 1 rok temu
rodzic
commit
1295c94412
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/benyun/components/byTable/byTable.vue

+ 0 - 1
src/benyun/components/byTable/byTable.vue

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