feat(报表): 添加发货配卷时间列
在报表配置中添加发货配卷时间列,用于显示配卷事件的时间信息
This commit is contained in:
@@ -292,6 +292,11 @@ const defaultColumns = {
|
||||
prop: "bindPrincipal",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: '配卷事件',
|
||||
prop: 'bindDeliveryTime',
|
||||
align: 'center'
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user