4.6 代理增加供应商查阅回复字段,供应商增加已回复状态点击查看更新查阅回复字段接口

This commit is contained in:
jl-zhoujl2
2022-04-06 21:19:03 +08:00
parent fd1cfa84f2
commit 8aef96ef42
3 changed files with 33 additions and 7 deletions

View File

@ -121,6 +121,15 @@ const MentionDoubtReply: React.FC<{}> = () => {
3: { text: '已回复' }
}
},
{
title: '供应商查阅回复',
dataIndex: 'replyReadStatus',
width: 150,
valueEnum: {
0: { text: '未查看' },
1: { text: '已查看' },
}
},
{
title: '操作',
width: 150,