fix: 调试中出现的问题2

This commit is contained in:
2025-03-29 14:37:02 +08:00
parent f8081c4949
commit 867e99bd23
24 changed files with 494 additions and 116 deletions

View File

@@ -186,6 +186,7 @@
</template>
</el-table-column>
<el-table-column prop="qzzno" label="气涨轴" :min-width="flexWidth('qzzno',crud.data,'气涨轴')" />
<el-table-column prop="spec" label="规格" :min-width="flexWidth('spec',crud.data,'气涨轴')" />
<el-table-column prop="point_status" label="点位状态">
<template slot-scope="scope">
{{ dict.label.delivery_point_status[scope.row.point_status] }}