初始化

This commit is contained in:
hezhidong
2024-01-30 09:30:56 +08:00
parent a38cfb023d
commit ff582f261b
213 changed files with 37514 additions and 4 deletions
@@ -0,0 +1,21 @@
export default [
{
label: "姓名",
prop: "name",
type: "text",
},
{
label: "班级",
prop: "className",
type: "text",
},
{
label: "头像",
prop: "avatar",
type: "image",
},
]