@@ -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),
},