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 { ...@@ -25,6 +25,9 @@ export default {
}, },
columnsStyle:{ columnsStyle:{
type: Object, type: Object,
default: function () {
return {};
}
}, },
rows: { rows: {
type: Array, type: Array,
......
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
components: {ContrastCard, TableColumn, TitleContentMark}, components: {ContrastCard, TableColumn, TitleContentMark},
data() { data() {
return { return {
today: '2023-05-19', today: '2022-06-26',
curPageCode: this.$route.query.code ? this.$route.query.code : "yye", curPageCode: this.$route.query.code ? this.$route.query.code : "yye",
currentData: {}, currentData: {},
mockDataDay: { mockDataDay: {
......
...@@ -167,9 +167,8 @@ export default { ...@@ -167,9 +167,8 @@ export default {
}, },
data() { data() {
return { return {
today: '2023-05-19', today: '2022-06-26',
// today: moment().format("yyyy-MM-DD"), // today: moment().format("yyyy-MM-DD"),
today: '2023-06-19',
yyqk: { yyqk: {
yye: { yye: {
title: "营业额", title: "营业额",
...@@ -490,8 +489,8 @@ export default { ...@@ -490,8 +489,8 @@ export default {
}); });
}, },
refreshData(){ refreshData(){
getTransportTypeOrderFinishPie(res => this.transportTypeOrderFinishPie = res,"2022-06-26"); getTransportTypeOrderFinishPie(res => this.transportTypeOrderFinishPie = res,this.today);
getCustomerOrderFinishPie(res => this.customerOrderFinishPie = res,"2022-06-26"); getCustomerOrderFinishPie(res => this.customerOrderFinishPie = res,this.today);
} }
}, },
mounted() { 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