|
@@ -118,7 +118,11 @@
|
|
<el-table v-loading="loading" :data="siteList" @sort-change="sortChannelId" @selection-change="handleSelectionChange">
|
|
<el-table v-loading="loading" :data="siteList" @sort-change="sortChannelId" @selection-change="handleSelectionChange">
|
|
<!-- <el-table-column type="selection" width="55" /> -->
|
|
<!-- <el-table-column type="selection" width="55" /> -->
|
|
<el-table-column label="经销商编号" sortable="custom" prop="channelId" width="110px"/>
|
|
<el-table-column label="经销商编号" sortable="custom" prop="channelId" width="110px"/>
|
|
- <el-table-column label="经销商名称" show-overflow-tooltip prop="name" min-width="110px" />
|
|
|
|
|
|
+ <el-table-column label="经销商名称" show-overflow-tooltip prop="name" min-width="110px" >
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <pre>{{scope.row.name}}</pre>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="手机号码" prop="mobile" width="120px"/>
|
|
<el-table-column label="手机号码" prop="mobile" width="120px"/>
|
|
<el-table-column label="佣金比例" sortable="custom" prop="commRate" width="100px">
|
|
<el-table-column label="佣金比例" sortable="custom" prop="commRate" width="100px">
|
|
<template slot-scope="{ row, column }">
|
|
<template slot-scope="{ row, column }">
|