| | |
| | | <!-- |
| | | * @Date: 2024-01-05 22:26:22 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-03-08 09:07:05 |
| | | * @LastEditTime: 2024-03-12 21:10:54 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreviewDetail/index.vue |
| | | --> |
| | | <template> |
| | |
| | | } catch (error) { |
| | | this.deviceInfo = {} |
| | | } |
| | | this.name = `车间列表 / ${this.$route.query.name} / ${this.deviceInfo.machineName}` |
| | | this.name = `车间列表 / ${this.$route.query.name ? this.$route.query.name + '/' : ''} ${this.deviceInfo.machineName}` |
| | | }, |
| | | formatSeconds(value) { |
| | | var secondTime = parseInt(value)// 秒 |