Commit 9299800b authored by liudong1993's avatar liudong1993

1

parent ad008c97
......@@ -24,6 +24,7 @@
<button class="hollowFixedBtn" @click="getdatalist()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" @click="method5()">{{$t('visa.v_daochu')}}</button>
<el-button class="hollowFixedBtn" @click="outerVisible=true">导入压房数据</el-button>
<el-button class="hollowFixedBtn" @click="goYFMonthStat()">月度统计</el-button>
</li>
</ul>
</div>
......@@ -198,6 +199,15 @@
query
});
},
goYFMonthStat(){
let query = {
blank: "y",
};
this.$router.push({
path: "/ReserveRoomMonth",
query
});
},
beforeAvatarUpload(file) {
return;
},
......
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