| | |
| | | <!-- |
| | | * @Date: 2024-04-18 21:52:18 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-11-12 17:58:28 |
| | | * @LastEditTime: 2024-11-13 20:04:22 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/components/TimeAlarm.vue |
| | | --> |
| | | <template> |
| | |
| | | <el-col :span="24" class="stationFormData">机器品牌: {{stationFormData.machineBrand}}</el-col> |
| | | <el-col :span="24" class="stationFormData">机器编号: {{stationFormData.machineCode}}</el-col> |
| | | <el-col :span="24" class="stationFormData">机器名称: {{stationFormData.name}}</el-col> |
| | | <el-col :span="24" class="stationFormData">完工件数:{{stationFormData.Output}}</el-col> |
| | | <el-col :span="24" class="stationFormData">产量:{{stationFormData.Output}}</el-col> |
| | | <el-col :span="24" class="stationFormData">机床状态:{{stationFormData.DeviceStatus}}</el-col> |
| | | </el-row> |
| | | </template> |