| | |
| | | { name: '机巢状态', value: '', field: 'status' }, |
| | | ]) |
| | | const store = useStore() |
| | | const singleTotal = computed(() => store.state.home.singleTotal) |
| | | const singleTotal = inject('singleTotal') |
| | | watch(singleTotal, val => { |
| | | if (val?.device_info) { |
| | | infoList.value.forEach(item => { |
| | |
| | | |
| | | <style lang="scss"> |
| | | .machineTableDetails { |
| | | width: 1270px; |
| | | height: 856px; |
| | | |
| | | .el-pagination { |
| | | text-align: left; |
| | | padding: 20px 20px 0 20px; |
| | | padding: 10px 20px 5px 10px; |
| | | } |
| | | .my-header { |
| | | display: inline-block; |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | margin-bottom: 14px; |
| | | margin-bottom: 10px; |
| | | font-size: 14px; |
| | | color: #ffffff; |
| | | .itemBox { |
| | |
| | | margin: 0 24px; |
| | | } |
| | | .machineTableDetailsTitle { |
| | | margin-bottom: 16px; |
| | | margin-bottom: 10px; |
| | | background: url('/src/assets/images/signMachineNest/machineRight/detailtitle.png') no-repeat center; |
| | | background-size: 100% 100%; |
| | | span { |