---数据日志添加启用和作废

This commit is contained in:
2025-11-05 17:47:51 +08:00
parent 6d2d745e85
commit 546704f06c

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
}
},