{
checkbox: true,
formatter: function (value, row, index) {
if(row.ISTOPIC === 1){
return {
disabled : false,
}
}else{
return {
disabled : true,
}
}
return row.ID;
}
}
原文地址:https://www.cnblogs.com/oralig/p/10177896.html
时间: 2024-10-08 08:28:00