From 1b27f47771b8e13b5e2f93c4c7c84b40ee6b830a Mon Sep 17 00:00:00 2001 From: Ching Date: Mon, 4 Oct 2021 20:40:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(daily=20recipe=20page):=20[A]=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=87=8D=E6=96=B0=E7=94=9F=E6=88=90=E6=AF=8F=E6=97=A5?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [A] 增加重新生成每日菜单接口 Signed-off-by: Ching --- .../src/components/daily_recipe_detail.vue | 37 +++++++++++++++++++ frontend/src/components/week_recipe.vue | 2 +- recipe/views.py | 5 +++ 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/daily_recipe_detail.vue b/frontend/src/components/daily_recipe_detail.vue index efd2311..d28fedc 100644 --- a/frontend/src/components/daily_recipe_detail.vue +++ b/frontend/src/components/daily_recipe_detail.vue @@ -37,6 +37,14 @@ + + 重新生成 + diff --git a/frontend/src/components/week_recipe.vue b/frontend/src/components/week_recipe.vue index 8802566..e0af898 100644 --- a/frontend/src/components/week_recipe.vue +++ b/frontend/src/components/week_recipe.vue @@ -41,7 +41,7 @@ > - +