Browse Source

Item grouping function / 项目分组功能

star7th 4 years ago
parent
commit
9ec0b434a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web_src/src/components/item/Index.vue

+ 1 - 1
web_src/src/components/item/Index.vue

@@ -202,7 +202,7 @@
               </router-link>
             </li>
           </draggable>
-          <li class="text-center">
+          <li class="text-center" v-if="itemGroupId <= 0">
             <router-link class="thumbnail item-thumbnail" to="/item/add" title>
               <p class="my-item">
                 {{ $t('new_item') }}