mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2025-04-12 23:29:37 +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, \
|
from amis import (
|
||||||
InputTimeRange, Alert, Editor, \
|
Action,
|
||||||
Select
|
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_button = [Action(label='保存', level=LevelEnum.success, type='submit'),
|
||||||
Action(label='重置', level=LevelEnum.warning, type='reset')]
|
Action(label='重置', level=LevelEnum.warning, type='reset')]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user