暂时保留一个功能编译

This commit is contained in:
2026-04-08 11:28:12 +08:00
parent 852efaf77c
commit 0f1338248a
2 changed files with 5 additions and 5 deletions
@@ -49,8 +49,8 @@ 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.warehouse"), to: "/warehouse" },
// { label: t("appname.purchase"), to: "/purchase" },
// { label: t("appname.warehouse"), to: "/warehouse" },
]);
</script>
+3 -3
View File
@@ -8,9 +8,9 @@ const { t } = useI18n()
const userStore = useUserStore()
const features = computed(() => [
{ title: t('appname.schedule'), desc: '—' },
{ title: t('appname.purchase'), desc: '—' },
{ title: t('appname.warehouse'), desc: '—' },
// { title: t('appname.schedule'), desc: '—' },
// { title: t('appname.purchase'), desc: '—' },
// { title: t('appname.warehouse'), desc: '—' },
])
import { computed } from 'vue'