a2d27fa0 by lihua

日志添加节点名称

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