|
@@ -28,6 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
+ {field: 'name', title: __('名称'), operate:'like'},
|
|
|
{field: 'type', title: __('类型'),searchList:types,formatter: Table.api.formatter.label},
|
|
|
{field: 'amount', title: __('金额'), operate:'BETWEEN'},
|
|
|
{field: 'amount_full', title: __('金额'), operate:'BETWEEN'},
|