修改前端

This commit is contained in:
2026-04-13 12:08:28 +08:00
parent d4b7db89ab
commit cfcc86e0cf
5 changed files with 35 additions and 8 deletions
@@ -49,7 +49,7 @@ const normalClass = "rounded-md px-3 py-2 text-sm font-medium text-gray-600 tran
const navItems = computed(() => [
{ label: t("appname.home"), to: "/" },
{ label: t("appname.schedule"), to: "/schedule" },
// { label: t("appname.purchase"), to: "/purchase" },
{ label: t("appname.purchase"), to: "/purchase" },
// { label: t("appname.warehouse"), to: "/warehouse" },
]);
</script>