feat(merchant): 添加偷卡记录延迟时间字段
- 在偷卡记录表格中增加延迟时间列 - 字段名称为 delayDuration
This commit is contained in:
@@ -66,6 +66,10 @@ const columns = [
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '延迟时间',
|
||||
dataIndex: 'delayDuration'
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
dataIndex: 'status',
|
||||
|
||||
Reference in New Issue
Block a user