|
@@ -29,14 +29,16 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'company_id', title: __('Company_id')},
|
|
|
+ {field: 'company.companyname', title: __('Company.companyname'), operate: 'LIKE'},
|
|
|
+
|
|
|
{field: 'pid', title: __('Pid')},
|
|
|
{field: 'tid', title: __('Tid')},
|
|
|
- {field: 'name', title: __('Name'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
{field: 'ismenu', title: __('Ismenu'), searchList: {"1":__('Ismenu 1'),"0":__('Ismenu 0')}, formatter: Table.api.formatter.normal},
|
|
|
- {field: 'file', title: __('File'), operate: false, formatter: Table.api.formatter.file},
|
|
|
+
|
|
|
+ {field: 'name', title: __('Name'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
+// {field: 'file', title: __('File'), operate: false, formatter: Table.api.formatter.file},
|
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
- {field: 'company.companyname', title: __('Company.companyname'), operate: 'LIKE'},
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|
|
|
]
|