feat(ui): separate items and recipes into distinct views

Extract recipe list from ItemsList into a dedicated RecipeList view
Update navigation menu and routing for the new recipes page
This commit is contained in:
2026-04-30 14:31:25 +08:00
parent 0e8b7bc7af
commit 47b9b25032
5 changed files with 102 additions and 35 deletions

View File

@@ -50,7 +50,7 @@ onMounted(async () => {
<EditMeta :entity="recipe" />
</template>
<template #actions>
<RouterLink class="ui-button ui-button--blue ui-button--small" to="/items">返回列表</RouterLink>
<RouterLink class="ui-button ui-button--blue ui-button--small" to="/recipes">返回列表</RouterLink>
</template>
</PageHeader>