From 546704f06c8cacea927ccc8cc14c7264fb06ba0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A6=8F=E8=B4=A2?= <1471584931@qq.com> Date: Wed, 5 Nov 2025 17:47:51 +0800 Subject: [PATCH] =?UTF-8?q?---=E6=95=B0=E6=8D=AE=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=AF=E7=94=A8=E5=92=8C=E4=BD=9C=E5=BA=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pcitc/src/DataLog.vue | 2 ++ 1 file changed, 2 insertions(+) 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 } },