kongdeqiang
2023-03-30 092ee93f1b3cca41d230dd2d40504bb7be4f9c32
修改前端页面
4个文件已修改
15 ■■■■ 已修改文件
src/components/page/Index2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/orderRecord/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/whiteList/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/Index2.vue
@@ -24,7 +24,7 @@
                            {{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}}
src/components/page/orderRecord/index.vue
@@ -16,6 +16,7 @@
              </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>
@@ -74,6 +75,11 @@
            onSearch() {
                this.loadData();
            },
          onSearch2() {
            this.$byutil.postData(this, this.urlPath+'getById/1000', null,res => {
              console.log(res.data)
            });
          },
          //设置默认日期
          defaultDate(){
            //获取新的时间
src/components/page/whiteList/index.vue
@@ -80,7 +80,7 @@
                    type: 0,
                    endTime: '',
                    startTime: '',
                    parkIds: '',
                    parkIds: null,
                    name: '',
                },
                ids:[],
src/router/index.js
@@ -80,6 +80,11 @@
            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: '无牌停车' }