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

龙虎榜提交

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