Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

列表处理有层级关系的数据会重复显示 #39

Open
KingDos222 opened this issue Nov 20, 2020 · 1 comment
Open

列表处理有层级关系的数据会重复显示 #39

KingDos222 opened this issue Nov 20, 2020 · 1 comment

Comments

@KingDos222
Copy link

return [
......
// 列表定义
'table' => [
// 树型结构列表,默认false
"is_tree" => true
// tree 节点为非必须, 默认pid的名称为pid, 不同时需要重写
"tree" => [
"pid" => "pid"
],
// tabs 列表页分页签
'tabs' => [],
// 定义渲染列表, 未定义则获取 form 中所有
'columns' => [],
// 订单行操作按钮
'rowActions' => [],
// 列表上方批量操作的按钮
'batchButtons' => [],
// 页面上方操作按钮
'topActions' => [],
],
];

@daodao97
Copy link
Member

麻烦提供下具体的复现场景, 注意看下是否为数据库层的记录重复, 目前在后台 菜单管理 中未发现这个情况.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants