| | |
| | | <span v-if="row.stockStatus != 'rear' && row.stockStatus != 'front'">{{ row.stockStatus }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="stockStatus" label="车门状态" min-width="90px"></el-table-column> |
| | | <el-table-column label="车门状态" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <span v-if="row.vehicleDoorStatus == 'open'">开门</span> |
| | |
| | | this.$refs.searchForm.resetFields() |
| | | this.searchForm.startDate = '' |
| | | this.searchForm.endDate = '' |
| | | this.searchForm.radio = '' |
| | | this.time = [] |
| | | this.search() |
| | | } |