1012414140@qq.com
13 小时以前 76239bde9b61dde775aa66a75aeb7c1560ae7fb2
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,