SafetyAlertSystem-ui/src/views/base/crew/table-hat.js

14 lines
376 B
JavaScript

export const formLabelHat = [
{ f_label: '关键字', f_model: 'keyWord', f_type: 'ipt' },
]
export const columnsListHat = [
{ t_props: 'devName', t_label: '智能安全帽名称', },
{ t_props: 'devCode', t_label: '智能安全帽编码', },
]
export const dialogConfigHat = {
outerWidth: '50%',
outerTitle: '选择安全帽',
outerVisible: false,
}