From cbb05fd5da1cec77afcc3f2ef7ef4f2590e297a7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 30 五月 2023 09:25:14 +0800 Subject: [PATCH] 2023-05-30 --- src/menu/components/card/cardcellcomponent/formconfig.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx index 603aeaf..76dc518 100644 --- a/src/menu/components/card/cardcellcomponent/formconfig.jsx +++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx @@ -603,6 +603,7 @@ key: 'linkurl', label: '閾炬帴鍦板潃', initVal: card.linkurl || '', + tooltip: ['pc', 'mob'].includes(appType) ? '褰撻摼鎺ョ被鍨嬩负鈥滃叾浠栤�濓紝涓旈摼鎺ュ湴鍧�浠menuid@寮�澶存椂锛屽叾鍚庡唴瀹瑰皢琚涓鸿彍鍗旾D銆�' : '', required: true, options: [] }, @@ -611,7 +612,7 @@ key: 'open', label: '鎵撳紑鏂瑰紡', initVal: card.open || 'blank', - tooltip: '鑿滃崟鎵撳紑鏂瑰紡銆�', + tooltip: '鑿滃崟鎵撳紑鏂瑰紡锛岄摼鎺ユ棤鏁堛��', required: true, forbid: !['pc', 'mob'].includes(appType), options: [ -- Gitblit v1.8.0