修改模型阅览属性名称
This commit is contained in:
parent
e4fa7d7297
commit
4f80ce5c7e
@ -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>';
|
||||
|
||||
@ -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">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user