mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 19:41:05 +08:00
This commit is contained in:
parent
a80c6087f6
commit
3f50fdab5a
@ -73,6 +73,11 @@ export const genAVValueHTML = (value: IAVCellValue) => {
|
|||||||
html += `<span class="av__celltext--url" style="margin-right: 8px" data-id="${item}">${value.relation?.contents[index]}</span>`;
|
html += `<span class="av__celltext--url" style="margin-right: 8px" data-id="${item}">${value.relation?.contents[index]}</span>`;
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
case "rollup":
|
||||||
|
value.rollup?.contents.forEach((item) => {
|
||||||
|
html += `<span class="av__celltext--url" style="margin-right: 8px">${item}</span>`;
|
||||||
|
});
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return html;
|
return html;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user