From a5b4cc6c182d33b830822fe151d2658a408faca4 Mon Sep 17 00:00:00 2001
From: czx <28353131@qq.com>
Date: Thu, 3 Dec 2020 09:39:43 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AF=8F=E5=91=A8?=
=?UTF-8?q?=E8=8F=9C=E8=B0=B1=E7=BF=BB=E9=A1=B5=E5=BC=82=E5=B8=B8bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/views/fantang/weekMenu/index.vue | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/ruoyi-ui/src/views/fantang/weekMenu/index.vue b/ruoyi-ui/src/views/fantang/weekMenu/index.vue
index aa478dec1..cd2e2ae0b 100644
--- a/ruoyi-ui/src/views/fantang/weekMenu/index.vue
+++ b/ruoyi-ui/src/views/fantang/weekMenu/index.vue
@@ -78,13 +78,13 @@
-
+
+
+
+
+
+
+
@@ -214,7 +214,7 @@
// 查询参数
queryParams: {
pageNum: 1,
- pageSize: 9,
+ pageSize: 50,
dinnerType: '',
weekday: '',
flag: null
From 4e447e3e390076a61bb748b1f4890b5714a545a2 Mon Sep 17 00:00:00 2001
From: czx <28353131@qq.com>
Date: Fri, 4 Dec 2020 17:41:42 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=97=85=E6=82=A3?=
=?UTF-8?q?=E9=85=8D=E9=A4=90=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../fantang/domain/FtFoodDemandDao.java | 6 +-
.../src/views/fantang/foodDemand/index.vue | 94 ++++++++++---------
2 files changed, 54 insertions(+), 46 deletions(-)
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/fantang/domain/FtFoodDemandDao.java b/ruoyi-system/src/main/java/com/ruoyi/system/fantang/domain/FtFoodDemandDao.java
index d39f28d9e..bf56e3372 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/fantang/domain/FtFoodDemandDao.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/fantang/domain/FtFoodDemandDao.java
@@ -74,7 +74,7 @@ public class FtFoodDemandDao implements Serializable {
* 加菜
*/
@Excel(name = "加菜")
- private Integer vegetables;
+ private Boolean vegetables;
/**
* 更新操作人 id
@@ -85,7 +85,7 @@ public class FtFoodDemandDao implements Serializable {
* 加肉
*/
@Excel(name = "加肉")
- private Integer meat;
+ private Boolean meat;
/**
* 更新来源
@@ -96,7 +96,7 @@ public class FtFoodDemandDao implements Serializable {
* 加饭
*/
@Excel(name = "加饭")
- private Integer rice;
+ private Boolean rice;
/**
* 加蛋
diff --git a/ruoyi-ui/src/views/fantang/foodDemand/index.vue b/ruoyi-ui/src/views/fantang/foodDemand/index.vue
index 922d7911b..8f530b7d1 100644
--- a/ruoyi-ui/src/views/fantang/foodDemand/index.vue
+++ b/ruoyi-ui/src/views/fantang/foodDemand/index.vue
@@ -136,40 +136,42 @@
-
+
+
+ {{ item.name }}
+
+ {{ item.price }} 元
+
+
-
-
-
-
+
+
-
-
-
-
+
+
-
-
-
-
+
+
-
+