Browse Source

feat: 供应商管理界面列表优化

Administrator 5 days ago
parent
commit
44f663c4bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jd-logistics-ui-v3/src/views/system/dept/index.vue

+ 1 - 1
jd-logistics-ui-v3/src/views/system/dept/index.vue

@@ -55,7 +55,7 @@
          :default-expand-all="isExpandAll"
          :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
       >
-         <el-table-column prop="deptName" label="供应商名称" width="180"></el-table-column>
+         <el-table-column prop="deptName" label="供应商名称" width="230" :show-overflow-tooltip="true"></el-table-column>
 <!--         <el-table-column prop="orderNum" label="排序" width="200"></el-table-column>-->
         <el-table-column prop="rateValue" label="费率" width="50"></el-table-column>
         <el-table-column prop="status" label="状态" width="100">