文件属性为表单显示点击效果

This commit is contained in:
zhal 2022-07-22 10:23:30 +08:00
parent 4c62da1dd3
commit 9b2914639a

View File

@ -1478,7 +1478,7 @@ function initProcessDesc() {
if (tableValue.table.length > 1) {
tableFlag = '请查看'
}
t += '<div class="tableContent" style="width: '+wid+'" onclick="openDialog(' + JSON.stringify(tableValue).replace(/\"/g,"'") +')">' + tableFlag + '</div>';
t += '<div class="tableContent" style="width: '+wid+'" onclick="openDialog(' + JSON.stringify(tableValue).replace(/\"/g,"'") +')">' +'<span style="color:blue">'+tableFlag+'</span>'+'</div>';
t += '</td></tr>';
}
}