Explorar el Código

经销商列表排序调整

DELL hace 3 años
padre
commit
0f03ec9c14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/business/salesite/index.vue

+ 1 - 1
src/views/business/salesite/index.vue

@@ -107,7 +107,7 @@
     <el-table v-loading="loading" :data="siteList" @sort-change="sortChannelId" @selection-change="handleSelectionChange">
      <!-- <el-table-column type="selection" width="55"  /> -->
       <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="佣金比例" sortable="custom" prop="commRate" width="100px">
         <template slot-scope="{ row, column }">