|
@@ -41,9 +41,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'height', title: __('Height'), operate: 'LIKE'},
|
|
|
{field: 'age', title: __('Age'), operate: 'LIKE'},
|
|
|
{field: 'weight', title: __('Weight'), operate: 'LIKE'},
|
|
|
- {field: 'address', title: __('Address'), operate: 'LIKE'},
|
|
|
+// {field: 'address', title: __('Address'), operate: 'LIKE'},
|
|
|
+ {field: 'residential', title: __('Residential')},
|
|
|
{field: 'notice_email', title: __('Notice_email'), searchList: {"1":__('Notice_email 1'),"0":__('Notice_email 0')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'notice_whatsapp', title: __('Notice_whatsapp'), searchList: {"1":__('Notice_whatsapp 1'),"0":__('Notice_whatsapp 0')}, formatter: Table.api.formatter.normal},
|
|
|
+ {field: 'notice_phonecall', title: __('Notice_phonecall'), searchList: {"1":__('Notice_phonecall 1'),"0":__('Notice_phonecall 0')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'whatsapp', title: __('Whatsapp'), operate: 'LIKE'},
|
|
|
|
|
|
// {field: 'level', title: __('Level')},
|
|
@@ -69,7 +71,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'emergency', title: __('Emergency'), operate: 'LIKE'},
|
|
|
{field: 'emergency_phone', title: __('Emergency_phone'), operate: 'LIKE'},
|
|
|
{field: 'is_first', title: __('Is_first'), searchList: {"0":__('Is_first 0'),"1":__('Is_first 1')}, formatter: Table.api.formatter.normal},
|
|
|
- {field: 'residential', title: __('Residential')},
|
|
|
+
|
|
|
|
|
|
{field: 'operate', title: __('Operate'), table: table,
|
|
|
buttons:[
|