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

19 lines
581 B
JavaScript
Raw Normal View History

export const formLabel = [
2024-08-13 18:53:03 +08:00
{ f_label: '单位名称', f_model: 'name', f_type: 'ipt' },
]
export const columnsList = [
{ t_props: 'name', t_label: '单位名称', },
{ t_props: 'typeId', t_label: '单位类型' },
{ t_props: 'companyId', t_label: '所属分公司' },
{ t_props: 'materialClerk', t_label: '材料员', },
2024-08-13 18:53:03 +08:00
{ t_props: 'phone', t_label: '联系电话', t_slot: 'phone' },
2024-08-12 18:09:14 +08:00
{ t_props: 'isActive', t_label: '状态', t_slot: 'isActive' },
]
export const dialogConfig = {
outerWidth: '40%',
outerTitle: '',
outerVisible: false,
}