This commit is contained in:
Vanessa 2023-06-10 17:45:04 +08:00
parent e5541921df
commit 8a4ab0daff
5 changed files with 47 additions and 47 deletions

View file

@ -29,7 +29,7 @@ export const avRender = (element: Element) => {
const data = response.data.av;
// header
let tableHTML = '<div class="av__row av__row--header"><div class="av__firstcol"><svg style="height: 42px"><use xlink:href="#iconUncheck"></use></svg></div>';
let index = 0
let index = 0;
data.columns.forEach((column: IAVColumn) => {
if (column.hidden) {
return;