码迷,mamicode.com
首页 > 其他好文 > 详细

123

时间:2019-11-07 13:15:09      阅读:89      评论:0      收藏:0      [点我收藏+]

标签: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>‘;
}
}
},

123

标签:enter   pre   ret   ellipsis   测试   cell   ring   end   ber   

原文地址:https://www.cnblogs.com/yt-yt/p/11811326.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!