表格参数

OneKeyAdmin后台管理系统中,开发助手自动生成的<el-curd>组件table表格详细参数如下:

参数 说明 类型 默认值
is

el-html      本文(代码解析)

el-text       文本(代码不解析)

el-image   图片+预览

el-images 多图+预览(imageWidth: '50px')定义每个图片大小

el-input 文本框快速编辑

object   关联字段如:prop: 'user', table: {is: 'object', child: ['email','mobile']}绑定user字段的邮箱与手机号

string el-html
sort 可根据此字段排序 bool false
width 此字段单元格占用宽度 string auto
bind 绑定其它字段一起显示 array []
expand 折叠点击展开显示 bool false
prop 显示其它字段内容,如'status',但我想显示'c_status'字段内容 string 继承父级prop
label 显示其它字段标题,如'状态',但我想显示'审核'字段标题 string 继承父级label
文档最后更新时间:2023-03-16 10:06:05