bill 8 months ago
parent
commit
c5633acfc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/path/list.vue

+ 1 - 1
src/components/path/list.vue

@@ -1,7 +1,7 @@
 <template>
   <template v-for="(path, index) in paths" :key="path.id">
     <Sign
-      v-if="getPathIsShow(path) && false"
+      v-if="getPathIsShow(path)"
       @delete="deletePath(path)"
       @updatePoints="(data) => updatePosition(index, data)"
       @updateLinePosition="(data) => updateLinePosition(index, data)"