材料站-优化

This commit is contained in:
bb_pan 2025-07-05 17:56:39 +08:00
parent eaf1def929
commit c9b0b78d73
1 changed files with 3 additions and 3 deletions

View File

@ -218,10 +218,10 @@
:show-overflow-tooltip="true"
></el-table-column>
<el-table-column label="设备编码" prop="maCode" align="center" :show-overflow-tooltip="true"></el-table-column>
<el-table-column label="设备状态" prop="maStatus" align="center" :show-overflow-tooltip="true">
<template slot-scope="scope">
<el-table-column label="设备状态" prop="maStatusName" align="center" :show-overflow-tooltip="true">
<!-- <template slot-scope="scope">
<dict-tag :options="dict.type.ma_machine_status" :value="scope.row.maStatus" />
</template>
</template> -->
</el-table-column>
<el-table-column
label="损坏价值判断"