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 f43bd9ad..f7a7044a 100644 --- a/ghy-admin/src/main/resources/templates/goods/deptcategory/deptcategory.html +++ b/ghy-admin/src/main/resources/templates/goods/deptcategory/deptcategory.html @@ -87,11 +87,38 @@ title: '三级分销扣点', align: "left" }, - // { - // field: 'categorySort', - // title: '排序', - // align: "left" - // }, + { + field: 'deptRate', + title: '平台扣点比例', + align: "left" + }, + { + field: 'deptMoney', + title: '平台固定扣金额', + align: "left" + }, + { + field: 'retainRate', + title: '截留扣点', + align: "left" + }, + { + field: 'retainMoney', + title: '截留金额', + align: "left" + }, + { + field: 'isHot', + title: '是否热门类目', + align: "left", + formatter: function (value) { + if (value === 1){ + return "是"; + }else { + return "否"; + } + } + }, { field: 'status', title: '状态', diff --git a/ghy-admin/src/main/resources/templates/goods/deptcategory/edit.html b/ghy-admin/src/main/resources/templates/goods/deptcategory/edit.html index 31513980..139f5fcc 100644 --- a/ghy-admin/src/main/resources/templates/goods/deptcategory/edit.html +++ b/ghy-admin/src/main/resources/templates/goods/deptcategory/edit.html @@ -11,13 +11,13 @@