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.

32 lines
424 B

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