Commit 45087608 authored by 黄奎's avatar 黄奎
parents 130c718f 1c46bc24
......@@ -139,6 +139,11 @@ export default {
}
}
},
created(){
this.dateList[0]=moment().subtract(6, "month").format("YYYY-MM-DD");
this.dateList[1]=moment().format("YYYY-MM-DD");
// console.log("this.dateList",this.dateList)
},
mounted(){
this.getLineList();
this.getList();
......
......@@ -1646,11 +1646,11 @@ export default {
name: 'PassengerFeedback',
component: resolve => require(['@/components/TravelManager/TravelList/PassengerFeedback'], resolve),
meta: {
title: '一键调查统计'
title: '意见调查统计'
},
},
{
path: '/FeedbackChart', //一键调查统计
path: '/FeedbackChart', //意见调查统计
name: 'FeedbackChart',
component: resolve => require(['@/components/TravelManager/TravelList/FeedbackChart'], resolve),
meta: {
......
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