From 67e80dd003afb30ab67ac8c4e63bee4abb34bb7a Mon Sep 17 00:00:00 2001
From: Jay <csj123456>
Date: 星期三, 16 十月 2024 15:03:27 +0800
Subject: [PATCH] 修改保存的id和修改展示页面

---
 src/utils/dict.ts |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/utils/dict.ts b/src/utils/dict.ts
index 5d9fac8..eef6249 100644
--- a/src/utils/dict.ts
+++ b/src/utils/dict.ts
@@ -243,10 +243,17 @@
   // ========== 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',
   OPCUA_CONNECTION_TYPE = 'opcua_connection_type',
   HTTP_METHOD = 'http_method',
-
+  TIME_GRANULARITY = 'time_granularity',
+  DATA_STAT_FUNC = 'data_stat_func',
+  IND_TIME_LIMIT = 'ind_time_limit',
+  IND_ITEM_TYPE = 'ind_item_type',
+  COM_IS_INT = 'com_is_int',
+  DATA_POINT_TYPE = 'data_point_type',
+  MINFREQID = 'minfreqid',
 }

--
Gitblit v1.9.3