路径图添加创建人

This commit is contained in:
BOE\10867418
2023-04-03 17:37:36 +08:00
parent 2629eca889
commit 406ed322cf

View File

@@ -244,6 +244,14 @@ export default {
align: "center", align: "center",
width: 120, width: 120,
}, },
{
title: "创建人",
dataIndex: "createName",
ellipsis: true,
key: "createName",
align: "center",
width: 120,
},
{ {
title: "路径状态", title: "路径状态",
dataIndex: "status", dataIndex: "status",