feat(hfnf): 系统信息区域新增数据标准页面跳转链接

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
TianyangZhang 2026-05-13 10:05:59 +08:00
parent b5be1bbfec
commit 3affabc7e7
1 changed files with 13 additions and 0 deletions

View File

@ -162,6 +162,15 @@
<el-button type="primary" link @click="goDetail">进入测点数据明细 </el-button>
</div>
</div>
<div class="sys-info-item">
<div class="sys-info-icon" style="background: #fdf6ec;">
<el-icon :size="20" color="#e6a23c"><Document /></el-icon>
</div>
<div class="sys-info-content">
<span class="sys-info-label">数据标准</span>
<el-button type="primary" link @click="goStandard">查看数据标准模板 </el-button>
</div>
</div>
</div>
</div>
</el-col>
@ -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)