From dea4e44578b8e1f31c7416a49e9da7f7a87829ff Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期三, 18 九月 2024 13:52:51 +0800 Subject: [PATCH] opc ua 字典 --- src/utils/dict.ts | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index c0f80f6..be88689 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -240,5 +240,9 @@ // ========== 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', + } -- Gitblit v1.9.3