This commit is contained in:
‘huanghaiixia’
2025-11-06 17:24:23 +08:00
3 changed files with 5 additions and 2 deletions

View File

@ -45,6 +45,8 @@
if (record.operationType == 'INSERT') text='新增'
if (record.operationType == 'UPDATE') text='修改'
if (record.operationType == 'DELETE') text='删除'
if (record.operationType == 'ENABLE') text='启用'
if (record.operationType == 'DISABLE') text='作废'
return text
}
},