---数据日志添加启用和作废
This commit is contained in:
@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user