| | |
| | | {{this.statisticData.createTime}} |
| | | </el-form-item> |
| | | <el-form-item label="停留时间" style="margin-left: 25px;"> |
| | | {{this.statisticData.time}}分钟 |
| | | {{this.statisticData.timeStr}}分钟 |
| | | </el-form-item> |
| | | <el-form-item label="位置" style="margin-left: 25px;"> |
| | | {{this.statisticData.parkName}} |
| | |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" size="small" @click="onSearch" icon="el-icon-search">查询</el-button> |
| | | <el-button type="primary" size="small" @click="onSearch2" icon="el-icon-search">查询</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | |
| | | onSearch() { |
| | | this.loadData(); |
| | | }, |
| | | onSearch2() { |
| | | this.$byutil.postData(this, this.urlPath+'getById/1000', null,res => { |
| | | console.log(res.data) |
| | | }); |
| | | }, |
| | | //设置默认日期 |
| | | defaultDate(){ |
| | | //获取新的时间 |
| | |
| | | type: 0, |
| | | endTime: '', |
| | | startTime: '', |
| | | parkIds: '', |
| | | parkIds: null, |
| | | name: '', |
| | | }, |
| | | ids:[], |
| | |
| | | meta: { title: '智慧泊车' } |
| | | }, |
| | | { |
| | | path: '/indexTest', |
| | | component: resolve => require(['../components/page/IndexTest.vue'], resolve), |
| | | meta: { title: '邮储测试' } |
| | | }, |
| | | { |
| | | path: '/index3', |
| | | component: resolve => require(['../components/page/Index3.vue'], resolve), |
| | | meta: { title: '无牌停车' } |