|
|
@ -8,12 +8,8 @@ let parse = { |
|
|
|
var ci = 0; |
|
|
|
var ci = 0; |
|
|
|
Label_set.forEach((data, id) => { |
|
|
|
Label_set.forEach((data, id) => { |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: '““””<br><font color="' + colorsz[ci] + '">' + pdfh(data, 'h2&&Text') + '</font>', |
|
|
|
title: pdfh(data, 'h2&&Text'), |
|
|
|
url: '', |
|
|
|
col_type: "rich_text" |
|
|
|
col_type: "text_1", |
|
|
|
|
|
|
|
extra: { |
|
|
|
|
|
|
|
lineVisible: false |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
ci = ci == 2 ? 0 : ci + 1 |
|
|
|
ci = ci == 2 ? 0 : ci + 1 |
|
|
|
var item = pdfa(data, '.mult-warp.siw&&li.r1c3'); |
|
|
|
var item = pdfa(data, '.mult-warp.siw&&li.r1c3'); |
|
|
|