| | |
| | | <el-table-column prop="driverName" label="司机" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="drivierPhone" label="司机电话" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="inTypeTemp" label="作业类型" min-width="100" show-overflow-tooltip> |
| | | <template v-slot="scope"> |
| | | <template v-slot="scope"> |
| | | <span v-if="scope.row.type == '0'">自有车卸货</span> |
| | | <span v-if="scope.row.type == '1'">自有车装货</span> |
| | | <span v-if="scope.row.type == '2'">外协车卸货</span> |
| | |
| | | type: 'select', |
| | | label: '作业状态', |
| | | options: [ |
| | | { value: 0, label: '待确认' }, |
| | | { value: 1, label: '待签到' }, |
| | | { value: 2, label: '等待叫号' }, |
| | | { value: 3, label: '入园等待' }, |
| | | { value: 4, label: '月台等待' }, |
| | | { value: 5, label: '作业中' }, |