1012414140@qq.com
13 小时以前 4acf12605ae97ec9b30a4b9706d5acea91070157
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">
@@ -18,7 +18,7 @@
                    </el-table-column>
                    <el-table-column
                            show-overflow-tooltip
                            align="left"
                            align="center"
                            header-align="center"
                            prop="parkName"
                            label="停车场"
@@ -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,