From 7357620bf8d9dfa874ecc5e8af7aa04d2add7bee Mon Sep 17 00:00:00 2001 From: "kuang.yifei@iwhalecloud.com" Date: Tue, 2 Aug 2022 10:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=90=AF=E5=8A=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=98=AF=E7=94=9F=E4=BA=A7/=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=B1=BB=E7=9B=AE=E4=B8=BA=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ghy-admin/src/main/resources/application.yaml | 2 +- .../src/main/resources/templates/goods/category/category.html | 1 + .../resources/templates/goods/deptcategory/deptcategory.html | 1 + .../templates/goods/deptcategory/deptservecategory.html | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ghy-admin/src/main/resources/application.yaml b/ghy-admin/src/main/resources/application.yaml index 2681e883..4681e8ec 100644 --- a/ghy-admin/src/main/resources/application.yaml +++ b/ghy-admin/src/main/resources/application.yaml @@ -59,7 +59,7 @@ spring: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss profiles: - active: dev + active: druid # 文件上传 servlet: multipart: diff --git a/ghy-admin/src/main/resources/templates/goods/category/category.html b/ghy-admin/src/main/resources/templates/goods/category/category.html index 3eaa4c8c..1ed56c8b 100644 --- a/ghy-admin/src/main/resources/templates/goods/category/category.html +++ b/ghy-admin/src/main/resources/templates/goods/category/category.html @@ -65,6 +65,7 @@ updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove/{id}", modalName: "类目", + expandAll: false, columns: [{ field: 'selectItem', radio: true diff --git a/ghy-admin/src/main/resources/templates/goods/deptcategory/deptcategory.html b/ghy-admin/src/main/resources/templates/goods/deptcategory/deptcategory.html index 07eb9c15..63129401 100644 --- a/ghy-admin/src/main/resources/templates/goods/deptcategory/deptcategory.html +++ b/ghy-admin/src/main/resources/templates/goods/deptcategory/deptcategory.html @@ -63,6 +63,7 @@ updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove/{id}", modalName: "类目", + expandAll: false, columns: [{ field: 'selectItem', radio: true diff --git a/ghy-admin/src/main/resources/templates/goods/deptcategory/deptservecategory.html b/ghy-admin/src/main/resources/templates/goods/deptcategory/deptservecategory.html index 745cf237..7f345e76 100644 --- a/ghy-admin/src/main/resources/templates/goods/deptcategory/deptservecategory.html +++ b/ghy-admin/src/main/resources/templates/goods/deptcategory/deptservecategory.html @@ -63,6 +63,7 @@ updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove/{id}", modalName: "类目", + expandAll: false, columns: [{ field: 'selectItem', radio: true