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