统计分析

This commit is contained in:
geting 2024-11-28 14:17:45 +08:00
parent 540a6decd7
commit c920db3e0d

View File

@ -1,6 +1,6 @@
<template>
<div class="measurement">
<el-table :columns="tableColumn" :data="tableData" @sort-change="sortChange" max-height="495">
<el-table :columns="tableColumn" :data="tableData" @sort-change="sortChange" max-height="420">
<el-table-column
v-for="item in tableColumn"
:key="item.prop"