mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
🐛 忘导入了
This commit is contained in:
parent
48752a170a
commit
4b1bdfbf8c
@ -1,6 +1,21 @@
|
||||
from amis import Action, Divider, Form, InputText, LevelEnum, Page, PageSchema, Switch, Remark, InputNumber, InputTime, \
|
||||
InputTimeRange, Alert, Editor, \
|
||||
Select
|
||||
from amis import (
|
||||
Action,
|
||||
Divider,
|
||||
Form,
|
||||
InputText,
|
||||
LevelEnum,
|
||||
Page,
|
||||
PageSchema,
|
||||
Switch,
|
||||
Remark,
|
||||
InputNumber,
|
||||
InputTime,
|
||||
InputTimeRange,
|
||||
Alert,
|
||||
Editor,
|
||||
Select,
|
||||
InputTag
|
||||
)
|
||||
|
||||
action_button = [Action(label='保存', level=LevelEnum.success, type='submit'),
|
||||
Action(label='重置', level=LevelEnum.warning, type='reset')]
|
||||
|
Loading…
Reference in New Issue
Block a user