From c8eb1d74a09537143e697c849ca6e8986344212e Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期四, 12 九月 2024 17:28:19 +0800 Subject: [PATCH] 3018 disabled也要显示具体控件 --- locale/en.json | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/locale/en.json b/locale/en.json index 4f3df46..eafed40 100644 --- a/locale/en.json +++ b/locale/en.json @@ -91,6 +91,7 @@ "page.execute_after_delete_event_failed": "Failed to execute 'after_delete' event", "page.execute_query_event_failed": "Failed to execute 'Query_Event' event", "page.icon_click_event_empty": "The icon click event is null", + "page.icon_click_callback_empty": "Icon click callback event is empty", "page.after_select_event_empty": "鈥榓fter_select鈥�event is null", "page.before_select_event_empty": "鈥榖efore_select鈥�event is null", "page.tip_action_unprocessed": "This action has not been processed yet", -- Gitblit v1.9.1