|  |  |  | 
|---|
|  |  |  | </el-select> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | <!-- <section> --> | 
|---|
|  |  |  | <el-button type="primary" @click="search">搜索</el-button> | 
|---|
|  |  |  | <el-button @click="reset">重置</el-button> | 
|---|
|  |  |  | <el-button type="primary" @click="search">搜索</el-button> | 
|---|
|  |  |  | <el-button @click="reset">重置</el-button> | 
|---|
|  |  |  | <!-- </section> --> | 
|---|
|  |  |  | </el-form> | 
|---|
|  |  |  | </SearchFormCollapse> | 
|---|
|  |  |  | 
|---|
|  |  |  | <el-table-column prop="workTimeoutAlarmTime" label="作业超时报警时间(分钟)" min-width="180px"> | 
|---|
|  |  |  | <template scope="{row}"> {{ row.workTimeoutAlarmTime ? (row.workTimeoutAlarmTime) : '-' }}</template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column prop="workRate" label="月台作业效率(万只/小时)" min-width="180px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="workRate" label="月台作业效率(万支/小时)" min-width="180px"></el-table-column> | 
|---|
|  |  |  | <!-- <el-table-column prop="platformStatus" label="月台状态" min-width="100px"> | 
|---|
|  |  |  | <template scope="{row}"> | 
|---|
|  |  |  | <span v-if="row.platformStatus == 0">无车</span> | 
|---|