From f7a1fe5c09bf1ad3c78d778835ad2f886ee8adaa Mon Sep 17 00:00:00 2001 From: dengzedong <dengzedong@email> Date: 星期四, 26 九月 2024 10:02:37 +0800 Subject: [PATCH] train方法:resultKey: 'result' <span :title="option.pyChineseName"> 参数删除按钮 --- src/utils/dict.ts | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 52d54d7..b1e134b 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -243,6 +243,13 @@ // ========== DATA - 数据平台模块 ========== DATA_FIELD_TYPE = 'data_field_type', TAG_DATA_TYPE = 'tag_data_type', - IS_ENABLED = 'is_enabled' - + IS_ENABLED = 'is_enabled', + OPCUA_SECURITY_POLICY = 'opcua_security_policy', + OPCUA_SECURITY_MODE = 'opcua_security_mode', + OPCUA_CONNECTION_TYPE = 'opcua_connection_type', + HTTP_METHOD = 'http_method', + TIME_GRANULARITY = 'time_granularity', + STAT_FUNC = 'stat_func', + TIME_LIMIT = 'time_limit', + ITEM_TYPE = 'item_type', } -- Gitblit v1.9.3