Commit 15022a62 authored by 黄媛媛's avatar 黄媛媛

update

parent 28d3cae5
This diff is collapsed.
...@@ -341,6 +341,15 @@ export default { ...@@ -341,6 +341,15 @@ export default {
},{ },{
value: '3', value: '3',
label: '劳动节' label: '劳动节'
},{
value: '4',
label: '端午节'
},{
value: '5',
label: '中秋节'
},{
value: '6',
label: '国庆节'
} }
], ],
queryType2: [ queryType2: [
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</el-tooltip> </el-tooltip>
</div> </div>
</div> </div>
<div class="event"> <div class="event" @click="goBirth('feedbackEvent')">
<img src="../../assets/img/event/yijian.png" /> <img src="../../assets/img/event/yijian.png" />
<div class="content"> <div class="content">
<div class="ti">意见反馈事件</div> <div class="ti">意见反馈事件</div>
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</el-tooltip> </el-tooltip>
</div> </div>
</div> </div>
<div class="event"> <div class="event" @click="goBirth('nexttimeEvent')">
<img src="../../assets/img/event/nexttrip.png" /> <img src="../../assets/img/event/nexttrip.png" />
<div class="content"> <div class="content">
<div class="ti">下次出行事件</div> <div class="ti">下次出行事件</div>
......
This diff is collapsed.
...@@ -218,6 +218,22 @@ export default new Router({ ...@@ -218,6 +218,22 @@ export default new Router({
title: "突发事件" title: "突发事件"
} }
}, },
{
path: "/feedbackEvent",
name: "feedbackEvent",
component: ()=>import('./components/sellevent/feedback.vue'),
meta: {
title: "意见反馈事件"
}
},
{
path: "/nexttimeEvent",
name: "nexttimeEvent",
component: ()=>import('./components/sellevent/nexttime.vue'),
meta: {
title: "下次出行事件"
}
},
{ {
path: "/gaoxiao", path: "/gaoxiao",
name: "gaoxiao", name: "gaoxiao",
......
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