新增导出

This commit is contained in:
gyq
2026-01-31 09:26:25 +08:00
parent 3855ed4b75
commit 058c8dcadc
6 changed files with 69 additions and 44 deletions

View File

@@ -45,6 +45,13 @@ const contentConfig: IContentConfig<UserPageQuery> = {
name: "add",
auth: "import",
},
{
icon: "Download",
text: "导出",
type: "",
name: "export",
auth: "import",
},
],
cols: [
// { type: "selection", width: 50, align: "center" },
@@ -56,7 +63,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
fixed: "right",
width: 280,
templet: "tool",
operat: [{ text: "编辑", icon: 'edit', name: "edit"}, { text: "删除", icon: 'delete', type: 'danger', name: "delete"}],
operat: [{ text: "编辑", icon: 'edit', name: "edit" }, { text: "删除", icon: 'delete', type: 'danger', name: "delete" }],
},
],
};