smart_archives_web/src/views/system/setting/config.js

15 lines
383 B
JavaScript
Raw Normal View History

2025-09-25 15:56:06 +08:00
export const formLabel = [
{
isShow: false, // 是否展示label
f_type: 'ipt',
2025-09-25 16:44:03 +08:00
f_label: '参数名称',
f_model: 'configName',
2025-09-25 15:56:06 +08:00
f_max: 32,
},
]
export const columnsList = [
2025-09-25 16:44:03 +08:00
{ t_props: 'configName', t_label: '参数名称' },
{ t_props: 'configCode', t_label: '参数编码' },
{ t_slot: 'useStatus', t_label: '状态' },
2025-09-25 15:56:06 +08:00
]