Explorar el Código

增加活动申请取消

15954078560 hace 2 años
padre
commit
56a615098c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      public/assets/js/backend/activerefund.js

+ 1 - 0
public/assets/js/backend/activerefund.js

@@ -36,6 +36,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'active.desc', title: __('Active.desc'), operate: 'LIKE'},
                         {field: 'order_id', title: __('Order_id')},
                         {field: 'activeorder.order_sn', title: __('Order.order_sn'), operate: 'LIKE'},
+                        {field: 'paytype', title: __('支付方式'), searchList: {"0":__('余额'),"1":__('微信')}, formatter: Table.api.formatter.status},
                         {field: 'price', title: __('Price'), operate: 'LIKE'},
                         {field: 'number', title: __('Number')},
                         {field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1'),"2":__('Status 2')}, formatter: Table.api.formatter.status},