fix:工时统计->热压生产数据:列宽度调整

This commit is contained in:
shijing 2026-02-04 09:46:58 +08:00
parent 9c28cfff84
commit 29adfe2d7d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
<span>{{ scope.row.data.脱膜测量_检测项_伸长?scope.row.data.脱膜测量_检测项_伸长:'' }}</span> <span>{{ scope.row.data.脱膜测量_检测项_伸长?scope.row.data.脱膜测量_检测项_伸长:'' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="日期" align="center"> <el-table-column label="日期" align="center" width="90">
<template #default="scope"> <template #default="scope">
<span>{{ scope.row.data.装炉压板出炉_压板出炉_日期?scope.row.data.装炉压板出炉_压板出炉_日期:'' }}</span> <span>{{ scope.row.data.装炉压板出炉_压板出炉_日期?scope.row.data.装炉压板出炉_压板出炉_日期:'' }}</span>
</template> </template>