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