From 7e4ff0e1ee5ea6b538358da9ac08fb9ca73979b9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 15 八月 2023 14:24:40 +0800 Subject: [PATCH] 2023-08-15 --- src/menu/components/share/actioncomponent/formconfig.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index 92fd479..bbc1515 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -259,6 +259,7 @@ key: 'label', label: '鎸夐挳鍚嶇О', initVal: card.label, + tooltip: card.uuid ? '鎸夐挳ID锛�' + card.uuid : '', required: true, }, { @@ -1385,6 +1386,7 @@ key: 'label', label: '鎸夐挳鍚嶇О', initVal: card.label, + tooltip: card.uuid ? '鎸夐挳ID锛�' + card.uuid : '', required: true, }, { -- Gitblit v1.8.0