gaosp
2024-01-29 a359332dbd9fbedee6db289a8dfcf1986d8639b1
src/container/workshop/device.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-01-13 20:46:33
 * @LastEditors: Sneed
 * @LastEditTime: 2024-01-28 14:08:41
 * @LastEditTime: 2024-01-29 22:28:36
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/workshop/device.vue
-->
<template>
@@ -91,7 +91,6 @@
            return this.info.cycleCount || 0
        },
        machineName() {
            debugger
            let machineName = ''
            if (this.info.machineName) return this.info.machineName
            if (this.plantDeviceList.length > 0) {