更新设备状态枚举

This commit is contained in:
白菜
2025-11-01 13:02:01 +08:00
parent 1280b7196c
commit da0d3d12ef
4 changed files with 17 additions and 17 deletions

View File

@ -41,10 +41,10 @@
label="设备类别">
</el-table-column>
<el-table-column
prop="communicationStatus"
prop="runningStatus"
label="在线状态">
<template slot-scope="scope">
<span>{{$store.state.ems.communicationStatusOptions[scope.row.communicationStatus]}}</span>
<span>{{$store.state.ems.deviceStatusOptions[scope.row.runningStatus]}}</span>
</template>
</el-table-column>
<el-table-column