perf: admin

This commit is contained in:
archer
2023-06-13 11:49:26 +08:00
parent fc3c360985
commit 89e7c1abca
4 changed files with 119 additions and 10 deletions

View File

@@ -74,6 +74,9 @@ function App() {
list={
<ListTable
filter={[
createTextField('name', {
label: 'name'
}),
createTextField('tag', {
label: 'tag'
})