smart_archives_web/src/views/archivesManagement/archClass/archClassification/config.js

17 lines
502 B
JavaScript

export const formLabel = [
{
isShow: false, // 是否展示label
f_type: 'ipt',
f_label: '分类名称',
f_model: 'classifyName',
f_max: 32,
},
]
export const columnsList = [
{ t_props: 'classifyName', t_label: '分类名称' },
{ t_props: 'dimension', t_label: '维度' },
{ t_props: 'updateUserName', t_label: '更新人' },
{ t_props: 'updateTime', t_label: '更新时间' },
{ t_props: 'classifyDesc', t_label: '分类描述' }
]