feat(PageContent): 操作栏增加render配置参数

This commit is contained in:
cshaptx4869
2024-06-14 10:07:42 +08:00
parent 182e37d1bb
commit a96aad082f
5 changed files with 37 additions and 10 deletions

View File

@@ -86,6 +86,7 @@ const contentConfig: IContentConfig<UserQuery> = {
{ label: "创建时间", align: "center", prop: "createTime", width: 180 },
{
label: "操作",
align: "center",
fixed: "right",
width: 220,
templet: "tool",