Parcourir la source

Update shopList.vue

lex il y a 8 mois
Parent
commit
8fa3774a7a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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