4.6 代理增加供应商查阅回复字段,供应商增加已回复状态点击查看更新查阅回复字段接口
This commit is contained in:
@ -121,6 +121,15 @@ const MentionDoubtReply: React.FC<{}> = () => {
|
||||
3: { text: '已回复' }
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '供应商查阅回复',
|
||||
dataIndex: 'replyReadStatus',
|
||||
width: 150,
|
||||
valueEnum: {
|
||||
0: { text: '未查看' },
|
||||
1: { text: '已查看' },
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
width: 150,
|
||||
|
Reference in New Issue
Block a user