| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="scroll-right" id="nav" style="cursor: move;"> |
| | | <div class="scroll-right"> |
| | | <div class="content"> |
| | | <div class="content-title content-title-right" style="border-bottom: 0;"> |
| | | <div class="content-title-item" v-for="(item,index) in weeks" :key="'b'+index"> |
| | |
| | | } |
| | | this.monthList.reverse() |
| | | // this.getPower() |
| | | this.scrollInit() |
| | | }, |
| | | methods: { |
| | | refresh(){ |
| | |
| | | }) |
| | | }, |
| | | obtainItemParameterList() { |
| | | this.$axios.get(this.$api.laboratoryScope.obtainItemParameterList).then(res => { |
| | | if(this.PROJECT == '检测中心') { |
| | | this.laboratory = [{ |
| | | label: '通信产品实验室', |
| | | value: '通信产品实验室' |
| | | }, { |
| | | label: '电力产品实验室', |
| | | value: '电力产品实验室' |
| | | }] |
| | | } else { |
| | | this.$axios.get(this.$api.laboratoryScope.obtainItemParameterList).then(res => { |
| | | let data = [] |
| | | res.data.forEach(a => { |
| | | data.push({ |
| | |
| | | }) |
| | | this.laboratory = data |
| | | }) |
| | | } |
| | | |
| | | }, |
| | | handleCommand(e,m){ |
| | | if(e!=m.shift){ |
| | |
| | | margin-left: 220px; |
| | | overflow-x: scroll; |
| | | /* overflow-x: hidden; */ |
| | | cursor: move; |
| | | } |
| | | |
| | | .content { |