|
|
|
@ -127,17 +127,17 @@
|
|
|
|
|
hideField: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'stem', //数据字典类型为 school_class.class_name.class_status=1
|
|
|
|
|
title: '考核内容',
|
|
|
|
|
field: 'handsOnName', //数据字典类型为 school_class.class_name.class_status=1
|
|
|
|
|
title: '项目名称',
|
|
|
|
|
align: "center",
|
|
|
|
|
templet:function (d) {
|
|
|
|
|
/*templet:function (d) {
|
|
|
|
|
var question = "-";
|
|
|
|
|
var stem = JSON.parse(d.stem);
|
|
|
|
|
if(stem.length>0){
|
|
|
|
|
question = stem[0].question;
|
|
|
|
|
}
|
|
|
|
|
return question
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'stem',
|
|
|
|
|