标签:enter pre ret ellipsis 测试 cell ring end ber
{
field: "billNumber",
locked: true,
title: ‘<@spring.message "测试单号"/>‘,
width: 170,
headerAttributes: {
style: "text-align: center"
},
attributes: {
style: "white-space:nowrap;text-overflow:ellipsis;text-align: center"
},
template: function (rowdata) {
if (rowdata.billStatus == "CANCELLED") {
return ‘<a href="javascript:void(0);" onclick="openDetail(\‘‘ + rowdata.billId + ‘\‘,\‘‘ + rowdata.billStatus + ‘\‘,\‘‘ + rowdata.billNumber + ‘\‘,\‘‘ + rowdata.sampleSourceCode + ‘\‘)"><del><b style="color:#009999;" >‘ + rowdata.billNumber + ‘</b></del></a>‘;
}
else {
return ‘<a href="javascript:void(0);" onclick="openDetail(\‘‘ + rowdata.billId + ‘\‘,\‘‘ + rowdata.billStatus + ‘\‘,\‘‘ + rowdata.billNumber + ‘\‘,\‘‘ + rowdata.sampleSourceCode + ‘\‘)"><b style="color:#009999;" >‘ + rowdata.billNumber + ‘</b></a>‘;
}
}
},
标签:enter pre ret ellipsis 测试 cell ring end ber
原文地址:https://www.cnblogs.com/yt-yt/p/11811326.html