|
|
@@ -312,6 +312,12 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "开票状态", name: "IsInvoice", width: 80, align: "center", |
|
|
|
formatter: function (cellvalue) { |
|
|
|
return cellvalue === true ? "<span class=\"label label-success\">已开票</span>" : "<span class=\"label label-danger\">未开票</span>"; |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: '线上缴费时间', name: 'PayFeeDate', width: 130, align: "left" }, |
|
|
|
{ |
|
|
|
label: '办理贷款状态', name: 'StudentLoanBLStatus', width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|