我的咨询编辑状态增加nonRepoUpdate字段

This commit is contained in:
谢思 2026-06-12 09:53:40 +08:00
parent 229d4f8ab4
commit 69db04bc78
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@ function SelfList(props){
const auditTypeEnom = {
create: '发布',
update: '编辑',
delete: '删除'
delete: '删除',
nonRepoUpdate: '编辑'
}
const statueName =(auditType)=>{