| | |
| | | } |
| | | }, |
| | | mounted() { |
| | | // this.tops(); |
| | | this.tops(); |
| | | this.changeTiming(); |
| | | this.$bus.$on('refresh-components', (value) => { |
| | | // 刷新初始化方法 |
| | |
| | | }, |
| | | methods: { |
| | | tops(){ |
| | | // this.$http.get('http://127.0.0.1:8080/greaseBoard/bigListGreaseBoard') |
| | | this.$http.get('http://172.20.1.10:8080/greaseBoard/bigListGreaseBoard') |
| | | this.$http.get('http://127.0.0.1:8080/greaseBoard/bigListGreaseBoard') |
| | | // this.$http.get('http://172.20.1.10:8080/greaseBoard/bigListGreaseBoard') |
| | | .then((response)=>{ |
| | | this.config = { |
| | | header: ['工位', '到期时间', '剩余天数'], |
| | |
| | | changeTiming() { |
| | | setInterval(() => { |
| | | this.tops(); |
| | | }, 300000) |
| | | }, 6000) |
| | | }, |
| | | } |
| | | } |
| | |
| | | <div class="content-box2"> |
| | | <dv-border-box-6> |
| | | <div> |
| | | <div class="top-top">工单号</div> |
| | | <div class="top-top">工单编号</div> |
| | | <!-- <div class="top-bottom">{{orderDetail.workOrderNo}}</div>--> |
| | | <div class="top-bottom selectBottom"> |
| | | |