SafetyAlertSystem-ui/src/views/base/crew/config.js

21 lines
806 B
JavaScript

export const formLabel = [
{ f_label: '关键字', f_model: 'keyWord', f_type: 'ipt' },
{ f_label: '班组名称', f_model: 'teamName', f_type: 'ipt' },
{ f_label: '班组长', f_model: 'relName', f_type: 'ipt' },
]
export const columnsList = [
{ t_props: 'teamName', t_label: '班组名称', },
{ t_props: 'proName', t_label: '所属工程', },
{ t_props: 'relName', t_label: '班组长', t_slot: 'relName' },
{ t_props: 'peopleCount', t_label: '班组成员', t_slot: 'peopleCount' },
{ t_props: 'teamStatus', t_label: '班组状态', t_slot: 'teamStatus' },
{ t_props: 'createTime', t_label: '创建日期', },
{ t_props: 'jsTime', t_label: '解散日期', },
]
export const dialogConfig = {
outerWidth: '60%',
outerTitle: '',
outerVisible: false,
}