1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-02 23:23:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

完成文件对象管理刷新状态功能

This commit is contained in:
2022-04-16 23:47:22 +08:00
parent 3b6c6aa3e7
commit 5c895d0ef5
6 changed files with 134 additions and 39 deletions

View File

@@ -61,8 +61,8 @@
修改: ${new Date(element.fileModifiedAt).toLocaleString()}
</nobr></span>`,
管理: `<span class="overflow-omit" style="margin: 0 auto;">
<a href="<%= pageUrl %>detail?id=${element.id}">管理文件对象</a>
<a href="javascript:deleteBook(${element.id});">删除</a>
<a href="<%= pageUrl %>detail?id=${element.id}">管理文件对象(TODO)</a>
<a href="javascript:deleteBook(${element.id});">删除(TODO)</a>
</span>`,
})
});