Explorar o código

Update shopList.vue

lex hai 1 ano
pai
achega
8fa3774a7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/businessManager/shopManager/shopList.vue

+ 1 - 1
src/views/businessManager/shopManager/shopList.vue

@@ -458,7 +458,7 @@
               >
 
               <el-button
-                v-if="permission('goods/copyGoods')"
+                v-if="permission('goods/copyGoods') && scope.row.groupGoods"
                 @click="onShopOperation('copy', scope.row)"
                 type="text"
                 >复制</el-button