我的咨询编辑状态增加nonRepoUpdate字段
This commit is contained in:
parent
229d4f8ab4
commit
69db04bc78
|
|
@ -173,7 +173,8 @@ function SelfList(props){
|
|||
const auditTypeEnom = {
|
||||
create: '发布',
|
||||
update: '编辑',
|
||||
delete: '删除'
|
||||
delete: '删除',
|
||||
nonRepoUpdate: '编辑'
|
||||
}
|
||||
|
||||
const statueName =(auditType)=>{
|
||||
|
|
|
|||
Loading…
Reference in New Issue