流程阅览界面优化

This commit is contained in:
zhal 2022-07-17 23:36:43 +08:00
parent c63f516e43
commit f82d0f1d14

View File

@ -1457,7 +1457,7 @@ function initProcessDesc() {
for(var i = 1; i <= length; i++) {
var obj = processDesc[i];
t += '<tr><td>';
t += '<div class="tableContent">' + obj.name + '</div>';
t += '<div class="tableContent">' +'【流程属性】'+ obj.name + '</div>';
var value = obj.value;
if (value == undefined) {
value = '';
@ -1490,6 +1490,7 @@ function initProcessDesc() {
}
function autoClickAttr() {
// 属性自动切换
if ($('#openTab').is(':hidden')) {
var name = '';