创建:{{ scope.row.createdAt }}
@@ -730,7 +741,8 @@ const queryParams = reactive({
roomId: null,
racksId: null,
framesId: null,
- deptId: null
+ deptId: null,
+ opticalCableOffRemarks: null
})
const columns = ref([
{ visible: false, align: 'center', type: '', prop: 'id', label: 'Id' },
@@ -741,6 +753,7 @@ const columns = ref([
{ visible: true, align: 'center', type: '', prop: 'remarks', label: '备注', showOverflowTooltip: true },
{ 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: 'createdAt', label: '数据信息', showOverflowTooltip: true }
//{ visible: false, prop: 'actions', label: '操作', type: 'slot', width: '160' }
])
diff --git a/src/views/business/OdfPorts.vue b/src/views/business/OdfPorts.vue
index d5b0cca..363a5a0 100644
--- a/src/views/business/OdfPorts.vue
+++ b/src/views/business/OdfPorts.vue
@@ -30,8 +30,8 @@
-
-
+
+
{{ $t('btn.search') }}
@@ -89,7 +89,7 @@
v-if="columns.showColumn('historyRemarks')" />
@@ -207,8 +207,8 @@
-
-
+
+
@@ -268,7 +268,7 @@ const columns = ref([
{ visible: false, align: 'center', type: '', prop: 'portNumber', label: '端口号' },
{ visible: true, align: 'center', type: 'dict', prop: 'status', label: '连接状态', dictType: 'odf_ports_status' },
{ visible: true, align: 'center', type: '', prop: 'remarks', label: '备注', showOverflowTooltip: true },
- { visible: true, align: 'center', type: '', prop: 'opticalCableOffRemarks', label: '光缆断信息', showOverflowTooltip: true },
+ { visible: true, align: 'center', type: '', prop: 'opticalCableOffRemarks', label: '光缆段信息', showOverflowTooltip: true },
{ visible: true, align: 'center', type: '', prop: 'opticalAttenuation', label: '光衰值(dB)', showOverflowTooltip: true },
{ visible: true, align: 'center', type: '', prop: 'historyRemarks', label: '历史故障记录', showOverflowTooltip: true },
{ visible: false, align: 'center', type: '', prop: 'createdAt', label: '创建时间', showOverflowTooltip: true },