mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-02 23:23:28 +08:00
完成文件对象管理刷新状态功能
This commit is contained in:
@@ -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>`,
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user