Browse Source

修改bug

bill 1 year ago
parent
commit
199e945f5e
1 changed files with 1 additions and 1 deletions
  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),
   },