Commit f6400a81 authored by youjie's avatar youjie

no message

parent f3b8068d
...@@ -84,14 +84,17 @@ ...@@ -84,14 +84,17 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed prop="DriverName" label="司机" width="80"> <el-table-column fixed prop="DriverName" label="司机" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-for="(item,index) in scope.row.CustomerList"> <template v-for="(item,index) in scope.row.CustomerList">
<div <div
class="text-p-xs CustomerListDriver" class="text-p-xs CustomerListDriver"
v-for="(items,indexs) in item.OrderList" v-for="(items,indexs) in item.OrderList"
> >
{{items.DriverName}} {{items.CopilotDriverName}} <el-tooltip class="item" effect="dark" :content="items.DriverName+items.CopilotDriverName" placement="top">
<span style="width: 150px;overflow: hidden; text-overflow: ellipsis;display: block;white-space: nowrap;cursor: pointer;">{{items.DriverName}}{{items.CopilotDriverName}}</span>
</el-tooltip>
</div> </div>
</template> </template>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment