Browse Source

一些功能

Kirin 3 years ago
parent
commit
0c5ec457ba
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/admin/view/system/system_store/store_sender.php

+ 4 - 4
app/admin/view/system/system_store/store_sender.php

@@ -97,10 +97,10 @@
     layList.tableList('List', "{:Url('store_sender_list',['id'=>$id,'type'=>$type])}", function () {
         return [
             {field: 'id', title: 'ID', sort: true, event: 'id', width: '4%'},
-            {field: 'name', title: '配送员姓名', width: '10%'},
-            {field: 'phone', title: '配送员电话', width: '8%'},
-            {field: 'status', title: '是否显示', templet: "#checkboxstatus", width: '8%'},
-            {field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '14%'},
+            {field: 'name', title: '配送员姓名', width: '20%'},
+            {field: 'phone', title: '配送员电话', width: '30%'},
+            {field: 'status', title: '是否显示', templet: "#checkboxstatus", width: '18%'},
+            {field: 'right', title: '操作', align: 'center', toolbar: '#act'},
         ];
     });
     //查询条件