新增分享配置

This commit is contained in:
gyq
2026-01-28 15:02:24 +08:00
parent 000f715bd8
commit ca182dc325
14 changed files with 1141 additions and 11 deletions

View File

@@ -75,11 +75,10 @@ const contentConfig: IContentConfig<UserPageQuery> = {
{
icon: "edit",
text: "库存预警",
type: "info",
type: "danger",
name: "custom1",
auth: "import",
},
],
cols: [
// { type: "selection", width: 50, align: "center" },
@@ -127,7 +126,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
fixed: "right",
width: 280,
templet: "tool",
operat: [{ text: "报损", name: ''}, { text: "编辑", icon: 'edit', name: "edit"}, { text: "删除", icon: 'delete', type: 'danger', name: "delete"}],
operat: [{ text: "报损", name: '' }, { text: "编辑", icon: 'edit', name: "edit" }, { text: "删除", icon: 'delete', type: 'danger', name: "delete" }],
},
],
};