贺智杰 hace 5 días
padre
commit
d2961e552b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      traceCodePackages/traceabilityReport/pages/index.vue

+ 1 - 1
traceCodePackages/traceabilityReport/pages/index.vue

@@ -76,7 +76,7 @@ export default {
   },
   computed: {
     hasFunction() {
-      return this.hasScanFunction || this.hasReportFunction || this.hasBlacklistFunction
+      return this.hasScanFunction || this.hasReportFunction || this.hasBlacklistFunction || this.hasGanmaolingFunction
     }
   },
   methods: {