|
@@ -132,7 +132,7 @@ $("#adminQuestionOptionDataGrid").dataGrid({
|
|
},*/
|
|
},*/
|
|
// {header:'${text("得票数")}', name:'count', width:150, editable:true, edittype:'text', editoptions:{'class':'form-control digits'}},
|
|
// {header:'${text("得票数")}', name:'count', width:150, editable:true, edittype:'text', editoptions:{'class':'form-control digits'}},
|
|
// {header:'${text("排序")}', name:'seq', width:150, editable:true, edittype:'text', editoptions:{'class':'form-control digits'}},
|
|
// {header:'${text("排序")}', name:'seq', width:150, editable:true, edittype:'text', editoptions:{'class':'form-control digits'}},
|
|
- {header:'${text("备注")}', name:'remarks', width:150, editable:true, edittype:'textarea', editoptions:{'maxlength':'255', 'class':'form-control', 'rows':'1'}},
|
|
|
|
|
|
+ {header:'${text("备注 (最多填写100字)")}', name:'remarks', width:150, editable:true, edittype:'textarea', editoptions:{'maxlength':'255', 'class':'form-control', 'rows':'1'}},
|
|
{header:'${text("操作")}', name:'actions', width:80, align:'center', formatter: function(val, obj, row, act){
|
|
{header:'${text("操作")}', name:'actions', width:80, align:'center', formatter: function(val, obj, row, act){
|
|
var actions = [];
|
|
var actions = [];
|
|
if (val == 'new'){
|
|
if (val == 'new'){
|