15 lines
383 B
JavaScript
15 lines
383 B
JavaScript
export const formLabel = [
|
|
{
|
|
isShow: false, // 是否展示label
|
|
f_type: 'ipt',
|
|
f_label: '参数名称',
|
|
f_model: 'configName',
|
|
f_max: 32,
|
|
},
|
|
]
|
|
|
|
export const columnsList = [
|
|
{ t_props: 'configName', t_label: '参数名称' },
|
|
{ t_props: 'configCode', t_label: '参数编码' },
|
|
{ t_slot: 'useStatus', t_label: '状态' },
|
|
] |