Commit 24aa888d authored by 王礼鸿 Baimax Wang's avatar 王礼鸿 Baimax Wang

龙虎榜提交

parent dfd3bd2b
...@@ -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: {
......
...@@ -168,9 +168,8 @@ export default { ...@@ -168,9 +168,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: "营业额",
...@@ -483,8 +482,8 @@ export default { ...@@ -483,8 +482,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