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 | 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 8d81bb5..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" -- Gitblit v1.9.3