WIN-2308041133\Administrator 1 bulan lalu
induk
melakukan
4e0da64483

+ 9 - 9
app/admin/view/user/user_dealer_level/index.php

@@ -91,16 +91,16 @@
     // 加载列表
     layList.tableList('List',"{:Url('get_list')}",function (){
         return [
-            {field: 'id', title: '编号', sort: true, event:'id', width:'6%', align:"center"},
-            {field: 'icon', title: '等级图标', templet:'#icon', align:"center", width:'8%'},
-            {field: 'name', title: '等级名称', edit:'name', width:'10%', align:"center"},
+            {field: 'id', title: '编号', sort: true, event:'id', width:'5%', align:"center"},
+            {field: 'icon', title: '等级图标', templet:'#icon', align:"center", width:'6%'},
+            {field: 'name', title: '等级名称', edit:'name', align:"center"},
             {field: 'grade', title: '等级排序', edit:'grade', width:'6%', align:"center"},
-            {field: 'discount', title: '进货折扣(%)', edit:'discount', width:'8%', align:"center"},
-            {field: 'commission_rate', title: '佣金比例(%)', edit:'commission_rate', width:'8%', align:"center"},
-            {field: 'can_see_special', title: '特供规格', templet:'#can_see_special', width:'8%', align:"center"},
-            {field: 'is_show', title: '是否显示', templet:'#is_show', width:'8%', align:"center"},
-            {field: 'add_time', title: '添加时间', align:"center", width:'12%'},
-            {field: 'right', title: '操作', align:'center', toolbar:'#act', width:'8%'},
+            {field: 'discount', title: '进货折扣(%)', edit:'discount', align:"center"},
+            {field: 'commission_rate', title: '佣金比例(%)', edit:'commission_rate', align:"center"},
+            {field: 'can_see_special', title: '特供规格', templet:'#can_see_special', align:"center"},
+            {field: 'is_show', title: '是否显示', templet:'#is_show', width:'7%', align:"center"},
+            {field: 'add_time', title: '添加时间', align:"center"},
+            {field: 'right', title: '操作', align:'center', toolbar:'#act', width:'7%'},
         ];
     });
     // 自定义方法:快速编辑字段

+ 7 - 7
app/admin/view/user/user_dealer_level/user_dealer_list.php

@@ -66,14 +66,14 @@
     // 加载列表
     layList.tableList('List',"{:Url('get_user_dealer_list')}",function (){
         return [
-            {field: 'id', title: '编号', sort: true, event:'id', width:'6%', align:"center"},
-            {field: 'uid', title: '用户ID', width:'8%', align:"center"},
-            {field: 'nickname', title: '用户昵称', width:'12%', align:"center"},
-            {field: 'level_name', title: '经销商等级', width:'10%', align:"center"},
-            {field: 'grade', title: '等级排序', width:'8%', align:"center"},
-            {field: 'add_time', title: '成为经销商时间', align:"center", width:'14%'},
+            {field: 'id', title: '编号', sort: true, event:'id', width:'5%', align:"center"},
+            {field: 'uid', title: '用户ID', width:'7%', align:"center"},
+            {field: 'nickname', title: '用户昵称', align:"center"},
+            {field: 'level_name', title: '经销商等级', align:"center"},
+            {field: 'grade', title: '等级排序', width:'5%', align:"center"},
+            {field: 'add_time', title: '成为经销商时间', align:"center"},
             {field: 'mark', title: '备注', align:"center"},
-            {field: 'right', title: '操作', align:'center', toolbar:'#act', width:'10%'},
+            {field: 'right', title: '操作', align:'center', toolbar:'#act', width:'8%'},
         ];
     });
     // 搜索回调