文档存档-测试

beetlsql3-dev
姚丹ab 2 years ago
parent 03f0457bdb
commit 75dc3b3bd5

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

Loading…
Cancel
Save