From 6469f2e106e1ecfc661bee2748b8363cc14ffe6c Mon Sep 17 00:00:00 2001 From: dengzedong <dengzedong@email> Date: 星期二, 08 四月 2025 10:59:38 +0800 Subject: [PATCH] 预测项 校验是否有预测长度参数 --- src/views/data/point/DaPointChart.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/data/point/DaPointChart.vue b/src/views/data/point/DaPointChart.vue index caaa271..54e01c5 100644 --- a/src/views/data/point/DaPointChart.vue +++ b/src/views/data/point/DaPointChart.vue @@ -1,6 +1,6 @@ <template> <el-dialog - title="采集值" + title="历史值" :close-on-click-modal="false" width="50%" v-model="visible" -- Gitblit v1.9.3