feat(PageContent): ✨ 操作栏增加render配置参数
This commit is contained in:
@@ -86,6 +86,7 @@ const contentConfig: IContentConfig<UserQuery> = {
|
||||
{ label: "创建时间", align: "center", prop: "createTime", width: 180 },
|
||||
{
|
||||
label: "操作",
|
||||
align: "center",
|
||||
fixed: "right",
|
||||
width: 220,
|
||||
templet: "tool",
|
||||
|
||||
Reference in New Issue
Block a user