|
@ -117,6 +117,14 @@ export default { |
|
|
this.title=this.titleData[this.getQueryVariable('type')]?this.titleData[this.getQueryVariable('type')].title:'' |
|
|
this.title=this.titleData[this.getQueryVariable('type')]?this.titleData[this.getQueryVariable('type')].title:'' |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
// setTimeData |
|
|
|
|
|
setTimeData(){ |
|
|
|
|
|
this.time=moment().format('YYYY-MM-DD'); |
|
|
|
|
|
this.getData(); |
|
|
|
|
|
setTimeout(()=>{ |
|
|
|
|
|
this.setTimeData(); |
|
|
|
|
|
},360000) |
|
|
|
|
|
}, |
|
|
// 根据状态获取色值 |
|
|
// 根据状态获取色值 |
|
|
colorValue(status){ |
|
|
colorValue(status){ |
|
|
return this.orderColors[status]; |
|
|
return this.orderColors[status]; |
|
|