From 5b1913482e62d6b58a1a197c51d73fa56f097497 Mon Sep 17 00:00:00 2001 From: kino <378907426@qq.com> Date: Tue, 19 Jan 2021 15:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/winery/domain/AppMerchant.java | 2 +- ruoyi-ui/src/views/goods/goods_main/index.vue | 5 ++++ ruoyi-ui/src/views/winery/merchant/index.vue | 24 +++++++++++++------ 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/hope-winery/src/main/java/com/ruoyi/winery/domain/AppMerchant.java b/hope-winery/src/main/java/com/ruoyi/winery/domain/AppMerchant.java index b5b37d7bf..5f7f99531 100644 --- a/hope-winery/src/main/java/com/ruoyi/winery/domain/AppMerchant.java +++ b/hope-winery/src/main/java/com/ruoyi/winery/domain/AppMerchant.java @@ -33,7 +33,7 @@ private static final long serialVersionUID=1L; /** ID */ - @TableId(value = "id") + @TableId(value = "id", type = IdType.ASSIGN_UUID) private String id; /** 商户名称 */ diff --git a/ruoyi-ui/src/views/goods/goods_main/index.vue b/ruoyi-ui/src/views/goods/goods_main/index.vue index ad804a015..74f7b235e 100644 --- a/ruoyi-ui/src/views/goods/goods_main/index.vue +++ b/ruoyi-ui/src/views/goods/goods_main/index.vue @@ -152,6 +152,9 @@ + + + @@ -257,6 +260,7 @@ export default { goodsDesc: undefined, goodsFaceImg: undefined, goodsImg: undefined, + goodsPrice: undefined, state: undefined }, // 表单参数 @@ -328,6 +332,7 @@ export default { goodsDesc: undefined, goodsFaceImg: undefined, goodsImg: undefined, + goodsPrice: undefined, createBy: undefined, createTime: undefined, updateBy: undefined, diff --git a/ruoyi-ui/src/views/winery/merchant/index.vue b/ruoyi-ui/src/views/winery/merchant/index.vue index 74e8979a7..236b83b64 100644 --- a/ruoyi-ui/src/views/winery/merchant/index.vue +++ b/ruoyi-ui/src/views/winery/merchant/index.vue @@ -90,8 +90,12 @@ - - + + + +