|
|
@@ -172,7 +172,19 @@ var bootstrap = function ($, learun) { |
|
|
|
return learun.formatDate(cellvalue, 'yyyy-MM-dd hh:mm'); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: '信息来源', name: 'F_SourceName', index: 'F_SourceName', width: 100, align: 'center' }, |
|
|
|
{ |
|
|
|
label: '信息来源', name: 'F_SourceName', index: 'F_SourceName', width: 100, align: 'center', |
|
|
|
formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|
learun.clientdata.getAsync('custmerData', { |
|
|
|
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'classdata', |
|
|
|
key: value, |
|
|
|
keyId: 'id', |
|
|
|
callback: function (_data) { |
|
|
|
callback(_data['name'] || value); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: '阅读次数', name: 'F_PV', index: 'F_PV', width: 80, align: 'center' }, |
|
|
|
{ |
|
|
|
label: "审核状态", name: "F_Status", width: 100, align: "left", |
|
|
|