From d3ee81e33f92f23ee579f3d72c26e011523e166b Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期四, 26 九月 2024 14:36:34 +0800 Subject: [PATCH] sche 测点配置 --- src/utils/dict.ts | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index b1e134b..7189286 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -249,7 +249,8 @@ 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', + DATA_STAT_FUNC = 'data_stat_func', + IND_TIME_LIMIT = 'ind_time_limit', + IND_ITEM_TYPE = 'ind_item_type', + COM_IS_INT = 'com_is_int' } -- Gitblit v1.9.3