smart-bid-web/src/views/enterpriseLibrary/tool/config.js

18 lines
525 B
JavaScript
Raw Normal View History

2025-10-27 16:41:20 +08:00
export const formLabel = [
{
isShow: false, // 是否展示label
f_type: 'ipt',
f_label: '工器具名称',
2025-10-31 13:29:10 +08:00
f_model: 'toolName',
2025-10-27 16:41:20 +08:00
f_max: 32,
f_width: '250px',
},
]
export const columnsList = [
2025-10-31 13:29:10 +08:00
{ t_props: 'toolName', t_label: '工器具名称' },
{ t_props: 'model', t_label: '规格型号' },
{ t_props: 'unit', t_label: '单位' },
{ t_props: 'technicalParameters', t_label: '技术参数' },
{ t_props: 'mainFunction', t_label: '主要作用' },
2025-10-27 16:41:20 +08:00
]