From e9d8f9afe74248637f6a2a3986f23615d89850fa Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期日, 13 十月 2024 23:54:34 +0800 Subject: [PATCH] 测点配置修改 --- src/utils/dict.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 8df18e7..eef6249 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -243,6 +243,7 @@ // ========== DATA - 数据平台模块 ========== DATA_FIELD_TYPE = 'data_field_type', TAG_DATA_TYPE = 'tag_data_type', + POINT_DATA_TYPE = 'point_data_type', IS_ENABLED = 'is_enabled', OPCUA_SECURITY_POLICY = 'opcua_security_policy', OPCUA_SECURITY_MODE = 'opcua_security_mode', @@ -253,7 +254,6 @@ IND_TIME_LIMIT = 'ind_time_limit', IND_ITEM_TYPE = 'ind_item_type', COM_IS_INT = 'com_is_int', - POINT_TYPE = 'point_type', - DATA_TYPE = 'data_type', + DATA_POINT_TYPE = 'data_point_type', MINFREQID = 'minfreqid', } -- Gitblit v1.9.3