|
@@ -32,7 +32,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
// {field: 'user.mobile', title: __('User.mobile'), operate: 'LIKE'},
|
|
// {field: 'user.mobile', title: __('User.mobile'), operate: 'LIKE'},
|
|
{field: 'decorate_id', title: __('Decorate_id')},
|
|
{field: 'decorate_id', title: __('Decorate_id')},
|
|
{field: 'decoratelianmeng.name', title: __('Decoratelianmeng.name'), operate: 'LIKE'},
|
|
{field: 'decoratelianmeng.name', title: __('Decoratelianmeng.name'), operate: 'LIKE'},
|
|
- {field: 'decoratelianmeng.type', title: __('Decoratelianmeng.type')},
|
|
|
|
|
|
+ {field: 'decoratelianmeng.type', title: __('Decoratelianmeng.type'),searchList: {"1":__('Decoratelianmeng.type 1'),"2":__('Decoratelianmeng.type 2'),"3":__('Decoratelianmeng.type 3'),"4":__('Decoratelianmeng.type 4')}, formatter: Table.api.formatter.normal},
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
{field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
{field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
{field: 'is_using', title: __('Is_using'), searchList: {"1":__('Is_using 1'),"0":__('Is_using 0')}, formatter: Table.api.formatter.normal},
|
|
{field: 'is_using', title: __('Is_using'), searchList: {"1":__('Is_using 1'),"0":__('Is_using 0')}, formatter: Table.api.formatter.normal},
|