From e30855349091d055cd12c3b821f42a92a7c394c5 Mon Sep 17 00:00:00 2001 From: Ching Date: Thu, 7 Oct 2021 13:00:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(recipe=20edit=20page=20):=20[A]=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E7=BC=96=E8=BE=91=E8=8F=9C=E8=B0=B1?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [A] 增加了编辑菜谱页面 Signed-off-by: Ching --- .../components/recipe-mobile/recipe-edit.vue | 131 +++++++++++++++ .../components/recipe-mobile/recipe-list.vue | 11 +- .../components/recipe-mobile/week-recipe.vue | 156 ++++++++++++++++++ frontend/src/router/index.js | 6 + frontend/src/views/recipe-mobile/Home.vue | 5 +- .../src/views/recipe-mobile/RecipeCreate.vue | 105 +----------- .../src/views/recipe-mobile/RecipeDetail.vue | 28 ++++ .../src/views/recipe-mobile/WeekRecipe.vue | 123 +------------- 8 files changed, 342 insertions(+), 223 deletions(-) create mode 100644 frontend/src/components/recipe-mobile/recipe-edit.vue create mode 100644 frontend/src/components/recipe-mobile/week-recipe.vue create mode 100644 frontend/src/views/recipe-mobile/RecipeDetail.vue diff --git a/frontend/src/components/recipe-mobile/recipe-edit.vue b/frontend/src/components/recipe-mobile/recipe-edit.vue new file mode 100644 index 0000000..054d5f5 --- /dev/null +++ b/frontend/src/components/recipe-mobile/recipe-edit.vue @@ -0,0 +1,131 @@ + + + + diff --git a/frontend/src/components/recipe-mobile/recipe-list.vue b/frontend/src/components/recipe-mobile/recipe-list.vue index 1e58a24..0b6e018 100644 --- a/frontend/src/components/recipe-mobile/recipe-list.vue +++ b/frontend/src/components/recipe-mobile/recipe-list.vue @@ -6,7 +6,16 @@ @load="onLoad" class="recipe-list" > - +