From 02a08e911444f411632fab68d5a42779479ae277 Mon Sep 17 00:00:00 2001 From: HH Date: Sat, 11 Jun 2022 23:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=8E=BB=E6=8E=89=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E5=92=8C=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/goods/goods/add.html | 80 ++++++++--------- .../resources/templates/goods/goods/edit.html | 88 +++++++++---------- .../templates/goods/goods/goods.html | 32 +++---- 3 files changed, 100 insertions(+), 100 deletions(-) diff --git a/ghy-admin/src/main/resources/templates/goods/goods/add.html b/ghy-admin/src/main/resources/templates/goods/goods/add.html index c6d3feb7..b422af33 100644 --- a/ghy-admin/src/main/resources/templates/goods/goods/add.html +++ b/ghy-admin/src/main/resources/templates/goods/goods/add.html @@ -18,35 +18,35 @@ -
-
- -
- -
-
-
- -
-
-
- -
- -
-
-
-
-
- -
- -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -72,17 +72,17 @@
-
-
-
- -
- -
-
-
-
+ + + + + + + + + + +

其他信息

diff --git a/ghy-admin/src/main/resources/templates/goods/goods/edit.html b/ghy-admin/src/main/resources/templates/goods/goods/edit.html index 34b3fcd0..96bee0a0 100644 --- a/ghy-admin/src/main/resources/templates/goods/goods/edit.html +++ b/ghy-admin/src/main/resources/templates/goods/goods/edit.html @@ -23,38 +23,38 @@
-
-
- -
- -
-
-
- -
-
-
- -
- -
-
-
-
-
- -
- -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -80,18 +80,18 @@
-
-
-
- -
- -
-
-
-
+ + + + + + + + + + + +

其他信息

diff --git a/ghy-admin/src/main/resources/templates/goods/goods/goods.html b/ghy-admin/src/main/resources/templates/goods/goods/goods.html index 270a6d3f..9a60a86e 100644 --- a/ghy-admin/src/main/resources/templates/goods/goods/goods.html +++ b/ghy-admin/src/main/resources/templates/goods/goods/goods.html @@ -71,18 +71,18 @@ field: 'goodsName', title: '商品名称', align: "left" - }, { - field: 'goodsPrice', - title: '价格', - align: "left" - }, { - field: 'discountsPrice', - title: '优惠价', - align: "left" - }, { - field: 'groupPrice', - title: '团购价', - align: "left" + // }, { + // field: 'goodsPrice', + // title: '价格', + // align: "left" + // }, { + // field: 'discountsPrice', + // title: '优惠价', + // align: "left" + // }, { + // field: 'groupPrice', + // title: '团购价', + // align: "left" }, { field: 'goodsSort', title: '排序', @@ -98,10 +98,10 @@ field: 'goodsImgUrl', title: '图片', align: "left" - }, { - field: 'goodsNumber', - title: '商品库存', - align: "left" + // }, { + // field: 'goodsNumber', + // title: '商品库存', + // align: "left" }, { field: 'createTime', title: '创建时间',