新增商品导出

This commit is contained in:
gyq
2026-01-30 16:01:44 +08:00
parent 60ea128a10
commit 3855ed4b75
3 changed files with 29 additions and 2 deletions

View File

@@ -79,6 +79,13 @@ const contentConfig: IContentConfig<UserPageQuery> = {
name: "custom1",
auth: "import",
},
{
icon: "Download",
text: "导出",
type: "",
name: "export",
auth: "import",
},
],
cols: [
// { type: "selection", width: 50, align: "center" },