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] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=97=85=E6=82=A3=E9=85=8D?= =?UTF-8?q?=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 }} 元 + + - - - - + + - - - - + + - - - - + + - +