export const column = [ { label: '属性名', prop: 'id', search:true, sortable:true, }, { label: '类型', prop: 'attributeDataTypeText', sortable:true, }, { label: '默认值', prop: 'defaultValue', sortable:true, }, { label: '描述', prop: 'description', }, ];