This commit is contained in:
caozehui
2025-12-11 08:35:01 +08:00
parent 4c477ae22a
commit 647afd9fc9
4 changed files with 8 additions and 5 deletions

View File

@@ -2,11 +2,13 @@
<div class="table-main">
<el-table
:data="prop.tableData"
height="368px"
stripe
border
:header-cell-style="{ textAlign: 'center' }"
:cell-style="{ textAlign: 'center' }"
height="368px"
style="width: 100%"
>
<!-- <el-table-column type="index" label="序号" width="70" fixed="left" />-->
<el-table-column label="A相" v-if="prop.tableData.length==0|| prop.tableData[0]?.dataA">
<el-table-column prop="dataA" :label="'标准值'+(outerUnit==''?'':''+outerUnit+'')">