Jelajahi Sumber

Merge branch 'dev' into 'test'

经销商列表排序调整

See merge request quanshu/mp-ui-pc!181
hunagwb 3 tahun lalu
induk
melakukan
6ff104183e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 }">