lilei 1 year ago
parent
commit
cd3fa29594
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/numsGoodsShelves/shelfSet/set.vue

+ 1 - 1
src/views/numsGoodsShelves/shelfSet/set.vue

@@ -258,7 +258,7 @@ export default {
   },
   computed: {
     showTplBtn () {
-      return this.orginData.length > 0
+      return this.orginData.length == 0
     },
     columns () {
       const _this = this