修改触发类型

This commit is contained in:
guanj
2026-01-23 08:51:03 +08:00
parent 8b356c87a3
commit 6aeac753ef
15 changed files with 625 additions and 621 deletions

View File

@@ -32,7 +32,7 @@
<div class="statistics-box">
<MyEChart style="height: 250px" :options="picEChart1" />
<el-table size="small" height="250px" :data="resembleData">
<el-table-column prop="name" label="触发类型" width="80px" align="center" />
<el-table-column prop="name" label="暂降类型" width="80px" align="center" />
<el-table-column prop="value" label="暂降次数" width="80px" align="center" />
</el-table>
</div>