|  |  |  | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <el-table-column type="selection" width="55"></el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | prop="carCode" | 
|---|
|  |  |  | label="车牌号" | 
|---|
|  |  |  | min-width="100px" | 
|---|
|  |  |  | ></el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | prop="memberName" | 
|---|
|  |  |  | label="提报人" | 
|---|
|  |  |  | min-width="80px" | 
|---|
|  |  |  | ></el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | prop="memberNames" | 
|---|
|  |  |  | label="乘车人" | 
|---|
|  |  |  | min-width="180px" | 
|---|
|  |  |  | ></el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | prop="companyName" | 
|---|
|  |  |  | label="所属组织" | 
|---|
|  |  |  | min-width="150px" | 
|---|
|  |  |  | ></el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | prop="carCode" | 
|---|
|  |  |  | label="车牌号" | 
|---|
|  |  |  | min-width="100px" | 
|---|
|  |  |  | ></el-table-column> | 
|---|
|  |  |  | <el-table-column label="用车时间" min-width="170px"> | 
|---|
|  |  |  | <template slot-scope="{ row }"> | 
|---|
|  |  |  | <span>起:{{ row.startTime || "" }}</span | 
|---|
|  |  |  | <span v-if="row.startTime">起:{{ row.startTime.slice(0,16) }}</span | 
|---|
|  |  |  | ><br /> | 
|---|
|  |  |  | <span>止:{{ row.endTime || "" }}</span> | 
|---|
|  |  |  | <span v-if="row.endTime">止:{{ row.endTime.slice(0,16) }}</span> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column | 
|---|
|  |  |  | prop="planUseDate" | 
|---|
|  |  |  | label="出发时间" | 
|---|
|  |  |  | min-width="150px" | 
|---|
|  |  |  | ></el-table-column> | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <template slot-scope="{ row }"> | 
|---|
|  |  |  | <span v-if="row.planUseDate">{{ row.planUseDate.slice(0,16) }}</span> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column label="目的地" min-width="200px"> | 
|---|
|  |  |  | <template slot-scope="{ row }"> | 
|---|
|  |  |  | <span class="status-green" v-if="row.type === 0">【市内】</span> | 
|---|