feat:【ele】【ai】manager 相关的迁移

This commit is contained in:
YunaiV
2025-10-26 20:13:39 +08:00
parent 60e199abf0
commit 94e9d9a228
11 changed files with 1098 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ function handleRefresh() {
gridApi.query();
}
/** 删除 */
/** 删除图片 */
async function handleDelete(row: AiImageApi.Image) {
const hideLoading = message.loading({
content: $t('ui.actionMessage.deleting', [row.id]),
@@ -31,6 +31,7 @@ async function handleDelete(row: AiImageApi.Image) {
hideLoading();
}
}
/** 修改是否发布 */
async function handleUpdatePublicStatusChange(
newStatus: boolean,
@@ -56,6 +57,7 @@ async function handleUpdatePublicStatusChange(
});
});
}
const [Grid, gridApi] = useVbenVxeGrid({
formOptions: {
schema: useGridFormSchema(),