瀏覽代碼

优化表格按钮

ymy 1 年之前
父節點
當前提交
1295c94412
共有 1 個文件被更改,包括 0 次插入1 次删除
  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>