Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8d46f6f99 |
@@ -283,7 +283,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
document.querySelector('#modelsTable thead').innerHTML = headerHtml;
|
document.querySelector('table thead').innerHTML = headerHtml;
|
||||||
|
|
||||||
// 动态内容
|
// 动态内容
|
||||||
const html = models.map(m => {
|
const html = models.map(m => {
|
||||||
|
|||||||
Reference in New Issue
Block a user