Browse Source

修改bug

bill 1 năm trước cách đây
mục cha
commit
199e945f5e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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),
   },