20 lines
621 B
JavaScript
20 lines
621 B
JavaScript
export const formLabel = [
|
|
{ f_label: '预警名称', f_model: 'configName', f_type: 'ipt' },
|
|
]
|
|
|
|
export const columnsList = [
|
|
{ t_props: 'configName', t_label: '配置名称', },
|
|
{ t_props: 'configVal1Str', t_label: '温度阈值' },
|
|
{ t_props: 'configVal2Str', t_label: '湿度阈值' },
|
|
{ t_props: 'configVal3Str', t_label: '噪声', },
|
|
{ t_props: 'configVal4Str', t_label: 'PM2.5', },
|
|
{ t_props: 'configVal5Str', t_label: 'PM10', },
|
|
{ t_props: 'configVal6Str', t_label: '风速', },
|
|
]
|
|
|
|
export const dialogConfig = {
|
|
outerWidth: '40%',
|
|
outerTitle: '',
|
|
outerVisible: false,
|
|
}
|