日志添加节点名称
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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: [], | ... | ... |
-
Please register or sign in to post a comment