初始化
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
export default [
|
||||
{
|
||||
label: "姓名",
|
||||
prop: "name",
|
||||
type: "text",
|
||||
},
|
||||
|
||||
{
|
||||
label: "班级",
|
||||
prop: "className",
|
||||
type: "text",
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
label: "头像",
|
||||
prop: "avatar",
|
||||
type: "image",
|
||||
},
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user