rabin 3 năm trước cách đây
mục cha
commit
6097600c3b
2 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 1 0
      app/shop/database/buy_order.php
  2. 3 0
      app/shop/database/sell_order.php

+ 1 - 0
app/shop/database/buy_order.php

@@ -663,6 +663,7 @@ $config = array
 
     'manage' => array
     (
+        'list_table' => 'html',
         'delete' => false,
         'edit' => false,
         'insert' => false,

+ 3 - 0
app/shop/database/sell_order.php

@@ -676,6 +676,9 @@ return array
         'insert' => false,
         'excel' => $excel,
 
+        # 表格使用html模式,默认是js渲染模式
+        'list_table' => 'html',
+
         'button' => array
         (
             //'导出订单明细' => array('excel', 'shop/excel.sell_order'),