kongdeqiang
3 天以前 66cea4479288064e1e50ee8c0c1d5b38526c67bb
src/components/page/leaderShow/Dialog/inAndOutForm.vue
@@ -1,7 +1,7 @@
<template>
    <div class="inAndOutForm-wrap">
        <el-dialog
                title="智慧泊实时入场记录"
                title="智慧泊车实时入场记录"
                :visible.sync="dialogVisible"
                width="40%">
            <div class="daibanForm-main">
@@ -54,7 +54,7 @@
        data() {
            return {
                pageConfig:{
                    enterParkUrl:this.$systemconfig.basePath + '/notice/enterPark',
                    enterParkUrl:this.$systemconfig.basePath + '/ffzf/notice/enterPark',
                },
                pageData: this.$byutil.defaultPageData(),
                dialogVisible:false,