feat: 同步规则优化

This commit is contained in:
GaoHao
2025-04-11 17:25:02 +08:00
parent 85eba13919
commit 688f30635b
8 changed files with 59 additions and 43 deletions

View File

@@ -120,7 +120,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
fixed: "right",
width: 280,
templet: "tool",
operat: [{ text: "报损" }, "edit", "delete"],
operat: [{ text: "报损", name: ''}, { text: "编辑", icon: 'edit', name: "edit"}, { text: "删除", icon: 'delete', type: 'danger', name: "delete"}],
},
],
};