|
|
@@ -106,14 +106,14 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: "内容简介", name: "ContentValidate", width: 100, align: "left"}, |
|
|
|
{ label: "岗位职责", name: "Responsibilities", width: 100, align: "left"}, |
|
|
|
{ label: "备注", name: "Remark", width: 100, align: "left" }, |
|
|
|
{ |
|
|
|
label: "附件", name: "Remark", width: 100, align: "left", |
|
|
|
formatterAsync: function(callback, value, row, op, $cell) { |
|
|
|
if (value != null && value != "") { |
|
|
|
return "<a href='" + value + "'>下载</a>" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
//{ |
|
|
|
// label: "附件", name: "Remark", width: 100, align: "left", |
|
|
|
// formatterAsync: function(callback, value, row, op, $cell) { |
|
|
|
// if (value != null && value != "") { |
|
|
|
// return "<a href='" + value + "'>下载</a>" |
|
|
|
// } |
|
|
|
// } |
|
|
|
//}, |
|
|
|
], |
|
|
|
mainId:'ID', |
|
|
|
isPage: true |
|
|
|