修改模型阅览属性名称

This commit is contained in:
lihongyu 2022-10-07 10:44:15 +08:00
parent e4fa7d7297
commit 4f80ce5c7e
2 changed files with 4 additions and 4 deletions

View File

@ -1498,10 +1498,10 @@ function initProcessDesc() {
}else{
if(obj.name=="前置流程"){
obj.name="上游";
obj.name="上游流程";
}
if(obj.name=="后置流程"){
obj.name="下游";
obj.name="下游流程";
}
t += '<tr class="borderbottom">';
t += '<td class="tableContent tableleft">' + "【"+obj.name +"】"+ '</td>';

View File

@ -1511,10 +1511,10 @@ function initProcessDesc() {
}else{
if(obj.name=="前置流程"){
obj.name="上游";
obj.name="上游流程";
}
if(obj.name=="后置流程"){
obj.name="下游";
obj.name="下游流程";
}
t += '<tr class="borderbottom">';