...
|
...
|
@@ -26,7 +26,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'user_id', title: __('User_id')},
|
|
|
//{field: 'user_id', title: __('User_id')},
|
|
|
{field: 'avatar', title: __('Avatar'), operate: 'LIKE', events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
{field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
|
|
|
{field: 'title', title: __('Title'), operate: 'LIKE'},
|
...
|
...
|
@@ -35,16 +35,16 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
{field: 'images', title: __('Images'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.images},
|
|
|
{field: 'content', title: __('Content'), operate: 'LIKE'},
|
|
|
{field: 'production_typeface', title: __('Production_typeface'), operate: 'LIKE'},
|
|
|
{field: 'production_typeface_id', title: __('Production_typeface_id')},
|
|
|
//{field: 'production_typeface_id', title: __('Production_typeface_id')},
|
|
|
{field: 'production_format', title: __('Production_format'), operate: 'LIKE'},
|
|
|
{field: 'production_format_id', title: __('Production_format_id')},
|
|
|
//{field: 'production_format_id', title: __('Production_format_id')},
|
|
|
{field: 'treasured_size', title: __('Treasured_size'), operate: 'LIKE'},
|
|
|
{field: 'treasured_size_id', title: __('Treasured_size_id')},
|
|
|
//{field: 'treasured_size_id', title: __('Treasured_size_id')},
|
|
|
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1'),"2":__('Status 2')}, formatter: Table.api.formatter.status},
|
|
|
{field: 'zan_num', title: __('Zan_num')},
|
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'qr_code', title: __('Qr_code'), operate: 'LIKE'},
|
|
|
{field: 'qr_code_d', title: __('Qr_code_d'), operate: 'LIKE'},
|
|
|
// {field: 'qr_code', title: __('Qr_code'), operate: 'LIKE',formatter: Table.api.formatter.image},
|
|
|
// {field: 'qr_code_d', title: __('Qr_code_d'), operate: 'LIKE',formatter: Table.api.formatter.image},
|
|
|
{field: 'is_audit', title: __('Is_audit'), searchList: {"0":__('Is_audit 0'),"1":__('Is_audit 1'),"2":__('Is_audit 2')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'audit_message', title: __('Audit_message'), operate: 'LIKE'},
|
|
|
{field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
...
|
...
|
|