function renderAtype(value, record) {
var vstr = '';
if ( == 0) {
vstr += "<img ext:qtip='新闻公告' src=" + base + "/static/imgs/target_watch.png></img>";
} else if ( == 1) {
vstr += "<img ext:qtip='系统信息' src=" + base + "/static/imgs/target_edit.png></img>";
}
return vstr;
}
其中base为变量。