流程阅览字间距调整
This commit is contained in:
parent
4fc974cf75
commit
4c62da1dd3
@ -1455,13 +1455,13 @@ function initProcessDesc() {
|
|||||||
console.log(processDesc)
|
console.log(processDesc)
|
||||||
var length = Object.keys(processDesc).length;
|
var length = Object.keys(processDesc).length;
|
||||||
var t = '';
|
var t = '';
|
||||||
var wid='74%';
|
var wid='60%';
|
||||||
for(var i = 1; i <= length; i++) {
|
for(var i = 1; i <= length; i++) {
|
||||||
var obj = processDesc[i];
|
var obj = processDesc[i];
|
||||||
t += '<tr><td>';
|
t += '<tr><td>';
|
||||||
t += '<div class="tableContent">' + "【"+obj.name +"】"+ '</div>';
|
t += '<div class="tableContent">' + "【"+obj.name +"】"+ '</div>';
|
||||||
if(obj.name.length >=5){
|
if(obj.name.length >=5){
|
||||||
wid='72%';
|
wid='60%';
|
||||||
}
|
}
|
||||||
var value = obj.value;
|
var value = obj.value;
|
||||||
if (value == undefined) {
|
if (value == undefined) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user