fix: path bug
This commit is contained in:
@@ -137,7 +137,7 @@ ${table[i].name}
|
||||
</tr>`
|
||||
}
|
||||
html += tableTail;
|
||||
html = "<h5 class='card-title'>合约实例列表</h5>" + html;
|
||||
html = "<h5 class='card-title'>DO实例列表</h5>" + html;
|
||||
ciTabDiv.html(html);
|
||||
|
||||
$("#ciTabDivTab").DataTable(
|
||||
|
||||
Reference in New Issue
Block a user