浏览代码

修改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),
   },