Browse Source

Update shopList.vue

lex 8 months ago
parent
commit
8fa3774a7a
1 changed files with 1 additions and 1 deletions
  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