From a7e07583541384e152fa2233f6185237ce89fb6b Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期三, 02 四月 2025 10:12:12 +0800 Subject: [PATCH] 设置查询导出数据精度 --- src/views/data/point/DaPointForm.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/data/point/DaPointForm.vue b/src/views/data/point/DaPointForm.vue index e4136b6..8b2bbf6 100644 --- a/src/views/data/point/DaPointForm.vue +++ b/src/views/data/point/DaPointForm.vue @@ -499,7 +499,7 @@ unittransfactor: 1, defaultValue: 0, maxValue: 100000000, - minValue: 0, + minValue: -100000000, minfreqid: undefined, remark: undefined, isEnable: 1, -- Gitblit v1.9.3