소스 검색

修改bug

bill 1 년 전
부모
커밋
199e945f5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/roads/index.vue

+ 1 - 1
src/views/roads/index.vue

@@ -141,7 +141,7 @@ const menus = computed(() => [
   {
     key: "tabulation",
     icon: "tabulation",
-    hide: currentType.value === TypeEnum.Table,
+    // hide: currentType.value === TypeEnum.Table,
     text: "制表",
     onClick: () => gotoDraw(active.value, true),
   },