diff --git a/app/admin/view/distribution/distribution_level/edit_default.html b/app/admin/view/distribution/distribution_level/edit_default.html index 5b9cef2a..8379fa05 100644 --- a/app/admin/view/distribution/distribution_level/edit_default.html +++ b/app/admin/view/distribution/distribution_level/edit_default.html @@ -44,7 +44,7 @@
- +
@@ -53,7 +53,7 @@
- +
diff --git a/app/admin/view/distribution/distribution_level/index.html b/app/admin/view/distribution/distribution_level/index.html index 1fdeaf75..7d239807 100644 --- a/app/admin/view/distribution/distribution_level/index.html +++ b/app/admin/view/distribution/distribution_level/index.html @@ -18,9 +18,9 @@
-
- 添加分销等级 -
+ + +
@@ -52,10 +52,10 @@ ,method: 'post' ,page: false //开启分页 ,cols: [[ //表头 - {field: 'weights_desc', title: '等级级别', width:150} + // {field: 'weights_desc', title: '等级级别', width:150} ,{field: 'name', title: '等级名称', width:150} - ,{field: 'first_ratio', title: '一级佣金比例', width:150} - ,{field: 'second_ratio', title: '二级佣金比例', width: 150} + ,{field: 'first_ratio', title: '平台比例', width:150} + ,{field: 'second_ratio', title: '分销会员比例', width: 150} ,{field: 'members_num', title: '分销会员数', width: 150} ,{title: '操作', toolbar: '#operate'} ]] , text: {none: '暂无数据!'}