Commit f137b7d4 authored by 张恒's avatar 张恒

Merge remote-tracking branch 'origin/ld_databoard_fix' into ld_databoard_fix

parents 8eb58b82 24aa888d
......@@ -25,6 +25,9 @@ export default {
},
columnsStyle:{
type: Object,
default: function () {
return {};
}
},
rows: {
type: Array,
......
......@@ -40,7 +40,7 @@ export default {
components: {ContrastCard, TableColumn, TitleContentMark},
data() {
return {
today: '2023-05-19',
today: '2022-06-26',
curPageCode: this.$route.query.code ? this.$route.query.code : "yye",
currentData: {},
mockDataDay: {
......
......@@ -167,9 +167,8 @@ export default {
},
data() {
return {
today: '2023-05-19',
today: '2022-06-26',
// today: moment().format("yyyy-MM-DD"),
today: '2023-06-19',
yyqk: {
yye: {
title: "营业额",
......@@ -490,8 +489,8 @@ export default {
});
},
refreshData(){
getTransportTypeOrderFinishPie(res => this.transportTypeOrderFinishPie = res,"2022-06-26");
getCustomerOrderFinishPie(res => this.customerOrderFinishPie = res,"2022-06-26");
getTransportTypeOrderFinishPie(res => this.transportTypeOrderFinishPie = res,this.today);
getCustomerOrderFinishPie(res => this.customerOrderFinishPie = res,this.today);
}
},
mounted() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment