From d058d6d1762cf84adf847b932cee6758eb9a147a Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 25 Mar 2025 11:21:07 +0800 Subject: [PATCH] fix: function add required MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1053859 --user=王孝刚 【函数库】函数内容给出必填提示 https://www.tapd.cn/57709429/s/1675529 --- ui/src/views/function-lib/component/FunctionFormDrawer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/function-lib/component/FunctionFormDrawer.vue b/ui/src/views/function-lib/component/FunctionFormDrawer.vue index 367348278..f12e6f94e 100644 --- a/ui/src/views/function-lib/component/FunctionFormDrawer.vue +++ b/ui/src/views/function-lib/component/FunctionFormDrawer.vue @@ -238,6 +238,7 @@

{{ $t('views.functionLib.functionForm.form.param.code') }} + * {{ $t('views.functionLib.functionForm.form.param.paramInfo2') }}