暂时保留一个功能编译
This commit is contained in:
@@ -49,8 +49,8 @@ const normalClass = "rounded-md px-3 py-2 text-sm font-medium text-gray-600 tran
|
|||||||
const navItems = computed(() => [
|
const navItems = computed(() => [
|
||||||
{ label: t("appname.home"), to: "/" },
|
{ label: t("appname.home"), to: "/" },
|
||||||
{ label: t("appname.schedule"), to: "/schedule" },
|
{ label: t("appname.schedule"), to: "/schedule" },
|
||||||
{ label: t("appname.purchase"), to: "/purchase" },
|
// { label: t("appname.purchase"), to: "/purchase" },
|
||||||
{ label: t("appname.warehouse"), to: "/warehouse" },
|
// { label: t("appname.warehouse"), to: "/warehouse" },
|
||||||
]);
|
]);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ const { t } = useI18n()
|
|||||||
const userStore = useUserStore()
|
const userStore = useUserStore()
|
||||||
|
|
||||||
const features = computed(() => [
|
const features = computed(() => [
|
||||||
{ title: t('appname.schedule'), desc: '—' },
|
// { title: t('appname.schedule'), desc: '—' },
|
||||||
{ title: t('appname.purchase'), desc: '—' },
|
// { title: t('appname.purchase'), desc: '—' },
|
||||||
{ title: t('appname.warehouse'), desc: '—' },
|
// { title: t('appname.warehouse'), desc: '—' },
|
||||||
])
|
])
|
||||||
|
|
||||||
import { computed } from 'vue'
|
import { computed } from 'vue'
|
||||||
|
|||||||
Reference in New Issue
Block a user