fix login token

add attrs in field
This commit is contained in:
long2ice
2020-04-29 10:48:50 +08:00
parent d030153aac
commit b9f6a6e2c5
6 changed files with 2455 additions and 15479 deletions

View File

@ -94,7 +94,14 @@ def create_app():
'value': 'test_bulk',
'text': 'TestBulk'
}
]
],
attrs={
'name': {'cols': 6},
'view_num': {'cols': 3},
'sort': {'cols': 3},
'created_at': {'cols': 6},
'categories': {'cols': 6},
}
),
Menu(
name='Category',