ahdevicemgt-ui/src/views/base/customer/config.js

18 lines
551 B
JavaScript
Raw Normal View History

export const formLabel = [
{ f_label: '分公司名称', f_model: 'keyWords', f_type: 'ipt' },
]
export const columnsList = [
{ t_props: 'scrapNum', t_label: '单位名称', },
{ t_props: '', t_label: '单位类型' },
{ t_props: 'repairNum', t_label: '所属分公司' },
{ t_props: 'unitName', t_label: '联系人', },
{ t_props: 'projectName', t_label: '联系电话', },
{ t_props: 'itemType', t_label: '状态', },
]
export const dialogConfig = {
outerWidth: '40%',
outerTitle: '',
outerVisible: false,
}