rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
6097600c3b
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  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'),