From 4dcad4a403aeed2791282882d944045e404a4278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E7=82=AF?= Date: Fri, 18 Jul 2025 18:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=AF=A6=E6=83=85=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9C=8B=E7=A7=9F=E6=88=B7ID=E5=92=8C=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/components/table/modifyRecord.vue | 19 +++++++++++++++++++ Web/src/types/views.d.ts | 7 +++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Web/src/components/table/modifyRecord.vue b/Web/src/components/table/modifyRecord.vue index bfefc040..f6c8fd71 100644 --- a/Web/src/components/table/modifyRecord.vue +++ b/Web/src/components/table/modifyRecord.vue @@ -37,7 +37,26 @@ {{ props.data.updateTime ?? t('message.list.none') }} + + + + + {{ props.data.createOrgName ?? t('message.list.none') }} + + + + {{ props.data.tenantId ?? t('message.list.none') }} + +