diff --git a/src/components/pcitc/src/DataLog.vue b/src/components/pcitc/src/DataLog.vue index 61c4f11..2aa51cd 100644 --- a/src/components/pcitc/src/DataLog.vue +++ b/src/components/pcitc/src/DataLog.vue @@ -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 } },