行政处罚信用修复添加状态显示

This commit is contained in:
zhouxy 2026-02-04 20:46:12 +08:00
parent 7fee5f0b7b
commit 8e8e48679c
1 changed files with 4 additions and 0 deletions

View File

@ -201,8 +201,12 @@ export default {
// 冒用他人身份 begin
case 'startAccept':
return '待受理'
case 'handleRemPunish':
return '待审核'
case 'approveRemPunish':
return '待审批'
case 'returnRemPunish':
return '回退待处理'
case 'handleCancel':
return '登记-待审核'
case 'approvalCancel':