export default [ { label: "姓名", prop: "name", type: "text", }, { label: "班级", prop: "className", type: "text", }, { label: "头像", prop: "avatar", type: "image", }, ]