作者 郭文星

123

@@ -57,7 +57,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function @@ -57,7 +57,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function
57 { 57 {
58 field: 'pay_type', 58 field: 'pay_type',
59 title: __('Pay_type'), 59 title: __('Pay_type'),
60 - searchList: {"Wxpay": __('Pay_type wxpay'), "offlinepay": __('Pay_type offlinepay')}, 60 + searchList: {"wxpay": __('Pay_type wxpay'), "offlinepay": __('Pay_type offlinepay')},
61 formatter: Table.api.formatter.normal 61 formatter: Table.api.formatter.normal
62 }, 62 },
63 { 63 {