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)