|
@@ -107,7 +107,7 @@
|
|
<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" max-width="110px" />
|
|
|
|
|
|
+ <el-table-column label="经销商名称" show-overflow-tooltip prop="name" min-width="110px" />
|
|
<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 }">
|