|
@ -19,8 +19,7 @@ |
|
|
:label="item.val" |
|
|
:label="item.val" |
|
|
v-for="(item, i) in fromList.fromTxt" |
|
|
v-for="(item, i) in fromList.fromTxt" |
|
|
:key="i" |
|
|
:key="i" |
|
|
>{{ item.text }}</Radio |
|
|
>{{ item.text }}</Radio> |
|
|
> |
|
|
|
|
|
</RadioGroup> |
|
|
</RadioGroup> |
|
|
<DatePicker |
|
|
<DatePicker |
|
|
:editable="false" |
|
|
:editable="false" |
|
@ -192,19 +191,16 @@ |
|
|
return this.isMobile ? "top" : "left"; |
|
|
return this.isMobile ? "top" : "left"; |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
created(){ |
|
|
// created(){ |
|
|
this.cardList() |
|
|
// this.cardList() |
|
|
this.orderchart() |
|
|
// this.orderchart() |
|
|
this.staff() |
|
|
// this.staff() |
|
|
|
|
|
// }, |
|
|
|
|
|
// mounted() { |
|
|
|
|
|
// this.$nextTick(function(){ |
|
|
// this.trends() |
|
|
// this.trends() |
|
|
}, |
|
|
// }) |
|
|
mounted() { |
|
|
// }, |
|
|
this.$nextTick(function(){ |
|
|
|
|
|
// setTimeout(()=>{ |
|
|
|
|
|
this.trends() |
|
|
|
|
|
// },2000) |
|
|
|
|
|
}) |
|
|
|
|
|
}, |
|
|
|
|
|
methods:{ |
|
|
methods:{ |
|
|
int(){ |
|
|
int(){ |
|
|
this.cardList() |
|
|
this.cardList() |
|
|