...
|
...
|
@@ -36,29 +36,29 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
{field: 'id', title: __('Id'), operate: false},
|
|
|
// {field: 'campus_id', title: __('Campus_id')},
|
|
|
// {field: 'ronda_id', title: __('Ronda_id')},
|
|
|
{field: 'campus_text', title: __('Campus_ids'), operate: 'LIKE',
|
|
|
formatter : function(value, row, index, field){
|
|
|
return "<span style='display: block;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;' title='" + row.campus_text + "'>" + value + "</span>";
|
|
|
},
|
|
|
cellStyle : function(value, row, index, field) {
|
|
|
return {
|
|
|
css: {
|
|
|
"white-space": "nowrap",
|
|
|
"text-overflow": "ellipsis",
|
|
|
"overflow": "hidden",
|
|
|
"max-width": "150px"
|
|
|
}
|
|
|
};
|
|
|
},
|
|
|
},
|
|
|
{field: 'ronda_text', title: __('Ronda_ids'), operate: false,formatter:Table.api.formatter.flag},
|
|
|
// {field: 'campus_text', title: __('Campus_ids'), operate: 'LIKE',
|
|
|
// formatter : function(value, row, index, field){
|
|
|
// return "<span style='display: block;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;' title='" + row.campus_text + "'>" + value + "</span>";
|
|
|
// },
|
|
|
// cellStyle : function(value, row, index, field) {
|
|
|
// return {
|
|
|
// css: {
|
|
|
// "white-space": "nowrap",
|
|
|
// "text-overflow": "ellipsis",
|
|
|
// "overflow": "hidden",
|
|
|
// "max-width": "150px"
|
|
|
// }
|
|
|
// };
|
|
|
// },
|
|
|
// },
|
|
|
//{field: 'ronda_text', title: __('Ronda_ids'), operate: false,formatter:Table.api.formatter.flag},
|
|
|
{field: 'title', title: __('Title'), operate: 'LIKE'},
|
|
|
// {field: 'radar_id', title: __('Radar_id')},
|
|
|
// {field: 'user_id', title: __('User_id')},
|
|
|
{field: 'score', title: __('Score'), operate: false},
|
|
|
{field: 'user.nickname', title: __('User.nickname'), operate: false},
|
|
|
{field: 'user.teach_phone', title: __('User.teach_phone'), operate: false},
|
|
|
{field: 'radar_text', title: __('Radar.title'), operate: false, formatter: Table.api.formatter.label},
|
|
|
{field: 'score', title: __('Score'), operate: false},
|
|
|
{
|
|
|
field: 'createtime',
|
|
|
title: __('Createtime'),
|
...
|
...
|
|