diff --git a/public/assets/js/backend/mobile/almighty.js b/public/assets/js/backend/mobile/almighty.js index 02aa2b3..fb9e1ce 100644 --- a/public/assets/js/backend/mobile/almighty.js +++ b/public/assets/js/backend/mobile/almighty.js @@ -60,7 +60,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin [ {checkbox: true}, {field: 'id', title: __('Id')}, - {field: 'title', title: __('title')}, + {field: 'title', title: __('title'), optate:'LIKE'}, {field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('Type 2'),"3":__('Type 3'),"4":__('Type 4')}, formatter: Table.api.formatter.normal}, {field: 'answer', title: __('Answer')}, {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, diff --git a/public/assets/js/backend/mobile/company.js b/public/assets/js/backend/mobile/company.js index 58941fe..8b672e0 100644 --- a/public/assets/js/backend/mobile/company.js +++ b/public/assets/js/backend/mobile/company.js @@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin {checkbox: true}, {field: 'id', title: __('Id')}, {field: 'user.mobile', title: __('账号')}, - {field: 'name', title: __('Name')}, + {field: 'name', title: __('Name'), optate:'LIKE'}, {field: 'address', title: __('Address')}, {field: 'license', title: __('License'), events: Table.api.events.image, formatter: Table.api.formatter.images, searchable: false}, {field: 'legal_person', title: __('Legal_person')}, diff --git a/public/assets/js/backend/mobile/company_job.js b/public/assets/js/backend/mobile/company_job.js index d6ca91a..c11c3f6 100644 --- a/public/assets/js/backend/mobile/company_job.js +++ b/public/assets/js/backend/mobile/company_job.js @@ -27,7 +27,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin {checkbox: true}, {field: 'id', title: __('Id')}, {field: 'company.name', title: __('发布公司')}, - {field: 'name', title: __('Name')}, + {field: 'name', title: __('Name'), optate:'LIKE'}, {field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('Type 2'),"3":__('Type 3')}, formatter: Table.api.formatter.normal}, {field: 'start_time', title: __('Start_time'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, {field: 'end_time', title: __('End_time'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, diff --git a/public/assets/js/backend/mobile/company_user.js b/public/assets/js/backend/mobile/company_user.js index f01d66a..ed76566 100644 --- a/public/assets/js/backend/mobile/company_user.js +++ b/public/assets/js/backend/mobile/company_user.js @@ -26,7 +26,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin {checkbox: true}, {field: 'id', title: __('Id')}, {field: 'user.mobile', title: __('User.mobile')}, - {field: 'name', title: __('Name')}, + {field: 'name', title: __('Name'), optate:'LIKE'}, {field: 'phone', title: __('Phone')}, {field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1'),"2":__('Status 2')}, formatter: Table.api.formatter.status}, {field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, diff --git a/public/assets/js/backend/mobile/everyday.js b/public/assets/js/backend/mobile/everyday.js index a035ac6..2d8fae7 100644 --- a/public/assets/js/backend/mobile/everyday.js +++ b/public/assets/js/backend/mobile/everyday.js @@ -25,7 +25,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin [ {checkbox: true}, {field: 'id', title: __('Id')}, - {field: 'title', title: __('Title')}, + {field: 'title', title: __('Title'), optate:'LIKE'}, {field: 'uptime', title: __('Uptime'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, {field: 'do_num_virtual', title: __('Do_num_virtual')}, {field: 'do_num_real', title: __('Do_num_real')}, diff --git a/public/assets/js/backend/mobile/exam.js b/public/assets/js/backend/mobile/exam.js index a3c963c..f1205ec 100644 --- a/public/assets/js/backend/mobile/exam.js +++ b/public/assets/js/backend/mobile/exam.js @@ -30,7 +30,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin {checkbox: true}, {field: 'id', title: __('Id')}, {field: 'pid', title: __('Pid')}, - {field: 'name', title: __('Name')}, + {field: 'name', title: __('Name'), optate:'LIKE'}, {field: 'nickname', title: __('Nickname')}, {field: 'exam_time', title: __('Exam_time'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, diff --git a/public/assets/js/backend/mobile/index_category.js b/public/assets/js/backend/mobile/index_category.js index 3c337ca..fafb07a 100644 --- a/public/assets/js/backend/mobile/index_category.js +++ b/public/assets/js/backend/mobile/index_category.js @@ -25,7 +25,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin [ {checkbox: true}, {field: 'id', title: __('Id')}, - {field: 'name', title: __('Name')}, + {field: 'name', title: __('Name'), optate:'LIKE'}, {field: 'image', title: __('Image'), events: Table.api.events.image, formatter: Table.api.formatter.image}, {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate} diff --git a/public/assets/js/backend/mobile/message.js b/public/assets/js/backend/mobile/message.js index 652b4c9..2564599 100644 --- a/public/assets/js/backend/mobile/message.js +++ b/public/assets/js/backend/mobile/message.js @@ -26,7 +26,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin {checkbox: true}, {field: 'id', title: __('Id')}, {field: 'user.nickname', title: __('用户')}, - {field: 'title', title: __('Title')}, + {field: 'title', title: __('Title'), optate:'LIKE'}, {field: 'is_read', title: __('Is_read'), searchList: {"0":__('Is_read 0'),"1":__('Is_read 1')}, formatter: Table.api.formatter.normal}, {field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, // {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate} diff --git a/public/assets/js/backend/mobile/old.js b/public/assets/js/backend/mobile/old.js index 6f58399..750bac8 100644 --- a/public/assets/js/backend/mobile/old.js +++ b/public/assets/js/backend/mobile/old.js @@ -25,7 +25,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin [ {checkbox: true}, {field: 'id', title: __('Id')}, - {field: 'title', title: __('Title')}, + {field: 'title', title: __('Title'), optate:'LIKE'}, {field: 'year', title: __('Year')}, {field: 'time', title: __('Time')}, {field: 'pass_score', title: __('Pass_score')}, diff --git a/public/assets/js/backend/mobile/simulation.js b/public/assets/js/backend/mobile/simulation.js index 309b18d..3459a22 100644 --- a/public/assets/js/backend/mobile/simulation.js +++ b/public/assets/js/backend/mobile/simulation.js @@ -25,7 +25,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin [ {checkbox: true}, {field: 'id', title: __('Id')}, - {field: 'title', title: __('Title')}, + {field: 'title', title: __('Title'), optate:'LIKE'}, {field: 'year', title: __('Year')}, {field: 'time', title: __('Time')}, {field: 'pass_score', title: __('Pass_score')}, diff --git a/public/assets/js/backend/mobile/simulation_question.js b/public/assets/js/backend/mobile/simulation_question.js index 78b02b2..8af266d 100644 --- a/public/assets/js/backend/mobile/simulation_question.js +++ b/public/assets/js/backend/mobile/simulation_question.js @@ -60,7 +60,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin [ {checkbox: true}, {field: 'id', title: __('Id')}, - {field: 'title', title: __('title')}, + {field: 'title', title: __('title'), optate:'LIKE'}, {field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('Type 2'),"3":__('Type 3'),"4":__('Type 4')}, formatter: Table.api.formatter.normal}, {field: 'answer', title: __('Answer')}, {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime},