| | |
| | | <el-table-column prop="driverPhone" label="联系方式" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="inTypeTemp" label="入库类型" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="arriveDate" label="预约到场时间" min-width="150" show-overflow-tooltip /> |
| | | <el-table-column prop="auditName" label="审批结果" min-width="100" show-overflow-tooltip> |
| | | <el-table-column label="审批结果" min-width="100" show-overflow-tooltip> |
| | | <template v-slot="scope"> |
| | | <span v-if="scope.row.status == '0'">待审批</span> |
| | | <span v-if="scope.row.status == '1'">审批中</span> |
| | |
| | | <span v-if="scope.row.status == '4'">已取消</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="name" label="当前审批人" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="auditName" label="当前审批人" min-width="100" show-overflow-tooltip /> |
| | | <el-table-column prop="editDate" label="操作时间" min-width="150" show-overflow-tooltip /> |
| | | <el-table-column prop="name" label="操作" min-width="120" align="center" fixed="right" show-overflow-tooltip> |
| | | <template v-slot="scope"> |