From 3affabc7e76c3f5d592ab494f0ff2987aa7ff83a Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 13 May 2026 10:05:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(hfnf):=20=E7=B3=BB=E7=BB=9F=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=8C=BA=E5=9F=9F=E6=96=B0=E5=A2=9E=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=A0=87=E5=87=86=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/views/fac_cal/hfnf_index.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/views/fac_cal/hfnf_index.vue b/src/views/fac_cal/hfnf_index.vue index fdb4b5e4..70c3417a 100644 --- a/src/views/fac_cal/hfnf_index.vue +++ b/src/views/fac_cal/hfnf_index.vue @@ -162,6 +162,15 @@ 进入测点数据明细 → +
+
+ +
+
+ 数据标准 + 查看数据标准模板 → +
+
@@ -223,6 +232,10 @@ const goDetail = () => { router.push('/hfnf_mplogx') } +const goStandard = () => { + router.push('/cement_data_template') +} + const initBarChart = () => { if (!barChartRef.value) return barChart = echarts.init(barChartRef.value)