|
@@ -30,7 +30,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// {field: 'user_id', title: __('User_id')},
|
|
|
{field: 'decorate_id', title: __('Decorate_id')},
|
|
|
{field: 'decorate.name', title: __('Decorate.name'), operate: 'LIKE'},
|
|
|
- {field: 'decorate_type', title: __('Decorate_type'), searchList: {"1":__('Decorate_type 1'),"2":__('Decorate_type 2'),"3":__('Decorate_type 3'),"4":__('Decorate_type 4')}, formatter: Table.api.formatter.normal},
|
|
|
+// {field: 'decorate_type', title: __('Decorate_type'), searchList: {"1":__('Decorate_type 1'),"2":__('Decorate_type 2'),"3":__('Decorate_type 3'),"4":__('Decorate_type 4')}, 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},
|
|
|
{field: 'end_time', title: __('End_time'), 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},
|