@@ -754,6 +768,8 @@ const columns = ref([
{ visible: true, align: 'center', type: '', prop: 'opticalAttenuation', label: '光衰值(dB)', showOverflowTooltip: true },
{ visible: true, align: 'center', type: '', prop: 'historyRemarks', label: '历史故障表', showOverflowTooltip: true },
{ visible: true, align: 'center', type: '', prop: 'opticalCableOffRemarks', label: '光缆段信息', showOverflowTooltip: true },
+ { visible: true, align: 'center', type: '', prop: 'equipmentModel', label: '设备型号', showOverflowTooltip: true, width: '200' },
+ { visible: true, align: 'center', type: '', prop: 'businessType', label: '业务类型', showOverflowTooltip: true, width: '200' },
{ visible: true, align: 'center', type: '', prop: 'createdAt', label: '数据信息', showOverflowTooltip: true }
//{ visible: false, prop: 'actions', label: '操作', type: 'slot', width: '160' }
])