a2d27fa0 by lihua

日志添加节点名称

1 parent d797b05e
...@@ -62,6 +62,7 @@ const processTableInfo = ref({ ...@@ -62,6 +62,7 @@ const processTableInfo = ref({
62 } 62 }
63 return !scope.row.operatingType ? '--' : typeMap[scope.row.operatingType]; 63 return !scope.row.operatingType ? '--' : typeMap[scope.row.operatingType];
64 } }, 64 } },
65 { label: "节点名称", field: "nodeName", width: 220 },
65 { label: "操作人", field: "operator", width: 160 } 66 { label: "操作人", field: "operator", width: 160 }
66 ], 67 ],
67 data: [], 68 data: [],
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!