From c5d272f5bd77aa2f97da59f0b72a392de430d738 Mon Sep 17 00:00:00 2001 From: dengzedong <dengzedong@email> Date: 星期五, 20 六月 2025 12:46:32 +0800 Subject: [PATCH] IS_CUMU_NEG = 'is_cumu_neg', --- src/views/data/point/DaPointForm.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/data/point/DaPointForm.vue b/src/views/data/point/DaPointForm.vue index 0b2376e..20dc2c5 100644 --- a/src/views/data/point/DaPointForm.vue +++ b/src/views/data/point/DaPointForm.vue @@ -337,7 +337,7 @@ placeholder="请选择是否累计负数" > <el-option - v-for="dict in getIntDictOptions(DICT_TYPE.COM_IS_INT)" + v-for="dict in getIntDictOptions(DICT_TYPE.IS_CUMU_NEG)" :key="dict.value" :label="dict.label" :value="dict.value" @@ -429,7 +429,7 @@ pointNo: '' }]) const queryParams = reactive({ - pointTypes: "MEASURE,CONSTANT,CUMULATE,EXTREMAL", + pointTypes: "MEASURE,CONSTANT,CALCULATE,CUMULATE,EXTREMAL", }) const pointList2 = ref([{ pointName: '', -- Gitblit v1.9.3