enhance(client): improve file moderation ui
This commit is contained in:
parent
e29a310f7d
commit
8df2f19b5b
4 changed files with 30 additions and 29 deletions
|
|
@ -82,9 +82,7 @@ function clear() {
|
|||
}
|
||||
|
||||
function show(file) {
|
||||
os.popup(defineAsyncComponent(() => import('./file-dialog.vue')), {
|
||||
fileId: file.id,
|
||||
}, {}, 'closed');
|
||||
os.pageWindow(`/admin-file/${file.id}`);
|
||||
}
|
||||
|
||||
async function find() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue