You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
424 B

// 设备台账tabs标签
export const DeviceLedgerTabsList = [{
label: "设备信息",
prop: 'info',
},
{
label: "设备图片",
prop: 'Image',
},
{
label: "关联文档",
prop: 'Word',
},
{
label: "关联备件",
prop: 'Part',
},
{
label: "报修记录",
prop: 'deviceReportRecord',
},
{
label: "维修记录",
prop: 'RepairRecord',
},{
label: "保养记录",
prop: 'MaintenanceRecord',
},
]