Commit dc5b26fd by 陈羽

Merge branch 'feature/销售线索4' of http://git.gicdev.com/office/haoban-3

parents 0672907a 9463a555
...@@ -39,8 +39,9 @@ import taskViewDetail from '@/components/app/taskViewDetail.vue'; ...@@ -39,8 +39,9 @@ import taskViewDetail from '@/components/app/taskViewDetail.vue';
</el-table-column> </el-table-column>
<el-table-column label="门店名称" width="120" show-overflow-tooltip> <el-table-column label="门店名称" width="120" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<div style="width: 100%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;">{{ scope.row.storeName }}</div></template <div style="width: 100%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;">{{ scope.row.storeName }}</div>
> <p style="color:#909399">{{ scope.row.storeCode }}</p>
</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="任务总数"> <el-table-column prop="" label="任务总数">
<template slot-scope="scope">{{ scope.row.taskCount }}</template> <template slot-scope="scope">{{ scope.row.taskCount }}</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