|
@@ -64,7 +64,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1')}, formatter: Table.api.formatter.status},
|
|
|
// {field: 'verification', title: __('Verification'), operate: 'LIKE'},
|
|
|
|
|
|
-// {field: 'notice_type', title: __('Notice_type'), searchList: {"1":__('Notice_type 1'),"2":__('Notice_type 2')}, formatter: Table.api.formatter.normal},
|
|
|
+ {field: 'knowus', title: __('Knowus'), operate: 'LIKE'},
|
|
|
+ {field: 'health', title: __('Health'), operate: 'LIKE'},
|
|
|
+ {field: 'emergency', title: __('Emergency'), operate: 'LIKE'},
|
|
|
+ {field: 'is_first', title: __('Is_first'), searchList: {"0":__('Is_first 0'),"1":__('Is_first 1')}, formatter: Table.api.formatter.normal},
|
|
|
+
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|
|
|
]
|