| | |
| | | <!-- |
| | | * @Date: 2024-04-18 21:52:18 |
| | | * @LastEditors: 李喆(开发组) lzhe@yxqiche.com |
| | | * @LastEditTime: 2025-11-18 16:03:27 |
| | | * @LastEditTime: 2025-11-18 16:54:41 |
| | | * @FilePath: /cps-web/src/views/mdc/components/StationLiveSpeed.vue |
| | | --> |
| | | <template> |
| | |
| | | <div class="dataHr">加工数据</div> |
| | | <el-row :gutter="20" style="padding-right: 12px;padding-left: 12px;"> |
| | | <!-- 主轴负载(SpindleLoad),主轴倍率(SpindleRate),进给倍率(FeedRate) 不在这里展示 --> |
| | | <el-col :span="12" v-for="item in dmpList" style="margin-bottom: 12px;" |
| | | v-show="item.dpName.toLowerCase() != 'spindleload' && item.dpName.toLowerCase() != 'spindlerate' && item.dpName.toLowerCase() != 'feedrate'"> |
| | | <el-col :span="12" v-for="item in dmpList" style="margin-bottom: 12px;"> |
| | | <!-- v-show="item.dpName.toLowerCase() != 'spindleload' && item.dpName.toLowerCase() != 'spindlerate' && item.dpName.toLowerCase() != 'feedrate'" --> |
| | | <div> |
| | | <div class="inlineDiv">{{ item.dpLabel }}</div> |
| | | <el-input v-model="item.codeName" :disabled="true" class="inlineInput" |
| | |
| | | myChartA.setOption(optionA); |
| | | myChartB.setOption(optionB); |
| | | myChartC.setOption(optionC); |
| | | |
| | | console.log(this.dmpList,111) |
| | | } |
| | | }, |
| | | mounted() { |