| | |
| | | </el-form> |
| | | </div> |
| | | |
| | | <el-table :data="pageData.rows" v-loading="pageData.isLoading" border style="width:100%;border:1px solid #bcbec2;"> |
| | | <el-table :height="tableHeight" :data="pageData.rows" v-loading="pageData.isLoading" border style="width:100%;border:1px solid #bcbec2;"> |
| | | <el-table-column type="index" width="50" label="序号" align="center"> </el-table-column> |
| | | <el-table-column prop="carNo" label="车牌号" align="center" width="150"></el-table-column> |
| | | <el-table-column prop="type" label="类型" align="center" width="100"> |
| | |
| | | name: '', |
| | | }, |
| | | ids:[], |
| | | urlPath:this.$systemconfig.basePath + '/whiteList/', |
| | | urlPath:this.$systemconfig.basePath + '/ffzf/whiteList/', |
| | | table1:[], |
| | | tableHeight:500, |
| | | } |
| | | }, |
| | | mounted() { |
| | | this.loadData(); |
| | | this.$byutil.postData(this, this.$systemconfig.basePath+'/park/findAll', this.formData, res => { |
| | | this.$byutil.postData(this, this.$systemconfig.basePath+'/ffzf/park/findAll', this.formData, res => { |
| | | this.table1 = res.data; |
| | | }) |
| | | this.tableHeight = window.innerHeight - 260 |
| | | }, |
| | | methods: { |
| | | selectChange(value){ |