| | |
| | | </a-col> |
| | | <a-col :span="8"> |
| | | <div id="spindleTemperatureChart" style="height: 300px;"></div> |
| | | |
| | | |
| | | </a-col> |
| | | <a-col :span="8"> |
| | | <div id="coolantTemperatureChart" style="height: 300px;"></div> |
| | |
| | | AppstoreOutlined, |
| | | FieldTimeOutlined |
| | | } from '@ant-design/icons-vue'; |
| | | |
| | | import img from '#/assets/images/T850-840.2.jpg' |
| | | export default defineComponent({ |
| | | name: 'CNCMachiningCenterDetail', |
| | | setup() { |
| | |
| | | serviceLife: 15, |
| | | status: '运行中', |
| | | statusColor: '#52c41a', |
| | | imageUrl: '/src/assets/images/T850-840.2.jpg' // 添加设备图片路径 |
| | | imageUrl: img // 添加设备图片路径 |
| | | }); |
| | | |
| | | const healthData = reactive({ |